With VS 2010 or 2013, we can use this command to build the .vdproj (VSI) project:
<Exec Command=""$(ProgramFiles)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.com" your.vdproj /build "Debug|AnyCPU""/>
But in vs 2015, VSI is an extension vs. And a similar command (9.0 => 14.0) will get an error.
Does anyone know how to solve it?
source share