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>{B10E4560-2546-4A11-B2D1-5505BFCDDCC9}</ProjectGuid>
  9    <OutputType>Library</OutputType>
 10    <AppDesignerFolder>Properties</AppDesignerFolder>
 11    <RootNamespace>specs</RootNamespace>
 12    <AssemblyName>specs</AssemblyName>
 13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 14    <FileAlignment>512</FileAlignment>
 15    <TargetFrameworkProfile>
 16    </TargetFrameworkProfile>
 17  </PropertyGroup>
 18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 19    <DebugSymbols>true</DebugSymbols>
 20    <DebugType>full</DebugType>
 21    <Optimize>false</Optimize>
 22    <OutputPath>bin\Debug\</OutputPath>
 23    <DefineConstants>DEBUG;TRACE</DefineConstants>
 24    <ErrorReport>prompt</ErrorReport>
 25    <WarningLevel>4</WarningLevel>
 26    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
 27    <RegisterForComInterop>false</RegisterForComInterop>
 28  </PropertyGroup>
 29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 30    <DebugType>pdbonly</DebugType>
 31    <Optimize>true</Optimize>
 32    <OutputPath>bin\Release\</OutputPath>
 33    <DefineConstants>TRACE</DefineConstants>
 34    <ErrorReport>prompt</ErrorReport>
 35    <WarningLevel>4</WarningLevel>
 36  </PropertyGroup>
 37  <ItemGroup>
 38    <Reference Include="Castle.Core, Version=2.5.1.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
 39      <HintPath>..\..\packages\Castle.Core.2.5.2\lib\NET35\Castle.Core.dll</HintPath>
 40    </Reference>
 41    <Reference Include="Db4objects.Db4o, Version=8.1.184.15492, Culture=neutral, PublicKeyToken=6199cd4f203aa8eb, processorArchitecture=MSIL">
 42      <SpecificVersion>False</SpecificVersion>
 43      <HintPath>..\..\packages\db4o-devel.8.1.184.15492\lib\net40\Db4objects.Db4o.dll</HintPath>
 44    </Reference>
 45    <Reference Include="Db4objects.Db4o.Linq, Version=8.1.184.15492, Culture=neutral, PublicKeyToken=6199cd4f203aa8eb, processorArchitecture=MSIL">
 46      <SpecificVersion>False</SpecificVersion>
 47      <HintPath>..\..\packages\db4o-devel.8.1.184.15492\lib\net40\Db4objects.Db4o.Linq.dll</HintPath>
 48    </Reference>
 49    <Reference Include="gorilla.infrastructure, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
 50      <SpecificVersion>False</SpecificVersion>
 51      <HintPath>..\..\thirdparty\commons\gorilla.infrastructure.dll</HintPath>
 52    </Reference>
 53    <Reference Include="gorilla.utility, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
 54      <SpecificVersion>False</SpecificVersion>
 55      <HintPath>..\..\thirdparty\commons\gorilla.utility.dll</HintPath>
 56    </Reference>
 57    <Reference Include="Machine.Specifications, Version=0.4.9.0, Culture=neutral, processorArchitecture=MSIL">
 58      <SpecificVersion>False</SpecificVersion>
 59      <HintPath>..\..\thirdparty\mspec\Machine.Specifications.dll</HintPath>
 60    </Reference>
 61    <Reference Include="Mono.Reflection">
 62      <HintPath>..\..\packages\db4o-devel.8.1.184.15492\lib\net40\Mono.Reflection.dll</HintPath>
 63    </Reference>
 64    <Reference Include="PresentationCore" />
 65    <Reference Include="PresentationFramework" />
 66    <Reference Include="Rhino.Mocks">
 67      <HintPath>..\..\packages\RhinoMocks.3.6\lib\Rhino.Mocks.dll</HintPath>
 68    </Reference>
 69    <Reference Include="System" />
 70    <Reference Include="System.Core" />
 71    <Reference Include="System.Xaml" />
 72    <Reference Include="System.Xml.Linq" />
 73    <Reference Include="System.Data.DataSetExtensions" />
 74    <Reference Include="Microsoft.CSharp" />
 75    <Reference Include="System.Data" />
 76    <Reference Include="System.Xml" />
 77    <Reference Include="WindowsBase" />
 78  </ItemGroup>
 79  <ItemGroup>
 80    <Compile Include="Assertions.cs" />
 81    <Compile Include="ConcernAttribute.cs" />
 82    <Compile Include="integration\service\handlers\GoogleLookupServiceSpecs.cs" />
 83    <Compile Include="Mocking.cs" />
 84    <Compile Include="Properties\AssemblyInfo.cs" />
 85    <Compile Include="Create.cs" />
 86    <Compile Include="unit\infrastructure\ProxyFactorySpecs.cs" />
 87    <Compile Include="unit\service\domain\accounting\BOEDSpecs.cs" />
 88    <Compile Include="unit\service\domain\accounting\CurrencySpecs.cs" />
 89    <Compile Include="unit\service\domain\accounting\DetailAccountSpecs.cs" />
 90    <Compile Include="unit\service\domain\accounting\QuantitySpecs.cs" />
 91    <Compile Include="unit\service\domain\runner.cs" />
 92    <Compile Include="unit\service\domain\accounting\SummaryAccountSpecs.cs" />
 93    <Compile Include="unit\service\domain\accounting\TransactionSpecs.cs" />
 94    <Compile Include="unit\service\domain\DateSpecs.cs" />
 95    <Compile Include="unit\service\domain\hierarchy\HierarchySpecs.cs" />
 96    <Compile Include="unit\service\domain\payroll\CompensationSpecs.cs" />
 97    <Compile Include="unit\service\domain\payroll\DateSpecs.cs" />
 98    <Compile Include="unit\service\domain\payroll\GrantSpecs.cs" />
 99    <Compile Include="unit\service\domain\payroll\MoneySpecs.cs" />
