summaryrefslogtreecommitdiff
path: root/src/specs/specs.csproj
diff options
context:
space:
mode:
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.