Skip to content

Commit

Permalink
Correct references to NUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullin committed Dec 2, 2012
1 parent f279c48 commit 7934edf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -35,7 +35,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="nunit.framework"> <Reference Include="nunit.framework">
<HintPath>..\..\..\_misc\lib-dotnet\NUnit\nunit.framework.dll</HintPath> <HintPath>..\..\_misc\lib-dotnet\NUnit\nunit.framework.dll</HintPath>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion E007-re-factory/sample-csharp/E007-re-factory.csproj
Expand Up @@ -35,7 +35,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="nunit.framework"> <Reference Include="nunit.framework">
<HintPath>..\..\..\_misc\lib-dotnet\NUnit\nunit.framework.dll</HintPath> <HintPath>..\..\_misc\lib-dotnet\NUnit\nunit.framework.dll</HintPath>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
Expand Down
Expand Up @@ -35,7 +35,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="nunit.framework"> <Reference Include="nunit.framework">
<HintPath>..\..\..\_misc\lib-dotnet\NUnit\nunit.framework.dll</HintPath> <HintPath>..\..\_misc\lib-dotnet\NUnit\nunit.framework.dll</HintPath>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
Expand Down

0 comments on commit 7934edf

Please sign in to comment.