Brian Leahy
Brian Leahy

Reputation: 35507

how do you package up silverlight dlls into a xap file?

Just updated build server with rc0 and surprise no chiron. Wondering how you package up a xap file without chiron.

Upvotes: 1

Views: 1071

Answers (2)

Tim Heuer
Tim Heuer

Reputation: 4301

More specifically you can still use MSBuild. The targets should be located at C:\program files\MSBuild\Microsoft\Silverlight\v2.0 if you need to look at them or modify...your .csproj(or.vbproj) can also have pre/post build tasks for MSBuild as well.

Upvotes: 0

Tim Heuer
Tim Heuer

Reputation: 4301

Hey Brian, you can get chiron from http://www.codeplex.com/sdlsdk -- it was decided to be removed from the SL SDK core tools, but is still a part of the DLR SDK which is available.

Upvotes: 1

Related Questions