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>{580E68A8-EDEE-4350-8BBE-A053645B0F83}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>momoney.database</RootNamespace>
12 <AssemblyName>momoney.database</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="Db4objects.Db4o, Version=7.5.57.11498, Culture=neutral, PublicKeyToken=6199cd4f203aa8eb, processorArchitecture=MSIL">
39 <SpecificVersion>False</SpecificVersion>
40 <HintPath>..\..\build\lib\app\db40\Db4objects.Db4o.dll</HintPath>
41 </Reference>
42 <Reference Include="Db4objects.Db4o.Linq, Version=7.5.57.11498, Culture=neutral, PublicKeyToken=6199cd4f203aa8eb, processorArchitecture=MSIL">
43 <SpecificVersion>False</SpecificVersion>
44 <HintPath>..\..\build\lib\app\db40\Db4objects.Db4o.Linq.dll</HintPath>
45 </Reference>
46 <Reference Include="developwithpassion.bdd, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
47 <SpecificVersion>False</SpecificVersion>
48 <HintPath>..\..\build\lib\test\developwithpassion\developwithpassion.bdd.dll</HintPath>
49 </Reference>
50 <Reference Include="gorilla.commons.infrastructure, Version=2009.5.5.1633, Culture=neutral, PublicKeyToken=687787ccb6c36c9f, processorArchitecture=MSIL">
51 <SpecificVersion>False</SpecificVersion>
52 <HintPath>..\..\build\lib\app\gorilla\gorilla.commons.infrastructure.dll</HintPath>
53 </Reference>
54 <Reference Include="gorilla.commons.utility, Version=2009.5.5.1633, Culture=neutral, PublicKeyToken=687787ccb6c36c9f, processorArchitecture=MSIL">
55 <SpecificVersion>False</SpecificVersion>
56 <HintPath>..\..\build\lib\app\gorilla\gorilla.commons.utility.dll</HintPath>
57 </Reference>
58 <Reference Include="gorilla.testing, Version=2009.5.5.194, Culture=neutral, processorArchitecture=MSIL">
59 <SpecificVersion>False</SpecificVersion>
60 <HintPath>..\..\build\lib\test\gorilla\gorilla.testing.dll</HintPath>
61 </Reference>
62 <Reference Include="MbUnit.Framework, Version=2.4.2.175, Culture=neutral, PublicKeyToken=5e72ecd30bc408d5">
63 <SpecificVersion>False</SpecificVersion>
64 <HintPath>..\..\build\lib\test\mbunit\MbUnit.Framework.dll</HintPath>
65 </Reference>
66 <Reference Include="Rhino.Mocks, Version=3.5.0.1337, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
67 <SpecificVersion>False</SpecificVersion>
68 <HintPath>..\..\build\lib\test\rhino.mocks\Rhino.Mocks.dll</HintPath>
69 </Reference>
70 <Reference Include="System" />
71 <Reference Include="System.Core">
72 <RequiredTargetFramework>3.5</RequiredTargetFramework>
73 </Reference>
74 <Reference Include="System.Xml.Linq">
75 <RequiredTargetFramework>3.5</RequiredTargetFramework>
76 </Reference>
77 <Reference Include="System.Data.DataSetExtensions">
78 <RequiredTargetFramework>3.5</RequiredTargetFramework>
79 </Reference>
80 <Reference Include="System.Data" />
81 <Reference Include="System.Xml" />
82 </ItemGroup>
83 <ItemGroup>
84 <Compile Include="db4o\ConfigureObjectContainerStep.cs" />
85 <Compile Include="db4o\Spiking\db40_spike_specs.cs" />
86 <Compile Include="repositories\AccountHolderRepository.cs" />
87 <Compile Include="repositories\BillRepository.cs" />
88 <Compile Include="repositories\CompanyRepository.cs" />
89 <Compile Include="repositories\IncomeRepository.cs" />
90 <Compile Include="db4o\ConfigureDatabaseStep.cs" />
91 <Compile Include="db4o\ConnectionFactory.cs" />
92 <Compile Include="ObjectDatabase.cs" />
93 <Compile Include="db4o\ObjectDatabaseConnection.cs" />
94 <Compile Include="IConnectionFactory.cs" />
95 <Compile Include="IDatabaseConfiguration.cs" />
96 <Compile Include="transactions\ChangeTracker.cs" />
97 <Compile Include="transactions\ChangeTrackerFactory.cs" />
98 <Compile Include="transactions\ChangeTrackerFactorySpecs.cs" />
99 <Compile Include="transactions\ChangeTrackerSpecs.cs" />
100 <Compile Include="transactions\Context.cs" />
101 <Compile Include="transactions\ContextFactory.cs" />
102 <Compile Include="transactions\ContextFactorySpecs.cs" />
103 <Compile Include="transactions\CurrentThread.cs" />
104 <Compile Include="transactions\DeleteFromDatabase.cs" />
105 <Compile Include="transactions\IChangeTracker.cs" />
106 <Compile Include="transactions\IChangeTrackerFactory.cs" />
107 <Compile Include="transactions\IContext.cs" />
108 <Compile Include="transactions\IDatabase.cs" />
109 <Compile Include="transactions\DatabaseConnection.cs" />
110 <Compile Include="transactions\IdentityMapProxy.cs" />
111 <Compile Include="transactions\IdentityMapSpecs.cs" />
112 <Compile Include="transactions\IIdentityMap.cs" />
113 <Compile Include="transactions\IKey.cs" />
114 <Compile Include="transactions\IScopedStorage.cs" />
115 <Compile Include="transactions\DatabaseCommand.cs" />
116 <Compile Include="transactions\DatabaseCommandRegistry.cs" />
117 <Compile Include="transactions\IThread.cs" />
118 <Compile Include="transactions\PerThread.cs" />
119 <Compile Include="transactions\PerThreadScopedStorage.cs" />
120 <Compile Include="transactions\PerThreadScopedStorageSpecs.cs" />
121 <Compile Include="transactions\SaveOrUpdateFromDatabase.cs" />
122 <Compile Include="transactions\Session.cs" />
123 <Compile Include="transactions\SessionFactory.cs" />
124 <Compile Include="transactions\SessionFactorySpecs.cs" />
125 <Compile Include="transactions\SessionNotStartedException.cs" />
126 <Compile Include="transactions\SessionProvider.cs" />
127 <Compile Include="transactions\SessionSpecs.cs" />
128 <Compile Include="transactions\SingletonScopedStorage.cs" />
129 <Compile Include="transactions\ObjectDatabaseCommandRegistry.cs" />
130 <Compile Include="transactions\TrackerEntry.cs" />
131 <Compile Include="transactions\TrackerEntryMapper.cs" />
132 <Compile Include="transactions\TrackerEntrySpecs.cs" />
133 <Compile Include="transactions\Transaction.cs" />
134 <Compile Include="transactions\TransactionSpecs.cs" />
135 <Compile Include="transactions\TypedKey.cs" />
136 </ItemGroup>
137 <ItemGroup>
138 <ProjectReference Include="..\Domain\domain.csproj">
139 <Project>{BE790BCC-4412-473F-9D0A-5AA48FE7A74F}</Project>
140 <Name>domain</Name>
141 </ProjectReference>
142 </ItemGroup>
143 <ItemGroup>
144 <Folder Include="Properties\" />
145 </ItemGroup>
146 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
147 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
148 Other similar extension points exist, see Microsoft.Common.targets.
149 <Target Name="BeforeBuild">
150 </Target>
151 <Target Name="AfterBuild">
152 </Target>
153 -->
154</Project>