christianhelle / reswcodegen

A Visual Studio Custom Tool for generating a strongly typed helper class for accessing localized resources from a .ResW file.
http://bit.ly/reswcodegen
GNU General Public License v3.0
11 stars 11 forks source link

Remove timestamp in generated code #129

Closed christianhelle closed 11 months ago

christianhelle commented 11 months ago

Cleaned up unnecessary comments in the code and removed the unused System.Globalization namespace. These changes are focused on reducing merge conflicts and do not affect the overall generated code

This resolves #128 reported by @joellyons regarding the timestamp causing merge conflicts