summaryrefslogtreecommitdiff
path: root/src/specs/specs.csproj
diff options
context:
space:
mode:
authormo k <mo@mokhan.ca>2012-05-30 20:48:04 -0600
committermo k <mo@mokhan.ca>2012-05-30 20:48:04 -0600
commitbc25ab8998da34af01aff98aea03de1a8d412792 (patch)
tree031544b7c69d69c43e2988464125416092d64cab /src/specs/specs.csproj
parent3b1a0726f41ad2239c7e36f1bbde25baaa4e7685 (diff)
add mspec and rhino mocks.
Diffstat (limited to 'src/specs/specs.csproj')
-rwxr-xr-xsrc/specs/specs.csproj15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/specs/specs.csproj b/src/specs/specs.csproj
index 0b2f12e..afcb377 100755
--- a/src/specs/specs.csproj
+++ b/src/specs/specs.csproj
@@ -31,6 +31,15 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
+ <Reference Include="Machine.Specifications">
+ <HintPath>..\..\packages\Machine.Specifications.0.5.6.0\lib\net40\Machine.Specifications.dll</HintPath>
+ </Reference>
+ <Reference Include="Machine.Specifications.Clr4">
+ <HintPath>..\..\packages\Machine.Specifications.0.5.6.0\lib\net40\Machine.Specifications.Clr4.dll</HintPath>
+ </Reference>
+ <Reference Include="Rhino.Mocks">
+ <HintPath>..\..\packages\RhinoMocks.3.6.1\lib\net\Rhino.Mocks.dll</HintPath>
+ </Reference>
<Reference Include="robocode">
<HintPath>..\..\lib\robocode\robocode.dll</HintPath>
</Reference>
@@ -46,6 +55,12 @@
<Compile Include="RoboMomSpecs.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
+ <ItemGroup>
+ <WCFMetadata Include="Service References\" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="packages.config" />
+ </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.