SPRNET-1372

Initial support for native .NET 4 compilation introduced
This commit is contained in:
sbohlen
2010-09-24 21:27:51 +00:00
parent 70d2b5413f
commit 6ee2ae5ee2
104 changed files with 252548 additions and 5 deletions

View File

@@ -27,6 +27,7 @@
<references basedir="${current.bin.dir}">
<include name="*.dll" />
<exclude name="${project::get-name()}.dll" />
<exclude if="${net-4.0}" name="System.Web.Extensions.dll" />
</references>
</csc>
<copy todir="${current.bin.dir}">