main
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" 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>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{243D66C3-5F67-4B54-86B5-B6B76009B7FF}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>test</RootNamespace>
12 <AssemblyName>test</AssemblyName>
13 <TargetFrameworkVersion>v4.0</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="Machine.Specifications">
35 <HintPath>..\..\packages\Machine.Specifications.0.5.3.0\lib\Machine.Specifications.dll</HintPath>
36 </Reference>
37 <Reference Include="Rhino.Mocks">
38 <HintPath>..\..\packages\RhinoMocks.3.6.1\lib\net\Rhino.Mocks.dll</HintPath>
39 </Reference>
40 <Reference Include="System" />
41 <Reference Include="System.Core" />
42 <Reference Include="System.Xml.Linq" />
43 <Reference Include="System.Data.DataSetExtensions" Condition=" '$(OS)' == 'Windows_NT' " />
44 <Reference Include="Microsoft.CSharp" Condition=" '$(OS)' == 'Windows_NT' " />
45 <Reference Include="System.Data" />
46 <Reference Include="System.Xml" />
47 </ItemGroup>
48 <ItemGroup>
49 <Compile Include="Properties\AssemblyInfo.cs" />
50 <Compile Include="GreetingSpecs.cs" />
51 <Compile Include="BOEDSpecs.cs" />
52 <Compile Include="CalculatorSpecs.cs" />
53 <Compile Include="CapacitySpecs.cs" />
54 <Compile Include="GasPlantSpecs.cs" />
55 <Compile Include="MCFSpecs.cs" />
56 <Compile Include="Mock.cs" />
57 <Compile Include="MonthSpecs.cs" />
58 <Compile Include="ProductionScheduleSpecs.cs" />
59 <Compile Include="QuantitySpecs.cs" />
60 <Compile Include="RangeSpecs.cs" />
61 <Compile Include="TypeCurveSpecs.cs" />
62 <Compile Include="WellSpecs.cs" />
63 </ItemGroup>
64 <ItemGroup>
65 <None Include="packages.config" />
66 </ItemGroup>
67 <ItemGroup>
68 <ProjectReference Include="..\domain\domain.csproj">
69 <Project>{4E400E9B-C985-49D3-BD7F-2C1D1022ECED}</Project>
70 <Name>domain</Name>
71 </ProjectReference>
72 </ItemGroup>
73 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(OS)' == 'Windows_NT' " />
74 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets"/>
75 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
76 Other similar extension points exist, see Microsoft.Common.targets.
77 <Target Name="BeforeBuild">
78 </Target>
79 <Target Name="AfterBuild">
80 </Target>
81 -->
82</Project>