main
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{2375F5A6-0847-4A47-BCBA-C156ACD0D21B}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>specifications</RootNamespace>
12 <AssemblyName>project.specifications</AssemblyName>
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>pdbonly</DebugType>
27 <Optimize>true</Optimize>
28 <OutputPath>bin\Release\</OutputPath>
29 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 </PropertyGroup>
33 <ItemGroup>
34 <Reference Include="Castle.Core, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
35 <SpecificVersion>False</SpecificVersion>
36 <HintPath>..\..\thirdparty\rhino.mocks\Castle.Core.dll</HintPath>
37 </Reference>
38 <Reference Include="Castle.DynamicProxy2, Version=2.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
39 <SpecificVersion>False</SpecificVersion>
40 <HintPath>..\..\thirdparty\rhino.mocks\Castle.DynamicProxy2.dll</HintPath>
41 </Reference>
42 <Reference Include="developwithpassion.bdd, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
43 <SpecificVersion>False</SpecificVersion>
44 <HintPath>..\..\thirdparty\developwithpassion.bdd\developwithpassion.bdd.dll</HintPath>
45 </Reference>
46 <Reference Include="MbUnit.Framework, Version=2.4.2.355, Culture=neutral, PublicKeyToken=5e72ecd30bc408d5">
47 <SpecificVersion>False</SpecificVersion>
48 <HintPath>..\..\thirdparty\mbunit\MbUnit.Framework.dll</HintPath>
49 </Reference>
50 <Reference Include="Rhino.Mocks, Version=3.5.0.1337, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
51 <SpecificVersion>False</SpecificVersion>
52 <HintPath>..\..\thirdparty\rhino.mocks\Rhino.Mocks.dll</HintPath>
53 </Reference>
54 <Reference Include="System" />
55 <Reference Include="System.Core">
56 <RequiredTargetFramework>3.5</RequiredTargetFramework>
57 </Reference>
58 <Reference Include="System.Xml.Linq">
59 <RequiredTargetFramework>3.5</RequiredTargetFramework>
60 </Reference>
61 <Reference Include="System.Data.DataSetExtensions">
62 <RequiredTargetFramework>3.5</RequiredTargetFramework>
63 </Reference>
64 <Reference Include="System.Data" />
65 <Reference Include="System.Xml" />
66 </ItemGroup>
67 <ItemGroup>
68 <Compile Include="common\DefaultRegistrySpecs.cs" />
69 <Compile Include="domain\CoordinateSpecs.cs" />
70 <Compile Include="domain\EastSpecs.cs" />
71 <Compile Include="domain\NASASpecs.cs" />
72 <Compile Include="domain\NorthSpecs.cs" />
73 <Compile Include="domain\MarsSpecs.cs" />
74 <Compile Include="MockingExtensions.cs" />
75 <Compile Include="presentation\CaptureUserInstructionsPresenterSpecs.cs" />
76 <Compile Include="presentation\infrastructure\CommandFactorySpecs.cs" />
77 <Compile Include="presentation\infrastructure\SynchronousCommandProcessorSpecs.cs" />
78 <Compile Include="presentation\infrastructure\SynchronousCommandPumpSpecs.cs" />
79 <Compile Include="presentation\model\HeadingFactorySpecs.cs" />
80 <Compile Include="presentation\model\NavigationSpecs.cs" />
81 <Compile Include="ProgramSpecs.cs" />
82 <Compile Include="Properties\AssemblyInfo.cs" />
83 <Compile Include="domain\RoverSpecs.cs" />
84 <Compile Include="domain\SouthSpecs.cs" />
85 <Compile Include="domain\WestSpecs.cs" />
86 </ItemGroup>
87 <ItemGroup>
88 <ProjectReference Include="..\project\project.csproj">
89 <Project>{14A5CF37-6941-4C16-B999-AB78EE29B828}</Project>
90 <Name>project</Name>
91 </ProjectReference>
92 </ItemGroup>
93 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
94 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
95 Other similar extension points exist, see Microsoft.Common.targets.
96 <Target Name="BeforeBuild">
97 </Target>
98 <Target Name="AfterBuild">
99 </Target>
100 -->
101</Project>