Quantcast
Channel: override project properties on execting msbuild - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Martin Ullrich for override project properties on execting msbuild

In order to set multiple properties, you need to separate them using a semicolon (;), not commas (,). It is also possible to use multiple /p: arguments: msbuild my_project.sln...

View Article



override project properties on execting msbuild

I have a Visual Studio 8 2005 project generated by cmake. Is there any way to override some properties (RuntimeLibrary, WarnAsError, WarningLevel) listed in *.vcproj project file at msbuild call in...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images