Monday, March 21, 2011

Build Actions (Resources vs Contents)

MediaPlayer or MediaElement can only be built as Contents.

For some of the pictures:

if we build the image as resources, the image will be include in the dll/exe for the application. (This may affect the efficiency) But for many small icons, it is better to build as resource.

if we build the image as contents, the image is not include in the dll.

No comments: