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?
Microsoft Visual Studio 2015 Installer Projects extension must be installed.