How do I turn on/off the auto-generation of .resx files? I know that it is a
setting somewhere, but not sure if it is a machine.config setting, project
level setting, solution level setting, or IDE level setting. What I do know
is that every new project I create, .resx files are not created
automatically, whereas on other machines within the company it is.
Thank you.
-Jessy Houle
jesse james 2020 - 21 Mar 2006 21:51 GMT
TO THOSE STILL HAVING PROBLEMS WITH .RESX AUTOGENERATION:
A co-worker of mine (Mark Holden), who seems to be a guru of anything
dealing with computers, programming, etc. figured this out. There is a .resx
template file located at:
C:\Program Files\Microsoft Visual Studio .NET
2003\VC#\CSharpProjectItems\resource.resx
If this file is removed or renamed, then Visual Studio will not autogenerate
.resx files. Very handy if you don't want to autogenerate .resx files, but
very hard to find when you want to.
Thanks Mark!
-Jessy Houle