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>{B34D543A-B443-4344-BD0E-2CFC6283D643}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>common</RootNamespace>
12 <AssemblyName>common</AssemblyName>
13 <TargetFrameworkVersion>v4.0</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="Autofac">
35 <HintPath>..\..\external\auto.fac\Autofac.dll</HintPath>
36 </Reference>
37 <Reference Include="protobuf-net">
38 <HintPath>..\..\external\proto-buf.net\protobuf-net.dll</HintPath>
39 </Reference>
40 <Reference Include="Rhino.Queues">
41 <HintPath>..\..\external\rhino.queues\Rhino.Queues.dll</HintPath>
42 </Reference>
43 <Reference Include="System" />
44 <Reference Include="System.Core" />
45 <Reference Include="System.Transactions" />
46 <Reference Include="System.Xml.Linq" />
47 <Reference Include="System.Data.DataSetExtensions" />
48 <Reference Include="Microsoft.CSharp" />
49 <Reference Include="System.Data" />
50 <Reference Include="System.Xml" />
51 </ItemGroup>
52 <ItemGroup>
53 <Compile Include="AbstractHandler.cs" />
54 <Compile Include="AsynchronousCommandProcessor.cs" />
55 <Compile Include="AutofacDependencyRegistry.cs" />
56 <Compile Include="AutofacDependencyRegistryBuilder.cs" />
57 <Compile Include="Command.cs" />
58 <Compile Include="CommandProcessor.cs" />
59 <Compile Include="DependencyRegistry.cs" />
60 <Compile Include="EmptyCommand.cs" />
61 <Compile Include="FuncExtensions.cs" />
62 <Compile Include="Handler.cs" />
63 <Compile Include="Iterating.cs" />
64 <Compile Include="Logging.cs" />
65 <Compile Include="MessageHandler.cs" />
66 <Compile Include="messages\Message.cs" />
67 <Compile Include="NeedStartup.cs" />
68 <Compile Include="Observer.cs" />
69 <Compile Include="Properties\AssemblyInfo.cs" />
70 <Compile Include="Receiver.cs" />
71 <Compile Include="Resolve.cs" />
72 <Compile Include="RhinoPublisher.cs" />
73 <Compile Include="RhinoReceiver.cs" />
74 <Compile Include="ServiceBus.cs" />
75 <Compile Include="RequestHandler.cs" />
76 <Compile Include="StringFormatting.cs" />
77 <Compile Include="SynchronousCommandProcessor.cs" />
78 </ItemGroup>
79 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
80 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
81 Other similar extension points exist, see Microsoft.Common.targets.
82 <Target Name="BeforeBuild">
83 </Target>
84 <Target Name="AfterBuild">
85 </Target>
86 -->
87</Project>