User: johnsimons
Date: 2009/12/14 04:03 PM
Modified:
/InversionOfControl/trunk/src/Castle.MicroKernel.Tests/
default.build
/InversionOfControl/trunk/src/Castle.MicroKernel/
default.build
/InversionOfControl/trunk/src/Castle.Windsor.Tests/
default.build
/InversionOfControl/trunk/src/Castle.Windsor/
default.build
Log:
Added includes to support silverlight
File Changes:
Directory: /InversionOfControl/trunk/src/Castle.MicroKernel/
============================================================
File [modified]: default.build
Delta lines: +6 -0
===================================================================
--- InversionOfControl/trunk/src/Castle.MicroKernel.Tests/default.build
2009-12-14 23:01:55 UTC (rev 6424)
+++ InversionOfControl/trunk/src/Castle.MicroKernel.Tests/default.build
2009-12-14 23:03:51 UTC (rev 6425)
@@ -15,6 +15,12 @@
<include name="nunit.framework.dll" />
<include name="Castle.Core.dll" />
<include name="Castle.MicroKernel.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="System.Windows.dll"
if="${common.silverlight}" />
+ <include name="System.Windows.Browser.dll"
if="${common.silverlight}" />
+ <include name="System.Xml.dll"
if="${common.silverlight}" />
</assemblyfileset>
</target>
Directory: /InversionOfControl/trunk/src/Castle.MicroKernel.Tests/
==================================================================
File [modified]: default.build
Delta lines: +6 -0
===================================================================
--- InversionOfControl/trunk/src/Castle.Windsor/default.build 2009-12-14
23:01:55 UTC (rev 6424)
+++ InversionOfControl/trunk/src/Castle.Windsor/default.build 2009-12-14
23:03:51 UTC (rev 6425)
@@ -17,6 +17,12 @@
<include name="Castle.DynamicProxy2.dll" />
<include name="Castle.MicroKernel.dll" />
<include name="System.Configuration.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="System.Windows.dll"
if="${common.silverlight}" />
+ <include name="System.Windows.Browser.dll"
if="${common.silverlight}" />
+ <include name="System.Xml.dll"
if="${common.silverlight}" />
</assemblyfileset>
</target>
Directory: /InversionOfControl/trunk/src/Castle.Windsor/
========================================================
File [modified]: default.build
Delta lines: +6 -0
===================================================================
--- InversionOfControl/trunk/src/Castle.Windsor.Tests/default.build
2009-12-14 23:01:55 UTC (rev 6424)
+++ InversionOfControl/trunk/src/Castle.Windsor.Tests/default.build
2009-12-14 23:03:51 UTC (rev 6425)
@@ -16,6 +16,12 @@
<include name="Castle.MicroKernel.dll" />
<include name="Castle.Windsor.dll" />
<include name="System.Configuration.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="System.Windows.dll"
if="${common.silverlight}" />
+ <include name="System.Windows.Browser.dll"
if="${common.silverlight}" />
+ <include name="System.Xml.dll"
if="${common.silverlight}" />
</assemblyfileset>
Directory: /InversionOfControl/trunk/src/Castle.Windsor.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.