I'm looking for a method to make all my resource files work properly after I have written my project in a cd.
For example I have saved my images in Project Name\Project Name\obj\Debug\Images
and I want them to be usable both in xaml and regular c# code, when I insert that cd in another machine.
Thanks for your time!