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?
Unfortunately, it's impossible. You should use pre-build events.