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>{9928913D-5BCE-422F-9A12-13A10ACE836D}</ProjectGuid>
  9    <OutputType>Library</OutputType>
 10    <AppDesignerFolder>Properties</AppDesignerFolder>
 11    <RootNamespace>solidware.financials.service</RootNamespace>
 12    <AssemblyName>solidware.financials.service</AssemblyName>
 13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 14    <FileAlignment>512</FileAlignment>
 15    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
 16  </PropertyGroup>
 17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 18    <DebugSymbols>true</DebugSymbols>
 19    <DebugType>full</DebugType>
 20    <Optimize>false</Optimize>
 21    <OutputPath>bin\Debug\</OutputPath>
 22    <DefineConstants>DEBUG;TRACE</DefineConstants>
 23    <ErrorReport>prompt</ErrorReport>
 24    <WarningLevel>4</WarningLevel>
 25  </PropertyGroup>
 26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 27    <DebugType>pdbonly</DebugType>
 28    <Optimize>true</Optimize>
 29    <OutputPath>bin\Release\</OutputPath>
 30    <DefineConstants>TRACE</DefineConstants>
 31    <ErrorReport>prompt</ErrorReport>
 32    <WarningLevel>4</WarningLevel>
 33  </PropertyGroup>
 34  <ItemGroup>
 35    <Reference Include="Castle.Core, Version=2.5.1.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
 36      <HintPath>..\..\packages\Castle.Core.2.5.2\lib\NET35\Castle.Core.dll</HintPath>
 37    </Reference>
 38    <Reference Include="Db4objects.Db4o">
 39      <HintPath>..\..\packages\db4o-devel.8.1.184.15492\lib\net40\Db4objects.Db4o.dll</HintPath>
 40    </Reference>
 41    <Reference Include="Db4objects.Db4o.Linq">
 42      <HintPath>..\..\packages\db4o-devel.8.1.184.15492\lib\net40\Db4objects.Db4o.Linq.dll</HintPath>
 43    </Reference>
 44    <Reference Include="gorilla.utility">
 45      <HintPath>..\..\thirdparty\commons\gorilla.utility.dll</HintPath>
 46    </Reference>
 47    <Reference Include="Mono.Reflection">
 48      <HintPath>..\..\packages\db4o-devel.8.1.184.15492\lib\net40\Mono.Reflection.dll</HintPath>
 49    </Reference>
 50    <Reference Include="Newtonsoft.Json">
 51      <HintPath>..\..\packages\Newtonsoft.Json.4.0.1\lib\40\Newtonsoft.Json.dll</HintPath>
 52    </Reference>
 53    <Reference Include="System" />
 54    <Reference Include="System.configuration" />
 55    <Reference Include="System.Core" />
 56    <Reference Include="System.Xml.Linq" />
 57    <Reference Include="System.Data.DataSetExtensions" />
 58    <Reference Include="Microsoft.CSharp" />
 59    <Reference Include="System.Data" />
 60    <Reference Include="System.Xml" />
 61  </ItemGroup>
 62  <ItemGroup>
 63    <Compile Include="ConfigureServiceMappings.cs" />
 64    <Compile Include="DB4OBootstrapper.cs" />
 65    <Compile Include="domain\accounting\Account.cs" />
 66    <Compile Include="domain\accounting\BOED.cs" />
 67    <Compile Include="domain\accounting\ConversionRatio.cs" />
 68    <Compile Include="domain\accounting\Currency.cs" />
 69    <Compile Include="domain\accounting\DateRange.cs" />
 70    <Compile Include="domain\accounting\Deposit.cs" />
 71    <Compile Include="domain\accounting\DetailAccount.cs" />
 72    <Compile Include="domain\accounting\Entry.cs" />
 73    <Compile Include="domain\accounting\MCF.cs" />
 74    <Compile Include="domain\accounting\Potential.cs" />
 75    <Compile Include="domain\accounting\PotentialEntry.cs" />
 76    <Compile Include="domain\accounting\Quantity.cs" />
 77    <Compile Include="domain\accounting\Range.cs" />
 78    <Compile Include="domain\accounting\SequentialRange.cs" />
 79    <Compile Include="domain\accounting\SimpleUnitOfMeasure.cs" />
 80    <Compile Include="domain\accounting\SummaryAccount.cs" />
 81    <Compile Include="domain\accounting\Transaction.cs" />
 82    <Compile Include="domain\accounting\TransactionDoesNotBalance.cs" />
 83    <Compile Include="domain\accounting\TransactionType.cs" />
 84    <Compile Include="domain\accounting\UnitOfMeasure.cs" />
 85    <Compile Include="domain\accounting\Withdrawal.cs" />
 86    <Compile Include="domain\Calendar.cs" />
 87    <Compile Include="domain\ComparableExtensions.cs" />
 88    <Compile Include="domain\Date.cs" />
 89    <Compile Include="domain\DateExtensions.cs" />
 90    <Compile Include="domain\hierarchy\Hierarchy.cs" />
 91    <Compile Include="domain\payroll\Annually.cs" />
 92    <Compile Include="domain\payroll\AnonymousVisitor.cs" />
 93    <Compile Include="domain\payroll\BaseDenominator.cs" />
 94    <Compile Include="domain\payroll\Compensation.cs" />
 95    <Compile Include="domain\payroll\Denominator.cs" />
 96    <Compile Include="domain\payroll\Fraction.cs" />
 97    <Compile Include="domain\payroll\Frequency.cs" />
 98    <Compile Include="domain\payroll\Grant.cs" />
 99    <Compile Include="domain\payroll\History.cs" />
