fix 2003 sln

fix daily build for .net 3.0
This commit is contained in:
markpollack
2008-08-15 02:44:12 +00:00
parent 2dc766d533
commit 32820cf60e
2 changed files with 18 additions and 9 deletions

View File

@@ -779,6 +779,15 @@
</target>
<target name="daily-build-3.0">
<call target="set-build-namespaces-all"/>
<call target="set-package-configuration"/>
<call target="set-debug-build-configuration"/>
<call target="compile-build-3.0"/>
<call target="set-release-build-configuration"/>
<call target="compile-build-3.0"/>
</target>
<!-- Target to use when packaging everything in CVS -->
<target name="package-cvs" description="Build and Package distribution">