Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove VSMacros80 directory

Is there any way to prevent Visual Studio from creating a VSMacros80 folder in my default project directory?

like image 907
xsl Avatar asked Sep 16 '08 08:09

xsl


3 Answers

I just found it out myself: If you add a trailing backslash to the Project Folder setting e.g. changing it from C:\dev to C:\dev\, the VSMacros80 directory will no longer be created.

I tested it with Visual Studio 2005 SP1, with all windows updates installed.

like image 75
xsl Avatar answered Nov 03 '22 22:11

xsl


Sorry, I was wrong. This directory will allways be created. You can only set it's path in the Options/Projects and Solutions/General screen in the Projects location.

But be careful, because it also means that your standard project directory will be this directory. You cannot avoid VS to create this directory.

like image 38
Biri Avatar answered Nov 03 '22 21:11

Biri


Mark the file as 'hidden.' Visual Studio won't mess with the visibility setting (or, at least, it didn't when I did it in 2010).

like image 1
Rex the Strange Avatar answered Nov 03 '22 22:11

Rex the Strange