Silverlight and Build Action = Content
jlathigee
Posts: 2
when I build my silverlight project, and rename the output .xap to .zip, all of the resources from my project that have their build action set to content are in there.
When I then run the .xap through smart assembly, and rename the .xap to .zip and open, all of those "content" resources are gone
what do I have to do to preserve the "content" in the obfuscated output?
thanks in advance
When I then run the .xap through smart assembly, and rename the .xap to .zip and open, all of those "content" resources are gone
what do I have to do to preserve the "content" in the obfuscated output?
thanks in advance
Comments
It is fixed in the EAP of version 6:
http://www.red-gate.com/MessageBoard/vi ... .php?f=116
If you prefer to continue using 5.5, you could use the old way of processing silverlight assemblies:
http://www.red-gate.com/supportcenter/C ... 032253.htm
Developer,
Red Gate .NET Tools