Can somebody provide an example to build a C++ VS solution from command line
.vcproj file might need a few changes to use it with msbuild
AB Kolan
2009-09-11 10:21:44
A:
You coud also do something like this:
devenv.exe SolutionName /build
See this page on MSDN for more info
Matt Warren
2009-09-11 10:23:04