Browse Source

Fix also Test Project references

pull/15/head
Marcos Meli 10 years ago
parent
commit
e0c5fd8cc4
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/MarkdownDeepTests/MarkdownDeepTests.csproj

+ 3
- 3
src/MarkdownDeepTests/MarkdownDeepTests.csproj View File

@@ -42,13 +42,13 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
<HintPath>..\..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="nunit.mocks">
<HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
<HintPath>..\..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
</Reference>
<Reference Include="pnunit.framework">
<HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
<HintPath>..\..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">


Loading…
Cancel
Save