I am building vdproj with devenv. Command runs without errors, but no output with .msi files is generated, what am I doing wrong?
devenv "C:\Projects\MyProj\Main\Src\MyProj\MyProj.sln"
/build "'PRO VERSION|Mixed Platforms'"
/project "C:\Projects\MyProj\Main\Src\MyProj\MyProj.Setup\MyProj.Setup.vdproj"
/projectconfig "'PRO VERSION|Mixed Platforms'"
I am running it against Visual Studio 14.0/Common7/IDE/devenv