1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4- <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{9636759C-63BC-470E-B95C-E120FBCB830B}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >IFramework.MessageQueue.ZeroMQ</RootNamespace >
11- <AssemblyName >IFramework.MessageQueue.ZeroMQ</AssemblyName >
12- <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
15- <RestorePackages >true</RestorePackages >
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 =" clrzmq" >
36- <HintPath >..\..\..\packages\clrzmq.3.0.0-rc1\lib\net40\clrzmq.dll</HintPath >
37- </Reference >
38- <Reference Include =" Microsoft.Practices.Unity, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
39- <SpecificVersion >False</SpecificVersion >
40- <HintPath >..\..\..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.dll</HintPath >
41- </Reference >
42- <Reference Include =" Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
43- <HintPath >..\..\..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll</HintPath >
44- </Reference >
45- <Reference Include =" System" />
46- <Reference Include =" System.Core" />
47- <Reference Include =" System.Xml.Linq" />
48- <Reference Include =" System.Data.DataSetExtensions" />
49- <Reference Include =" Microsoft.CSharp" />
50- <Reference Include =" System.Data" />
51- <Reference Include =" System.Xml" />
52- </ItemGroup >
53- <ItemGroup >
54- <Compile Include =" CommandBus.cs" />
55- <Compile Include =" CommandConsumer.cs" />
56- <Compile Include =" CommandDistributor.cs" />
57- <Compile Include =" DistributableCommandBus.cs" />
58- <Compile Include =" DomainEventBus.cs" />
59- <Compile Include =" EventPublisher.cs" />
60- <Compile Include =" MessageConsumer .cs" />
61- <Compile Include =" DomainEventSubscriber .cs" />
62- <Compile Include =" MessageFrame .cs" />
63- <Compile Include =" MessageQueueImpl .cs" >
64- < SubType >Code</ SubType >
65- </ Compile >
66- <Compile Include = " MessageState.cs " / >
67- <Compile Include =" Properties\AssemblyInfo.cs" />
68- </ItemGroup >
69- <ItemGroup >
70- <ProjectReference Include =" ..\..\iFramework\IFramework.csproj" >
71- <Project >{f3932367-d3ea-4e8a-ab12-5fb785b93a39}</Project >
72- <Name >IFramework</Name >
73- </ProjectReference >
74- <ProjectReference Include =" ..\IFramework.MessageQueue.MessageFormat\IFramework.MessageQueue.MessageFormat.csproj" >
75- <Project >{d33b2d5c-a9cd-43ed-bf45-a0e54fcc9789}</Project >
76- <Name >IFramework.MessageQueue.MessageFormat</Name >
77- </ProjectReference >
78- </ItemGroup >
79- <ItemGroup >
80- <None Include =" libzmq.dll" >
81- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
82- </None >
83- <None Include =" packages.config" />
84- </ItemGroup >
85- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{9636759C-63BC-470E-B95C-E120FBCB830B}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >IFramework.MessageQueue.ZeroMQ</RootNamespace >
11+ <AssemblyName >IFramework.MessageQueue.ZeroMQ</AssemblyName >
12+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
15+ <RestorePackages >true</RestorePackages >
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 =" clrzmq" >
36+ <HintPath >..\..\..\packages\clrzmq.3.0.0-rc1\lib\net40\clrzmq.dll</HintPath >
37+ </Reference >
38+ <Reference Include =" Microsoft.Practices.Unity, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
39+ <SpecificVersion >False</SpecificVersion >
40+ <HintPath >..\..\..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.dll</HintPath >
41+ </Reference >
42+ <Reference Include =" Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
43+ <HintPath >..\..\..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll</HintPath >
44+ </Reference >
45+ <Reference Include =" System" />
46+ <Reference Include =" System.Core" />
47+ <Reference Include =" System.Xml.Linq" />
48+ <Reference Include =" System.Data.DataSetExtensions" />
49+ <Reference Include =" Microsoft.CSharp" />
50+ <Reference Include =" System.Data" />
51+ <Reference Include =" System.Xml" />
52+ </ItemGroup >
53+ <ItemGroup >
54+ <Compile Include =" CommandBus.cs" />
55+ <Compile Include =" CommandConsumer.cs" />
56+ <Compile Include =" CommandDistributor.cs" />
57+ <Compile Include =" DistributableCommandBus.cs" />
58+ <Compile Include =" DomainEventBus.cs" />
59+ <Compile Include =" EventPublisher.cs" />
60+ <Compile Include =" IInProcMessageConsumer .cs" />
61+ <Compile Include =" MessageConsumer .cs" />
62+ <Compile Include =" DomainEventSubscriber .cs" />
63+ <Compile Include =" MessageFrame .cs" / >
64+ < Compile Include = " MessageQueueImpl.cs " >
65+ < SubType >Code</ SubType >
66+ </ Compile >
67+ <Compile Include =" Properties\AssemblyInfo.cs" />
68+ </ItemGroup >
69+ <ItemGroup >
70+ <ProjectReference Include =" ..\..\iFramework\IFramework.csproj" >
71+ <Project >{f3932367-d3ea-4e8a-ab12-5fb785b93a39}</Project >
72+ <Name >IFramework</Name >
73+ </ProjectReference >
74+ <ProjectReference Include =" ..\IFramework.MessageQueue.MessageFormat\IFramework.MessageQueue.MessageFormat.csproj" >
75+ <Project >{d33b2d5c-a9cd-43ed-bf45-a0e54fcc9789}</Project >
76+ <Name >IFramework.MessageQueue.MessageFormat</Name >
77+ </ProjectReference >
78+ </ItemGroup >
79+ <ItemGroup >
80+ <None Include =" libzmq.dll" >
81+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
82+ </None >
83+ <None Include =" packages.config" />
84+ </ItemGroup >
85+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8686 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
8787 Other similar extension points exist, see Microsoft.Common.targets.
8888 <Target Name="BeforeBuild">
8989 </Target>
9090 <Target Name="AfterBuild">
9191 </Target>
92- -->
92+ -->
9393</Project >
0 commit comments