I am currently using a script to build my project, the script is something like
devenv.exe mySolution.sln /Rebuild "Release|Win32" /Project "my project"
This is working out great, and I am hoping to expand on it. What I want to do is pass an environment variable or some kind of switch to specify the language. In other words, I would like pass a project setting as a parameter of my command.
Any help would be greatly appreciated.
FYI: I have already read http://msdn.microsoft.com/en-us/library/xee0c8y7(v=vs.80).aspx and I couldn't find anythign useful
Unfortunately things are not so flexible.
All of the above are better suited to that job