Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbevain <jbevain@gmail.com>2010-12-06 00:38:43 +0300
committerjbevain <jbevain@gmail.com>2010-12-06 00:38:43 +0300
commit3bd384b252448e9803856ad648ef871feed02553 (patch)
treedf8198bd9fbdcb7df9fedd07925ad18f68ba6ce3 /Test/Mono.Cecil.Tests.csproj
parent8da5c14ba2eeeb2d735dc504af606d545356d414 (diff)
Reference the local nunit assemblies
Diffstat (limited to 'Test/Mono.Cecil.Tests.csproj')
-rw-r--r--Test/Mono.Cecil.Tests.csproj15
1 files changed, 12 insertions, 3 deletions
diff --git a/Test/Mono.Cecil.Tests.csproj b/Test/Mono.Cecil.Tests.csproj
index 9cd7c7e..5e75f29 100644
--- a/Test/Mono.Cecil.Tests.csproj
+++ b/Test/Mono.Cecil.Tests.csproj
@@ -35,9 +35,18 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
- <Reference Include="nunit.core" />
- <Reference Include="nunit.core.interfaces" />
- <Reference Include="nunit.framework" />
+ <Reference Include="nunit.core, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>libs\nunit-2.4.8\nunit.core.dll</HintPath>
+ </Reference>
+ <Reference Include="nunit.core.interfaces, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>libs\nunit-2.4.8\nunit.core.interfaces.dll</HintPath>
+ </Reference>
+ <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>libs\nunit-2.4.8\nunit.framework.dll</HintPath>
+ </Reference>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>