With VS 2010 or 2013, We can use this command to build .vdproj project(VSI):
<Exec Command=""$(ProgramFiles)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.com" your.vdproj /build "Debug|AnyCPU""/>
But in vs 2015, the VSI is an extension of vs. And the similar command(9.0 => 14.0) will get an error.
Anybody know how to solve it?
I solved this problem by change the DWORD value for
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\14.0_Config\MSBuild\EnableOutOfProcBuild
registry value to 0.
If this doesn't exist you can create it as a DWORD.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With