2

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

Oscar Mederos
  • 29,016
  • 22
  • 84
  • 124
nristic
  • 71
  • 6

1 Answers1

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