Reputation: 1253
I am trying to use icons provided in wp7 sdk, my doubt is do i need to copy the required icon to my image folder or I can use them without copying. Please help??
Upvotes: 2
Views: 2381
Reputation: 14432
Just as a little extra, this is the location for if you don't know this:
C:\Program Files\Microsoft SDKs\Windows Phone\v7.1\Icons
Could also be 'Program Files (x86)' depending on your system and in the folder Icons choose 'dark' or 'light'.
Upvotes: 4
Reputation: 6570
You will have to include them into your project.
If you add them through the solution explorer in Visual Studio, it will copy it to the local location for you.
Don't forget to change the Build Action to "Content"!
Upvotes: 3