Silverlight MSBuild Task - execute command line after Xap copied to ClientBin
问题 I have a silverlight project arranged as follows: Examples Silverlight Bin Debug ExampleCode {Multiple Sub directories} Silverlight.Web Bin Debug ClientBin Silverlight.Web.xap The code under {Multiple Sub Directories} is included in the silverlight DLL and compiled, however I also want to include these files as "Content" in the xap file. Think about demo applications for .NET controls that show you a demo but also the C#/xaml code to achieve it. This is what I'm trying to do. I cannot select