[svn]
r7537: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Heavy.Tests/Heavy.Tests.npro...
VladD2
svnadmin at nemerle.org
Sat Mar 17 01:07:57 CET 2007
Log:
Correct reference to nunit.framework.
Author: VladD2
Date: Sat Mar 17 01:07:54 2007
New Revision: 7537
Modified:
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Heavy.Tests/Heavy.Tests.nproj
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Heavy.Tests/Heavy.Tests.nproj
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Heavy.Tests/Heavy.Tests.nproj (original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Heavy.Tests/Heavy.Tests.nproj Sat Mar 17 01:07:54 2007
@@ -34,15 +34,12 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
- <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
- <Name>nunit.framework</Name>
- <AssemblyName>nunit.framework.dll</AssemblyName>
- </Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="$(Nemerle)\Nemerle.dll" />
<Reference Include="$(Nemerle)\Nemerle.Macros.dll" />
+ <Reference Include="nunit.framework" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.n" />
More information about the svn
mailing list