M
Mani
Can you build a solution from the command prompt? like so "c:\ build
mysolution.sln" or do you always have to manually open the solution
in Visual Studio and click "build"
Second Question is if you can build from the command prompt, can you
write a program that builds a solution from the command prompt?
Say i write a program called "SolutionBuilder", and in this program i
have a button called "BuildButton" which when it is pressed will build
a solution by opening the command prompt and typing the soutions name
and the build command. has this been done or can it be done?
mysolution.sln" or do you always have to manually open the solution
in Visual Studio and click "build"
Second Question is if you can build from the command prompt, can you
write a program that builds a solution from the command prompt?
Say i write a program called "SolutionBuilder", and in this program i
have a button called "BuildButton" which when it is pressed will build
a solution by opening the command prompt and typing the soutions name
and the build command. has this been done or can it be done?