100    <Compile Include="unit\service\domain\property_bag\PropertyBagSpecs.cs" />
101    <Compile Include="unit\service\handlers\AddIncomeCommandMessageHandlerSpecs.cs" />
102    <Compile Include="unit\service\handlers\StockPriceRequestQueryHandlerSpecs.cs" />
103    <Compile Include="unit\service\orm\DB4OUnitOfWorkFactorySpecs.cs" />
104    <Compile Include="unit\service\orm\DB4OUnitOfWorkSpecs.cs" />
105    <Compile Include="unit\service\orm\EmptyUnitOfWorkSpecs.cs" />
106    <Compile Include="unit\service\orm\SimpleIdentityMapSpecs.cs" />
107    <Compile Include="unit\service\orm\UnitOfWorkInterceptorSpecs.cs" />
108    <Compile Include="unit\ui\InMemoryApplicationStateSpecs.cs" />
109    <Compile Include="unit\ui\presenters\AddFamilyMemberPresenterSpecs.cs" />
110    <Compile Include="unit\ui\presenters\AddNewIncomeViewModelSpecs.cs" />
111    <Compile Include="unit\ui\presenters\AddNewStockSymbolPresenterSpecs.cs" />
112    <Compile Include="IllegalExtensions.cs" />
113    <Compile Include="unit\ui\presenters\specifications\IfFamilyMemberIsSelectedSpecs.cs" />
114    <Compile Include="unit\ui\presenters\SingleStockPresenterSpecs.cs" />
115    <Compile Include="unit\ui\presenters\StockViewModelSpecs.cs" />
116    <Compile Include="unit\ui\presenters\StockWatchPresenterSpecs.cs" />
117    <Compile Include="unit\ui\RunInBackgroundInterceptorSpecs.cs" />
118  </ItemGroup>
119  <ItemGroup>
120    <ProjectReference Include="..\desktop.ui\solidware.financials.csproj">
121      <Project>{1E07A7D1-661C-48A2-B67B-180C6107CC92}</Project>
122      <Name>solidware.financials</Name>
123    </ProjectReference>
124    <ProjectReference Include="..\infrastructure\infrastructure.csproj">
125      <Project>{16D56F38-F4B0-4134-907A-837E4C62C7B7}</Project>
126      <Name>infrastructure</Name>
127    </ProjectReference>
128    <ProjectReference Include="..\messages\messages.csproj">
129      <Project>{C3DF753C-7BB7-48E0-B87D-D37ED47EDF92}</Project>
130      <Name>messages</Name>
131    </ProjectReference>
132    <ProjectReference Include="..\service\service.csproj">
133      <Project>{9928913D-5BCE-422F-9A12-13A10ACE836D}</Project>
134      <Name>service</Name>
135    </ProjectReference>
136  </ItemGroup>
137  <ItemGroup>
138    <None Include="packages.config" />
139  </ItemGroup>
140  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
141  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
142       Other similar extension points exist, see Microsoft.Common.targets.
143  <Target Name="BeforeBuild">
144  </Target>
145  <Target Name="AfterBuild">
146  </Target>
147  -->
148</Project>