Can anyone tell me how to compile a .txt
file to .resx
using VS 2010 post build or pre build events?
Asked
Active
Viewed 2,030 times
2

Oscar Mederos
- 29,016
- 22
- 84
- 124

nristic
- 71
- 6
1 Answers
1
Use resgen tool from Visual Studio http://msdn.microsoft.com/en-us/library/ccec7sz1.aspx
A good comprehensive link to get started for me was: http://ondotnet.com/pub/a/dotnet/2002/10/14/local2.htm?page=1

user1132590
- 11
- 1