Wednesday, 21 August 2013

How to prevent copying images each time?

How to prevent copying images each time?

I have a Windows Store App with many, many images (large and small icons
in 4 scales). Simply building my app takes upwards of 5 minutes each time.
I believe it is recopying each image each time I'm building the app, even
if I've only changed a view or a code-behind. Is there a way to prevent it
from doing this? I realize it's likely repackaging the App every single
time (about a 20MB package). Hopefully there is a way to reduce this time
though.

No comments:

Post a Comment