0

I want to add source code of my silverlight project to resource as flat text files (for use in run-time with Application.GetResourceStream()). How I can do it without pre-build event of my project?

AndreyAkinshin
  • 18,603
  • 29
  • 96
  • 155

1 Answers1

0

Unfortunately, it's impossible. You should use pre-build events.

AndreyAkinshin
  • 18,603
  • 29
  • 96
  • 155