Tag: WPF

VS2010 Automatically Includes Your Text Files as Resources

When you right-click on your WPF project in Visual Studio 2010 (VS2010) and select Add / New Item… / Text File, the “Build Action” on this file is automatically set to “Resource.”  So, when you ship your application, this text file will be embedded within it.  If this was simply meant to be a readme …

Continue reading