.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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -