third_party: Remove zlib from third_party
[samba.git] / third_party / zlib / contrib / dotzlib / DotZLib.build
diff --git a/third_party/zlib/contrib/dotzlib/DotZLib.build b/third_party/zlib/contrib/dotzlib/DotZLib.build
deleted file mode 100644 (file)
index ed19cc9..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>\r
-<project name="DotZLib" default="build" basedir="./DotZLib">\r
-       <description>A .Net wrapper library around ZLib1.dll</description>\r
-\r
-       <property name="nunit.location" value="c:/program files/NUnit V2.1/bin" />\r
-       <property name="build.root" value="bin" />\r
-       \r
-       <property name="debug" value="true" />\r
-       <property name="nunit" value="true" />\r
-\r
-       <property name="build.folder" value="${build.root}/debug/" if="${debug}" />\r
-       <property name="build.folder" value="${build.root}/release/" unless="${debug}" />\r
-\r
-       <target name="clean" description="Remove all generated files">\r
-               <delete dir="${build.root}" failonerror="false" />\r
-       </target>\r
-\r
-       <target name="build" description="compiles the source code">\r
-               \r
-               <mkdir dir="${build.folder}" />\r
-               <csc target="library" output="${build.folder}DotZLib.dll" debug="${debug}">\r
-                       <references basedir="${nunit.location}">\r
-                               <includes if="${nunit}" name="nunit.framework.dll" />\r
-                       </references>\r
-                       <sources>\r
-                               <includes name="*.cs" />\r
-                               <excludes name="UnitTests.cs" unless="${nunit}" />\r
-                       </sources>\r
-                       <arg value="/d:nunit" if="${nunit}" />\r
-               </csc>\r
-       </target>\r
-\r
-</project>
\ No newline at end of file