|
|
@@ -15,31 +15,12 @@
|
|
|
<csc target="library" output="System.Configuration.Install_test.dll" debug="${debug}">
|
|
|
<sources>
|
|
|
<includes name="**/*.cs"/>
|
|
|
- <excludes name="TheTests.cs"/>
|
|
|
</sources>
|
|
|
<references basedir="..\..\..\nunit">
|
|
|
<includes name="NUnitCore.dll"/>
|
|
|
</references>
|
|
|
|
|
|
<arg value="/noconfig"/>
|
|
|
- <arg value="/r:.\System.Configuration.Install.dll"/>
|
|
|
- </csc>
|
|
|
-
|
|
|
- <csc target="exe" output="RunTests.System.exe" debug="${debug}">
|
|
|
- <sources>
|
|
|
- <includes name="**/*.cs"/>
|
|
|
- <excludes name="**/AllTests.cs"/>
|
|
|
- <excludes name="**/MartinTests.cs"/>
|
|
|
- </sources>
|
|
|
- <references basedir="..\..\..\nunit">
|
|
|
- <includes name="NUnitBase.dll"/>
|
|
|
- </references>
|
|
|
- <references basedir=".">
|
|
|
- <includes name="System.dll"/>
|
|
|
- </references>
|
|
|
- <arg value="/nowarn:1595"/>
|
|
|
- <arg value="/noconfig"/>
|
|
|
- <arg value="/r:.\System.dll"/>
|
|
|
</csc>
|
|
|
|
|
|
</target>
|
|
|
@@ -50,5 +31,6 @@
|
|
|
|
|
|
<target name="clean">
|
|
|
<delete file="System.Configuration.Install_test.dll" failonerror="false"/>
|
|
|
+ <delete file="System.Configuration.Install_test.pdb" failonerror="false"/>
|
|
|
</target>
|
|
|
</project>
|