Tagged Questions
1
vote
1answer
282 views
Assembly name from MSBUILD
I am developing an app that reads a MSBUILD file ( *.csproj ) to pull out various bits of information. A previous question on here revealed that I can get the resource files being used in the ...
1
vote
2answers
864 views
How to specify CodeAnalysisRules in MSBuild via commandline
I want to be able to specify the Code AnalysisRules in commandline MSBuild (for Code Analysis / FXCOP).
The project file would have something like this in it:
...