|
|
|
|
|
by troygoode
4417 days ago
|
|
Yes, just wildcard include all *.cs files. You'll still have to list any potential embedded resources explicitly in your CSPROJ, as well as list any exceptions (please don't compile example.cs, for instance), but why add each and every .cs file to the CSProj explicitly? |
|
> Visual Studio, please open all *.cs files in this directory (recursive)
vs.
> Visual Studio, open all of these files
Also, by itemizing each file you can exclude single files from build easier.
This is all speculation.
EDIT: Also, I think they did this because they didn't expect users to be mucking around in .csproj files.