User: johnsimons
Date: 2009/12/12 06:14 PM
Modified:
/buildscripts/
common-project.xml, common.xml
Log:
Added support for Silverlight3
File Changes:
Directory: /buildscripts/
=========================
File [modified]: common-project.xml
Delta lines: +10 -1
===================================================================
--- buildscripts/common.xml 2009-12-13 01:12:08 UTC (rev 6406)
+++ buildscripts/common.xml 2009-12-13 01:14:10 UTC (rev 6407)
@@ -29,7 +29,7 @@
<!-- Build platforms (used to conditionally disable specific projects
for specific platforms) -->
<property name="common.net-2.0" value="${nant.settings.currentframework
== 'net-2.0'}" />
- <property name="common.silverlight"
value="${nant.settings.currentframework == 'silverlight-2.0'}" />
+ <property name="common.silverlight"
value="${nant.settings.currentframework == 'silverlight-2.0' or
nant.settings.currentframework == 'silverlight-3.0'}" />
<property name="common.mono" value="${nant.settings.currentframework ==
'mono-3.5'}" />
<!-- debug|release -->
@@ -151,6 +151,15 @@
<property name="build.msbuild" value="false" overwrite="false"
/>
</target>
+ <target name="set-silverlight-3.0-framework-configuration">
+ <property name="nant.settings.currentframework"
value="silverlight-3.0" />
+ <property name="current.build.defines"
value="${build.defines},SILVERLIGHT,SILVERLIGHT3" />
+ <property name="link.sdkdoc.version" value="MsdnOnline" />
+ <property name="build.warnaserrors" value="false" />
+ <property name="csc.keyfile" value="/keyfile:${key.file}" />
+ <property name="build.msbuild" value="false" overwrite="false"
/>
+ </target>
+
<target name="set-mono-2.0-framework-configuration">
<property name="nant.settings.currentframework"
value="mono-2.0" />
File [modified]: common.xml
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.