I would like to change visual studio’s default configurations (Debug,Release).
That is, change the configurations so that all new solutions created will be affected.
How is this possible?
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.
Odds are you’ll have to start tinkering with the files in
C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates
But I don’t see a supported way of doing this. You might be best off writing a macro to add them for you.