I don't know if this question belongs here, if not, please feel free to move it where appropriate.
I am generating the project files for my Windows Store app. I want to automate this as much as possible. So far I've been using Visual Studio 2012 Premium, so after I generated the files and the project file I would just call devenv /Build and devenv /Deploy
and that left the app ready to run (which I am firing from another program).
The thing, one of my users is using Visual Studio 2012 Express for Windows 8, the Build and Deploy commands are not there :(
I know (guess) Visual Studio is calling a msbuild scripts in order to perform the tasks I'm telling it to do, so my question is, what are those scripts... or which are the targets VS is calling when I execute the Build and Deploy commands.
I hope I made myself clear.
Regards,
Sebastian
http://bit.ly/sebagomez