Hi
Is there a script somewhere to build Chiron and friends to get
silverlight
support? Or do I go through visual studio and fiddle around with the
references until they are right?
The easiest way is to copy the DLLs from c:\program files\microsoft
silverlight\2.0.40115 to merlin\utilities\silverlight\x86ret. Then
building the “Silverlight debug/release configurations” from VS or
msbuild will work. I believe there are also cmdline shortcuts like bsrbd
and bsrbr to do the builds.
Let me know if you have any issues. I’ll put this on the dev wiki
shortly.
Is there a script somewhere to build Chiron and friends to get
silverlight support? Or do I go through visual studio and fiddle around
with the references until they are right?
yes I should have thought of that :)Instead I took the long road and
went in
the the project files to edit the silverlight path variable. Anyway I
now
have a build against SL3
You can also provide a MSBuild variable (or environment variable)
“SilverlightPath†which will change the default path if you don’t want
to copy DLLs:
yes I should have thought of that
Instead I took the long road and went in the the project files to edit
the silverlight path variable. Anyway I now have a build against SL3
On Fri, Jun 19, 2009 at 7:55 PM, Jimmy S.
<[email protected]mailto:[email protected]>
wrote:
The easiest way is to copy the DLLs from c:\program files\microsoft
silverlight\2.0.40115 to merlin\utilities\silverlight\x86ret. Then
building the “Silverlight debug/release configurations” from VS or
msbuild will work. I believe there are also cmdline shortcuts like bsrbd
and bsrbr to do the builds.
Let me know if you have any issues. I’ll put this on the dev wiki
shortly.
Is there a script somewhere to build Chiron and friends to get
silverlight support? Or do I go through visual studio and fiddle around
with the references until they are right?