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>{04B70A19-AE24-490A-A1F3-868C56E21E29}</ProjectGuid>
 9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>unit</RootNamespace>
12    <AssemblyName>unit</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="Autofac, Version=1.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL" />
35    <Reference Include="Machine.Specifications">
36      <HintPath>..\..\..\thirdparty\mspec\Machine.Specifications.dll</HintPath>
37    </Reference>
38    <Reference Include="PresentationCore" />
39    <Reference Include="Rhino.Mocks">
40      <HintPath>..\..\..\thirdparty\rhino.mocks\Rhino.Mocks.dll</HintPath>
41    </Reference>
42    <Reference Include="System" />
43    <Reference Include="System.Core" />
44    <Reference Include="System.Xml.Linq" />
45    <Reference Include="System.Data.DataSetExtensions" />
46    <Reference Include="Microsoft.CSharp" />
47    <Reference Include="System.Data" />
48    <Reference Include="System.Xml" />
49  </ItemGroup>
50  <ItemGroup>
51    <Compile Include="AssertionExtensions.cs" />
52    <Compile Include="client\presenters\AddFamilyMemberPresenterSpecs.cs" />
53    <Compile Include="Helpers.cs" />
54    <Compile Include="client\presenters\WpfCommandBuilderSpecs.cs" />
55    <Compile Include="Mocking.cs" />
56    <Compile Include="server\domain\accounting\BOEDSpecs.cs" />
57    <Compile Include="server\domain\accounting\CurrencySpecs.cs" />
58    <Compile Include="server\domain\accounting\DetailAccountSpecs.cs" />
59    <Compile Include="server\domain\accounting\QuantitySpecs.cs" />
60    <Compile Include="server\domain\accounting\SummaryAccountSpecs.cs" />
61    <Compile Include="server\domain\accounting\TransactionSpecs.cs" />
62    <Compile Include="server\domain\payroll\CompensationSpecs.cs" />
63    <Compile Include="server\domain\payroll\DateSpecs.cs" />
64    <Compile Include="server\domain\payroll\GrantSpecs.cs" />
65    <Compile Include="server\domain\payroll\MoneySpecs.cs" />
66  </ItemGroup>
67  <ItemGroup>
68    <ProjectReference Include="..\..\client\client.ui\client.csproj">
69      <Project>{81E2CF6C-4D61-442E-8086-BF1E017C7041}</Project>
70      <Name>client %28client\client%29</Name>
71    </ProjectReference>
72    <ProjectReference Include="..\..\client\server\server.csproj">
73      <Project>{4E60988E-1A43-4807-8CEC-4E13F63DE363}</Project>
74      <Name>server</Name>
75    </ProjectReference>
76    <ProjectReference Include="..\..\commons\infrastructure\infrastructure.csproj">
77      <Project>{AA5EEED9-4531-45F7-AFCD-AD9717D2E405}</Project>
78      <Name>infrastructure</Name>
79    </ProjectReference>
80    <ProjectReference Include="..\..\commons\utility\utility.csproj">
81      <Project>{DD8FD29E-7424-415C-9BA3-7D9F6ECBA161}</Project>
82      <Name>utility</Name>
83    </ProjectReference>
84  </ItemGroup>
85  <ItemGroup>
86    <Folder Include="Properties\" />
87  </ItemGroup>
88  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
89  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
90       Other similar extension points exist, see Microsoft.Common.targets.
91  <Target Name="BeforeBuild">
92  </Target>
93  <Target Name="AfterBuild">
94  </Target>
95  -->
96</Project>