Change default properties for .resx files created with Visual Studio 2010
Posted
by Tomas Lycken
on Stack Overflow
See other posts from Stack Overflow
or by Tomas Lycken
Published on 2010-05-07T23:30:55Z
Indexed on
2010/05/07
23:38 UTC
Read the original article
Hit count: 252
When creating a new .resx file anywhere in my solution, I would like the following properties to be other than the default:
- Copy to Output Directory:
Copy if newer
- Custom Tool namespace:
Booking.Resources
- Access Modifier:
public
Is there any way I can change the default Visual Studio behavior on creation of these files, so I don't have to make the above changes manually each time?
© Stack Overflow or respective owner