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?