Is there any way to prevent Visual Studio from creating a VSMacros80 folder in my default project directory?
Share
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.
I just found it out myself: If you add a trailing backslash to the Project Folder setting e.g. changing it from
C:\devtoC:\dev\, theVSMacros80directory will no longer be created.I tested it with Visual Studio 2005 SP1, with all windows updates installed.