User: xtoff
Date: 2009/12/14 04:04 PM
Modified:
/Core/trunk/src/Castle.Core.Tests/
default.build
/Core/trunk/src/Castle.Core/
default.build
Log:
- updated buildscripts for Silverlight compatibility
File Changes:
Directory: /Core/trunk/src/Castle.Core/
=======================================
File [modified]: default.build
Delta lines: +4 -1
===================================================================
--- Core/trunk/src/Castle.Core.Tests/default.build 2009-12-14 23:03:51 UTC
(rev 6425)
+++ Core/trunk/src/Castle.Core.Tests/default.build 2009-12-14 23:04:04 UTC
(rev 6426)
@@ -13,9 +13,12 @@
<assemblyfileset id="project.references" basedir="${build.dir}">
<include name="Castle.Core.dll" />
+ <include name="mscorlib.dll" if="${common.silverlight}"
/>
<include name="System.dll" if="${common.silverlight}" />
<include name="System.Core.dll"
if="${common.silverlight}" />
- <include name="mscorlib.dll" if="${common.silverlight}"
/>
+ <include name="System.Windows.dll"
if="${common.silverlight}" />
+ <include name="System.Windows.Browser.dll"
if="${common.silverlight}" />
+ <include name="System.Xml.dll"
if="${common.silverlight}" />
<include name="System.Configuration.dll" />
<include name="System.Web.dll" />
Directory: /Core/trunk/src/Castle.Core.Tests/
=============================================
File [modified]: default.build
Delta lines: +0 -0
===================================================================
--
You received this message because you are subscribed to the Google Groups
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-commits?hl=en.