<?xml version="1.0" encoding="utf-8"?> | |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | |
<PropertyGroup> | |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
<ProductVersion>9.0.30729</ProductVersion> | |
<SchemaVersion>2.0</SchemaVersion> | |
<ProjectGuid>{624AA430-2EEF-4251-8700-B71A6D770A3B}</ProjectGuid> | |
<OutputType>Library</OutputType> | |
<RootNamespace>Apache.NMS.ZMQ</RootNamespace> | |
<AssemblyName>Apache.NMS.ZMQ32</AssemblyName> | |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
<FileAlignment>512</FileAlignment> | |
<BaseIntermediateOutputPath>obj\net-4.0</BaseIntermediateOutputPath> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
<DebugSymbols>true</DebugSymbols> | |
<DebugType>full</DebugType> | |
<Optimize>false</Optimize> | |
<OutputPath>bin\net-4.0\Debug\</OutputPath> | |
<DefineConstants>TRACE;DEBUG;NET</DefineConstants> | |
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> | |
<RegisterForComInterop>false</RegisterForComInterop> | |
<PlatformTarget>AnyCPU</PlatformTarget> | |
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
<DebugSymbols>true</DebugSymbols> | |
<Optimize>true</Optimize> | |
<OutputPath>bin\net-4.0\Release\</OutputPath> | |
<DefineConstants>TRACE;NET</DefineConstants> | |
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> | |
<DebugType>full</DebugType> | |
</PropertyGroup> | |
<ItemGroup> | |
<Reference Include="Apache.NMS, Version=1.5.0.2363, Culture=neutral, PublicKeyToken=82756feee3957618, processorArchitecture=MSIL"> | |
<SpecificVersion>False</SpecificVersion> | |
<HintPath>lib\Apache.NMS\net-4.0\Apache.NMS.dll</HintPath> | |
</Reference> | |
<Reference Include="clrzmq"> | |
<HintPath>lib\clrzmq\net-4.0\clrzmq.dll</HintPath> | |
</Reference> | |
<Reference Include="System" /> | |
<Reference Include="System.Data" /> | |
<Reference Include="System.Messaging" /> | |
<Reference Include="System.Xml" /> | |
</ItemGroup> | |
<ItemGroup> | |
<Compile Include="src\main\csharp\BaseMessage.cs" /> | |
<Compile Include="src\main\csharp\BytesMessage.cs"> | |
<SubType>Code</SubType> | |
</Compile> | |
<Compile Include="src\main\csharp\CommonAssemblyInfo.cs" /> | |
<Compile Include="src\main\csharp\Connection.cs" /> | |
<Compile Include="src\main\csharp\ConnectionFactory.cs" /> | |
<Compile Include="src\main\csharp\ConnectionMetaData.cs" /> | |
<Compile Include="src\main\csharp\TemporaryTopic.cs" /> | |
<Compile Include="src\main\csharp\Topic.cs" /> | |
<Compile Include="src\main\csharp\TemporaryQueue.cs" /> | |
<Compile Include="src\main\csharp\DefaultMessageConverter.cs" /> | |
<Compile Include="src\main\csharp\Destination.cs" /> | |
<Compile Include="src\main\csharp\IMessageConverter.cs" /> | |
<Compile Include="src\main\csharp\MapMessage.cs" /> | |
<Compile Include="src\main\csharp\MessageConsumer.cs" /> | |
<Compile Include="src\main\csharp\MessageProducer.cs" /> | |
<Compile Include="src\main\csharp\ObjectMessage.cs" /> | |
<Compile Include="src\main\csharp\Queue.cs" /> | |
<Compile Include="src\main\csharp\Session.cs" /> | |
<Compile Include="src\main\csharp\StreamMessage.cs"> | |
<SubType>Code</SubType> | |
</Compile> | |
<Compile Include="src\main\csharp\TextMessage.cs" /> | |
<Compile Include="src\main\csharp\ZmqSubscriber.cs" /> | |
<Compile Include="src\main\csharp\ZmqMessage.cs" /> | |
</ItemGroup> | |
<ItemGroup> | |
<Content Include="lib\clrzmq\net-4.0\libzmq.dll"> | |
<Link>libzmq.dll</Link> | |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
</Content> | |
</ItemGroup> | |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
Other similar extension points exist, see Microsoft.Common.targets. | |
<Target Name="BeforeBuild"> | |
</Target> | |
<Target Name="AfterBuild"> | |
</Target> | |
--> | |
</Project> |