What is the difference between the “Resource” and “Embedded Resource” build actions?
“Resource” and “Content” build actions are to access the WPF resources using the Uris. However “Embedded Resource” is for prior technologies. However both options embeds the resource in assembly but “Resource” option to be used for WPF.
[http://csharpsimplified.wordpress.com/2009/02/16/resources-in-wpf-i-binary-resources/]