C# 3.0 - Regenerating (.resources) files from text files at application startup |
| Aldo Liaks posted at 10-May-08 03:01 |
Hi guys,
I am using resources stored in (.resources) files created from text files.
Because of the changes made in the text files, I am running a batch file that runs ResGen.exe and regenerate all those files every time at startup.
I am afraid that doing that every time is making the application heavy when starting it…
Is there any other solution?
Thanks in advance,
Aldo.
|
|