Home All Groups Group Topic Archive Search About

Direction of path separators in msbuild scripts

Author
9 Jun 2006 12:34 AM
chriso
I haven't really seen anything that says you must do it one way or the other,
but it seems like the exclude attribute doesn't work if you specify your path
using / instead of \

Here's a quick example

<CuyahogaProjFiles Include="Vendor/Cuyahoga/*/*.csproj"

Exclude="Vendor/Cuyahoga/Yaf/Cuyahoga.Modules.YetAnotherForum.csproj" />

When i use backslashes (\) the file is excluded, when i use forward (/) it
is not...is this by design?

AddThis Social Bookmark Button