When I\'m building a VS2010 with msbuild from the command line, can I change the platform toolset to v90 (i.e. Visual Studio 2008 toolchain) from the command line, without e
I found the answer in MSDN:
To rebuild your project with the Visual C++ 9.0 toolset, type either of the following commands: msbuild myproject.vcxproj /p:PlatformToolset=v90 /t:rebuild
To rebuild your project with the Visual C++ 9.0 toolset, type either of the following commands:
msbuild myproject.vcxproj /p:PlatformToolset=v90 /t:rebuild