100    <Compile Include="domain\payroll\Money.cs" />
101    <Compile Include="domain\payroll\Monthly.cs" />
102    <Compile Include="domain\payroll\One.cs" />
103    <Compile Include="domain\payroll\Third.cs" />
104    <Compile Include="domain\payroll\Twelfth.cs" />
105    <Compile Include="domain\payroll\UnitPrice.cs" />
106    <Compile Include="domain\payroll\Units.cs" />
107    <Compile Include="domain\payroll\Vest.cs" />
108    <Compile Include="domain\property_bag\Bag.cs" />
109    <Compile Include="domain\property_bag\Property.cs" />
110    <Compile Include="domain\property_bag\PropertyBag.cs" />
111    <Compile Include="domain\property_bag\PropertyBagWithoutTarget.cs" />
112    <Compile Include="domain\property_bag\PropertyReference.cs" />
113    <Compile Include="domain\property_bag\UnknownProperty.cs" />
114    <Compile Include="handlers\AddIncomeCommandMessageHandler.cs" />
115    <Compile Include="handlers\AddNewFamilyMemberHandler.cs" />
116    <Compile Include="domain\Entity.cs" />
117    <Compile Include="domain\Person.cs" />
118    <Compile Include="handlers\FindAllFamilyHandler.cs" />
119    <Compile Include="handlers\FindAllIncomeHandler.cs" />
120    <Compile Include="handlers\GoogleLookupService.cs" />
121    <Compile Include="handlers\StockPriceLookupService.cs" />
122    <Compile Include="handlers\StockPriceRequestQueryHandler.cs" />
123    <Compile Include="handlers\StubLookupService.cs" />
124    <Compile Include="orm\Connection.cs" />
125    <Compile Include="orm\ConnectionFactory.cs" />
126    <Compile Include="orm\DB4OConnection.cs" />
127    <Compile Include="orm\DB4OConnectionFactory.cs" />
128    <Compile Include="orm\DB4OUnitOfWork.cs" />
129    <Compile Include="orm\DB40UnitOfWorkFactory.cs" />
130    <Compile Include="orm\DB4OPersonRepository.cs" />
131    <Compile Include="orm\Disposable.cs" />
132    <Compile Include="orm\EmptyUnitOfWork.cs" />
133    <Compile Include="orm\IdentityMap.cs" />
134    <Compile Include="orm\SimpleIdentityMap.cs" />
135    <Compile Include="orm\InMemoryDatabase.cs" />
136    <Compile Include="orm\LastOpened.cs" />
137    <Compile Include="orm\PersonRepository.cs" />
138    <Compile Include="orm\TypedKey.cs" />
139    <Compile Include="orm\UnitOfWork.cs" />
140    <Compile Include="orm\UnitOfWorkFactory.cs" />
141    <Compile Include="orm\UnitOfWorkInterceptor.cs" />
142    <Compile Include="Properties\AssemblyInfo.cs" />
143  </ItemGroup>
144  <ItemGroup>
145    <ProjectReference Include="..\infrastructure\infrastructure.csproj">
146      <Project>{16D56F38-F4B0-4134-907A-837E4C62C7B7}</Project>
147      <Name>infrastructure</Name>
148    </ProjectReference>
149    <ProjectReference Include="..\messages\messages.csproj">
150      <Project>{C3DF753C-7BB7-48E0-B87D-D37ED47EDF92}</Project>
151      <Name>messages</Name>
152    </ProjectReference>
153    <ProjectReference Include="..\utility\utility.csproj">
154      <Project>{B5534C03-58F9-4515-A213-EFDDC2BC3E63}</Project>
155      <Name>utility</Name>
156    </ProjectReference>
157  </ItemGroup>
158  <ItemGroup>
159    <None Include="packages.config" />
160  </ItemGroup>
161  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
162  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
163       Other similar extension points exist, see Microsoft.Common.targets.
164  <Target Name="BeforeBuild">
165  </Target>
166  <Target Name="AfterBuild">
167  </Target>
168  -->
169</Project>