Skip to content

Commit

Permalink
change to project reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbock committed Mar 21, 2012
1 parent 0fbe2c4 commit 004c16d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/Runners/Giles.Runner.NSpec/Giles.Runner.NSpec.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Giles.Core">
<HintPath>..\..\Giles.Core\bin\Debug\Giles.Core.dll</HintPath>
</Reference>
<Reference Include="NSpec">
<HintPath>..\..\..\lib\nspec.0.9.59\lib\NSpec.dll</HintPath>
</Reference>
Expand All @@ -51,6 +48,12 @@
<Compile Include="NSpecTestFrameworkInspector.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Giles.Core\Giles.Core.csproj">
<Project>{9039E7FA-989E-46ED-B031-FB67571E8385}</Project>
<Name>Giles.Core</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit 004c16d

Please sign in to comment.