.net - C# WPF Pack all resources to file -


i have program lot of resources. resources embedded , final executable big. it's possible move resources directory file?

and possible reference image path?:

<image source="/example;component/resources/test.png" /> 

resources

thanks.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -