132 lines
6.1 KiB
XML
132 lines
6.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{0C206585-91F4-47B1-80A6-C6B10DC5E8B2}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>AliYunSub.Common</RootNamespace>
|
|
<AssemblyName>AliYunSub.Common</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Action.cs" />
|
|
<Compile Include="ConsumeContext.cs" />
|
|
<Compile Include="ConsumeOrderContext.cs" />
|
|
<Compile Include="LocalTransactionChecker.cs" />
|
|
<Compile Include="LocalTransactionExecuter.cs" />
|
|
<Compile Include="Message.cs" />
|
|
<Compile Include="MessageListener.cs" />
|
|
<Compile Include="MessageOrderListener.cs" />
|
|
<Compile Include="MessageQueueONS.cs" />
|
|
<Compile Include="ONSChannel.cs" />
|
|
<Compile Include="ONSClient4CPP.cs" />
|
|
<Compile Include="ONSClient4CPPPINVOKE.cs" />
|
|
<Compile Include="ONSClientException.cs" />
|
|
<Compile Include="ONSFactory.cs" />
|
|
<Compile Include="ONSFactoryAPI.cs" />
|
|
<Compile Include="ONSFactoryProperty.cs" />
|
|
<Compile Include="ONSPullStatus.cs" />
|
|
<Compile Include="OrderAction.cs" />
|
|
<Compile Include="OrderConsumer.cs" />
|
|
<Compile Include="OrderProducer.cs" />
|
|
<Compile Include="Producer.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="PullConsumer.cs" />
|
|
<Compile Include="PullResultONS.cs" />
|
|
<Compile Include="PushConsumer.cs" />
|
|
<Compile Include="SendResultONS.cs" />
|
|
<Compile Include="SWIGTYPE_p_CONSTSTRING.cs" />
|
|
<Compile Include="SWIGTYPE_p_ConsumeContext.cs" />
|
|
<Compile Include="SWIGTYPE_p_ConsumeOrderContext.cs" />
|
|
<Compile Include="SWIGTYPE_p_LocalTransactionChecker.cs" />
|
|
<Compile Include="SWIGTYPE_p_Message.cs" />
|
|
<Compile Include="SWIGTYPE_p_MessageOrderListener.cs" />
|
|
<Compile Include="SWIGTYPE_p_MessageQueueONS.cs" />
|
|
<Compile Include="SWIGTYPE_p_MQException.cs" />
|
|
<Compile Include="SWIGTYPE_p_ONSClientException.cs" />
|
|
<Compile Include="SWIGTYPE_p_ONSCLIENT_API.cs" />
|
|
<Compile Include="SWIGTYPE_p_ons__LocalTransactionChecker.cs" />
|
|
<Compile Include="SWIGTYPE_p_ons__OrderConsumer.cs" />
|
|
<Compile Include="SWIGTYPE_p_ons__OrderProducer.cs" />
|
|
<Compile Include="SWIGTYPE_p_ons__PullConsumer.cs" />
|
|
<Compile Include="SWIGTYPE_p_ons__PushConsumer.cs" />
|
|
<Compile Include="SWIGTYPE_p_ons__TransactionProducer.cs" />
|
|
<Compile Include="SWIGTYPE_p_OrderConsumer.cs" />
|
|
<Compile Include="SWIGTYPE_p_OrderProducer.cs" />
|
|
<Compile Include="SWIGTYPE_p_PushConsumer.cs" />
|
|
<Compile Include="SWIGTYPE_p_SendResult.cs" />
|
|
<Compile Include="SWIGTYPE_p_SendResultONS.cs" />
|
|
<Compile Include="SWIGTYPE_p_std__mapT_std__string_std__string_t.cs" />
|
|
<Compile Include="SWIGTYPE_p_std__string.cs" />
|
|
<Compile Include="SWIGTYPE_p_std__vectorT_ons__MessageQueueONS_t.cs" />
|
|
<Compile Include="SWIGTYPE_p_std__vectorT_ons__Message_t.cs" />
|
|
<Compile Include="SWIGTYPE_p_TransactionProducer.cs" />
|
|
<Compile Include="SWIGTYPE_p_TransactionStatus.cs" />
|
|
<Compile Include="SWIGTYPE_p_unsigned_char.cs" />
|
|
<Compile Include="SystemPropKey.cs" />
|
|
<Compile Include="TransactionProducer.cs" />
|
|
<Compile Include="TransactionStatus.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="阿里云订阅控制台.txt" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |