fix for mstest build

This commit is contained in:
markpollack
2009-07-31 03:43:11 +00:00
parent d24dbf0249
commit 98fcb8e0d8

View File

@@ -25,9 +25,10 @@
</sources>
<references basedir="${current.bin.dir}">
<include name="System.Data.dll" />
<include name="${vs-net.mstest.bin.dir}\PublicAssemblies\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll" />
<include name="*.dll" />
<include name="Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll" />
<exclude name="${project::get-name()}.dll" />
<exclude name="CloverRuntime.dll" />
</references>
</csc>
</target>