Basically I would like to be able to do something like this in my xaml:
<Image Source="Resources/logout.png" />
and have it find Resources/logout.png as a file in my xap file, without going back to the web server. I also want to be able to rebuild my xap file on the fly, so placing it as a resource in a dll is not acceptable.
Any ideas?