diff options
Diffstat (limited to 'src/specs')
| -rwxr-xr-x | src/specs/packages.config | 5 | ||||
| -rwxr-xr-x | src/specs/specs.csproj | 15 |
2 files changed, 20 insertions, 0 deletions
diff --git a/src/specs/packages.config b/src/specs/packages.config new file mode 100755 index 0000000..ab0e8c6 --- /dev/null +++ b/src/specs/packages.config @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?>
+<packages>
+ <package id="Machine.Specifications" version="0.5.6.0" />
+ <package id="RhinoMocks" version="3.6.1" />
+</packages>
\ No newline at end of file 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.
|
