Removing autotest dotnet target, since Autotest does not support .Net platform for now

This commit is contained in:
jfiat
2011-11-21 13:54:50 +00:00
parent 24b1be7482
commit 1b446caa27
3 changed files with 2 additions and 8 deletions

View File

@@ -15,7 +15,4 @@
<library name="testing" location="$ISE_LIBRARY\library\testing\testing-safe.ecf"/>
<cluster name="test_suite" location=".\" recursive="true"/>
</target>
<target name="test_suite_dotnet" extends="test_suite">
<setting name="msil_generation" value="true"/>
</target>
</system>

View File

@@ -16,7 +16,4 @@
<library name="testing" location="$ISE_LIBRARY\library\testing\testing.ecf"/>
<cluster name="test_suite" location=".\" recursive="true"/>
</target>
<target name="test_suite_dotnet" extends="test_suite">
<setting name="msil_generation" value="true"/>
</target>
</system>