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>9.0.30729</ProductVersion>
  7    <SchemaVersion>2.0</SchemaVersion>
  8    <ProjectGuid>{72B22B1E-1B62-41A6-9392-BD5283D17F79}</ProjectGuid>
  9    <OutputType>Library</OutputType>
 10    <AppDesignerFolder>Properties</AppDesignerFolder>
 11    <RootNamespace>presentation.windows.common</RootNamespace>
 12    <AssemblyName>presentation.windows.common</AssemblyName>
 13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 14    <FileAlignment>512</FileAlignment>
 15    <FileUpgradeFlags>
 16    </FileUpgradeFlags>
 17    <OldToolsVersion>3.5</OldToolsVersion>
 18    <UpgradeBackupLocation />
 19    <PublishUrl>publish\</PublishUrl>
 20    <Install>true</Install>
 21    <InstallFrom>Disk</InstallFrom>
 22    <UpdateEnabled>false</UpdateEnabled>
 23    <UpdateMode>Foreground</UpdateMode>
 24    <UpdateInterval>7</UpdateInterval>
 25    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
 26    <UpdatePeriodically>false</UpdatePeriodically>
 27    <UpdateRequired>false</UpdateRequired>
 28    <MapFileExtensions>true</MapFileExtensions>
 29    <ApplicationRevision>0</ApplicationRevision>
 30    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
 31    <IsWebBootstrapper>false</IsWebBootstrapper>
 32    <UseApplicationTrust>false</UseApplicationTrust>
 33    <BootstrapperEnabled>true</BootstrapperEnabled>
 34    <TargetFrameworkProfile />
 35  </PropertyGroup>
 36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 37    <DebugSymbols>true</DebugSymbols>
 38    <DebugType>full</DebugType>
 39    <Optimize>false</Optimize>
 40    <OutputPath>bin\Debug\</OutputPath>
 41    <DefineConstants>DEBUG;TRACE</DefineConstants>
 42    <ErrorReport>prompt</ErrorReport>
 43    <WarningLevel>4</WarningLevel>
 44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 45  </PropertyGroup>
 46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 47    <DebugType>pdbonly</DebugType>
 48    <Optimize>true</Optimize>
 49    <OutputPath>bin\Release\</OutputPath>
 50    <DefineConstants>TRACE</DefineConstants>
 51    <ErrorReport>prompt</ErrorReport>
 52    <WarningLevel>4</WarningLevel>
 53    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 54  </PropertyGroup>
 55  <ItemGroup>
 56    <Reference Include="AutoMapper, Version=0.3.1.71, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
 57      <SpecificVersion>False</SpecificVersion>
 58      <HintPath>..\..\..\thirdparty\automapper\AutoMapper.dll</HintPath>
 59    </Reference>
 60    <Reference Include="protobuf-net, Version=1.0.0.282, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
 61      <SpecificVersion>False</SpecificVersion>
 62      <HintPath>..\..\..\thirdparty\proto-buf.net\protobuf-net.dll</HintPath>
 63    </Reference>
 64    <Reference Include="Rhino.Queues, Version=1.2.0.0, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
 65      <SpecificVersion>False</SpecificVersion>
 66      <HintPath>..\..\..\thirdparty\rhino.queues\Rhino.Queues.dll</HintPath>
 67    </Reference>
 68    <Reference Include="System" />
 69    <Reference Include="System.Core">
 70      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 71    </Reference>
 72    <Reference Include="System.Messaging" />
 73    <Reference Include="System.Transactions" />
 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="AbstractHandler.cs" />
 85    <Compile Include="DefaultMapper.cs" />
 86    <Compile Include="Handler.cs" />
 87    <Compile Include="IEvent.cs" />
 88    <Compile Include="MessageHandler.cs" />
 89    <Compile Include="messages\AddedNewFamilyMember.cs" />
 90    <Compile Include="messages\ApplicationShuttingDown.cs" />
 91    <Compile Include="messages\CreateNewDetailAccountCommand.cs" />
 92    <Compile Include="messages\FamilyMemberToAdd.cs" />
 93    <Compile Include="messages\FindAllFamily.cs" />
 94    <Compile Include="messages\NewAccountCreated.cs" />
 95    <Compile Include="messages\StartedApplication.cs" />
 96    <Compile Include="NeedStartup.cs" />
 97    <Compile Include="Receiver.cs" />
 98    <Compile Include="RhinoPublisher.cs" />
 99    <Compile Include="RhinoReceiver.cs" />
100    <Compile Include="ServiceBus.cs" />
101  </ItemGroup>
102  <ItemGroup>
103    <ProjectReference Include="..\..\commons\infrastructure\infrastructure.csproj">
104      <Project>{AA5EEED9-4531-45F7-AFCD-AD9717D2E405}</Project>
105      <Name>infrastructure</Name>
106    </ProjectReference>
107    <ProjectReference Include="..\..\commons\utility\utility.csproj">
108      <Project>{DD8FD29E-7424-415C-9BA3-7D9F6ECBA161}</Project>
109      <Name>utility</Name>
110    </ProjectReference>
111  </ItemGroup>
112  <ItemGroup>
113    <Folder Include="Properties\" />
114  </ItemGroup>
115  <ItemGroup>
116    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
117      <Visible>False</Visible>
118      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
119      <Install>false</Install>
120    </BootstrapperPackage>
121    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
122      <Visible>False</Visible>
123      <ProductName>.NET Framework 3.5 SP1</ProductName>
124      <Install>true</Install>
125    </BootstrapperPackage>
126    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
127      <Visible>False</Visible>
128      <ProductName>Windows Installer 3.1</ProductName>
129      <Install>true</Install>
130    </BootstrapperPackage>
131  </ItemGroup>
132  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
133  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
134       Other similar extension points exist, see Microsoft.Common.targets.
135  <Target Name="BeforeBuild">
136  </Target>
137  <Target Name="AfterBuild">
138  </Target>
139  -->
140</Project>