We are trying to use Static Resources within a 100% F# Silverlight application. Embeded within the XAML of the referencing control, everything works. But once I pull them out I am a loss. C# applications set the build action as: MSBuild:MarkupCompilePass1
Two questions
1) does VS 2010 support this tool yet in f# silverlight projects? 2) If not, then is there way to run it from a command line and then link the resource to the project staticaly?
Thx
T