Can anyone tell me how to write and run msbuild by using VS 2005?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
msbuild file is just a plan text file.
you can even write it in notepad and run it from command line.
If you would like to run it as part of the build just just
For example, create a text file called test.proj:
and you can run it from command line this way