Options

Can't build projects with different Platform toolset

TomBrunnerTomBrunner Posts: 2
edited November 3, 2014 5:37AM in .NET Demon
Hi everyone. I'm really excited to try out Build After Saving - something which I think VS is missing direly!

Anyway, I have a large solution with many C# and some C++/CLI projects. I'm using VS2013, however the C++ projects are using the VS2012 toolset (v110). Using the .Net Demon build process, I get the error:
C:Program Files (x86)MSBuildMicrosoft.Cppv4.0Platformsx64Microsoft.Cpp.x64.Targets(515) : Error: Specified platform toolset (v110) is not installed or invalid. Please make sure that a supported PlatformToolset value is selected.

Of course v110 is installed (I have VS2012 installed on my system as well, but don't want to use it). How can I configure .NET Demon so MSBuild finds the toolset?

Can I modify the MSBuild command line which is run by .NET Demon? For example i'd like to include /p:VisualStudioVersion=11.0 as a parameter.
Sign In or Register to comment.