Skip to content

Commit

Permalink
hint path
Browse files Browse the repository at this point in the history
  • Loading branch information
hammett committed May 17, 2012
1 parent 45b8f4b commit a0b74b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MR3/tests/Castle.MonoRail.Tests/Castle.MonoRail.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@
<Reference Include="Moq">
<HintPath>..\..\lib\Moq.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\lib\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\lib\Newtonsoft.Json.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\lib\nunit.framework.dll</HintPath>
Expand Down Expand Up @@ -85,7 +86,6 @@
<Compile Include="Helpers\PartialHelperTests.cs" />
<Compile Include="Helpers\UrlHelperTests.cs" />
<Compile Include="Internal\ConversionTestCase.cs" />
<Compile Include="Internal\RefHelpersTestCase.cs" />
<Compile Include="MetadataProviders\ModelMetadataTests.cs" />
<Compile Include="MetadataProviders\DataAnnotationsModelMetadataProviderTests.cs" />
<Compile Include="Mvc\DefaultViewFolderLayoutTestCase.cs" />
Expand Down

0 comments on commit a0b74b8

Please sign in to comment.