How to compile .txt file to .resx with VS 2010

2k views Asked by At

Can anyone tell me how to compile a .txt file to .resx using VS 2010 post build or pre build events?

1

There are 1 answers

0
user1132590 On

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