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>{BE790BCC-4412-473F-9D0A-5AA48FE7A74F}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>momoney.domain</RootNamespace>
12 <AssemblyName>momoney.domain</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="bdddoc, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
35 <SpecificVersion>False</SpecificVersion>
36 <HintPath>..\..\build\lib\test\bdd.doc\bdddoc.dll</HintPath>
37 </Reference>
38 <Reference Include="developwithpassion.bdd, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
39 <SpecificVersion>False</SpecificVersion>
40 <HintPath>..\..\build\lib\test\developwithpassion\developwithpassion.bdd.dll</HintPath>
41 </Reference>
42 <Reference Include="gorilla.commons.utility, Version=2009.5.5.1633, Culture=neutral, PublicKeyToken=687787ccb6c36c9f, processorArchitecture=MSIL">
43 <SpecificVersion>False</SpecificVersion>
44 <HintPath>..\..\build\lib\app\gorilla\gorilla.commons.utility.dll</HintPath>
45 </Reference>
46 <Reference Include="gorilla.testing, Version=2009.5.5.194, Culture=neutral, processorArchitecture=MSIL">
47 <SpecificVersion>False</SpecificVersion>
48 <HintPath>..\..\build\lib\test\gorilla\gorilla.testing.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>..\..\build\lib\test\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="accounting\AccountHolder.cs" />
69 <Compile Include="accounting\AccountHolderSpecs.cs" />
70 <Compile Include="accounting\Bill.cs" />
71 <Compile Include="accounting\BillingExtensions.cs" />
72 <Compile Include="accounting\BillSpecs.cs" />
73 <Compile Include="accounting\Company.cs" />
74 <Compile Include="accounting\CompanyFactory.cs" />
75 <Compile Include="accounting\ILedgerEntry.cs" />
76 <Compile Include="accounting\Income.cs" />
77 <Compile Include="accounting\Payment.cs" />
78 <Compile Include="accounting\TotalPaymentsCalculator.cs" />
79 <Compile Include="accounting\GeneralLedger.cs" />
80 <Compile Include="accounting\GeneralLedgerSpecs.cs" />
81 <Compile Include="accounting\AnnualIncomeVisitor.cs" />
82 <Compile Include="accounting\IncomeExtensions.cs" />
83 <Compile Include="core\GenericEntity.cs" />
84 <Compile Include="core\Entity.cs" />
85 <Compile Include="core\Money.cs" />
86 <Compile Include="core\MoneyExtensions.cs" />
87 <Compile Include="core\MoneyExtensionsSpecs.cs" />
88 <Compile Include="core\MoneySpecs.cs" />
89 <Compile Include="core\Month.cs" />
90 <Compile Include="core\Months.cs" />
91 <Compile Include="core\range.cs" />
92 <Compile Include="core\RangeSpecs.cs" />
93 <Compile Include="core\Ranking.cs" />
94 <Compile Include="core\RankingSpecs.cs" />
95 <Compile Include="repositories\IAccountHolderRepository.cs" />
96 <Compile Include="repositories\IBillRepository.cs" />
97 <Compile Include="repositories\ICompanyRepository.cs" />
98 <Compile Include="repositories\IIncomeRepository.cs" />
99 </ItemGroup>
100 <ItemGroup>
101 <Folder Include="Properties\" />
102 </ItemGroup>
103 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
104 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
105 Other similar extension points exist, see Microsoft.Common.targets.
106 <Target Name="BeforeBuild">
107 </Target>
108 <Target Name="AfterBuild">
109 </Target>
110 -->
111</Project>