I’ve found a couple problems with the solution task excludeprojects
fileset. The Solution.LoadProjects() function uses the StringCollection.Contains
to find excluded files. The first problem is that Contains() is case sensitive.
The second problem is that in some cases it could be comparing
I am attempting to use the nant Solution task to compile a vb.net library.
Visual Studio compiles without error or warning, however nant fails with the
following compiler error:
[compile] vbc : Command line error BC2001 : file '=' could not be found
I assume that nant is incorrectly