123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" 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>{814092CD-9CD0-4FB7-91E8-D147F476F1FB}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Senparc.Weixin</RootNamespace>
- <AssemblyName>Senparc.Weixin</AssemblyName>
- <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>TRACE;DEBUG;NET45</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\..\Senparc.Weixin.MP.BuildOutPut\.net4.5\</OutputPath>
- <DefineConstants>TRACE;NET45</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <DocumentationFile>..\..\Senparc.Weixin.MP.BuildOutPut\.net4.5\Senparc.Weixin.XML</DocumentationFile>
- <Prefer32Bit>false</Prefer32Bit>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
- <OutputPath>bin\x86\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DocumentationFile>..\..\Senparc.Weixin.MP.BuildOutPut\.net4.5\Senparc.Weixin.XML</DocumentationFile>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|AnyCPU'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\Test\</OutputPath>
- <DefineConstants>TRACE;DEBUG;NET45</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\Test\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="Senparc.CO2NET, Version=0.5.2.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Senparc.CO2NET.0.5.2\lib\net45\Senparc.CO2NET.dll</HintPath>
- </Reference>
- <Reference Include="Senparc.CO2NET.APM, Version=0.2.5.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Senparc.CO2NET.APM.0.2.5\lib\net45\Senparc.CO2NET.APM.dll</HintPath>
- </Reference>
- <Reference Include="Senparc.NeuChar, Version=0.6.2.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Senparc.NeuChar.0.6.2\lib\net45\Senparc.NeuChar.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Web" />
- <Reference Include="System.Web.Extensions" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Cache\ContainerCacheStrategyDomain.cs" />
- <Compile Include="Cache\ContainerCacheStrategyFactory.cs" />
- <Compile Include="Cache.Local\ContainerCacheStrategy\LocalContainerCacheStrategy.cs" />
- <Compile Include="Cache\ContainerCacheStrategy\BaseContainerCacheStrategy.cs" />
- <Compile Include="Cache\ContainerCacheStrategy\IContainerCacheStrategy.cs" />
- <Compile Include="CommonAPIs\ApiHandlerWapper\ApiHandlerWapperBase.cs" />
- <Compile Include="CommonAPIs\ApiHandlerWapper\ApiHandlerWapperFactory.cs" />
- <Compile Include="Config.cs" />
- <Compile Include="Containers\BaseContainer.cs" />
- <Compile Include="Containers\BaseContainerBag.cs" />
- <Compile Include="Entities\BindableBase.cs" />
- <Compile Include="Entities\IAccessTokenResult.cs" />
- <Compile Include="Entities\IApiData.cs" />
- <Compile Include="Entities\JsonResult\BaseJsonResult.cs" />
- <Compile Include="Entities\JsonResult\Interface\IJsonResult.cs" />
- <Compile Include="Entities\JsonResult\Interface\IJsonResultCallback.cs" />
- <Compile Include="Entities\JsonResult\QYJsonResult.cs" />
- <Compile Include="Entities\JsonResult\WorkJsonResult.cs" />
- <Compile Include="Entities\SenparcWeixinSettings\SenparcWeixinSetting.cs" />
- <Compile Include="Entities\SenparcWeixinSettings\SenparcWeixinSettingItem.Interfaces.cs" />
- <Compile Include="Entities\SenparcWeixinSettings\SenparcWeixinSettingItemCollection.cs" />
- <Compile Include="Entities\SenparcWeixinSettings\SenparcWeixinSettingItem.cs" />
- <Compile Include="Entities\TemplateMessage\WeixinTemplateBase.cs" />
- <Compile Include="Enums.cs" />
- <Compile Include="Exceptions\ErrorJsonResultException.cs" />
- <Compile Include="Exceptions\MessageHandlerException.cs" />
- <Compile Include="Exceptions\UnknownRequestMsgTypeException.cs" />
- <Compile Include="Exceptions\WeixinException.cs" />
- <Compile Include="Exceptions\UnRegisterAppIdException.cs" />
- <Compile Include="Exceptions\WeixinNullReferenceException.cs" />
- <Compile Include="Exceptions\WeixinMenuException.cs" />
- <Compile Include="Exceptions\WeixinObsoleteException.cs" />
- <Compile Include="Helpers\Containers\ContainerHelper.cs" />
- <Compile Include="Properties\Annotations.cs" />
- <Compile Include="RegisterServices\SenparcWeixinRegisterServiceExtension.cs" />
- <Compile Include="Tencent\Cryptography.cs" />
- <Compile Include="Tencent\WXBizMsgCrypt.cs" />
- <Compile Include="Utilities\BrowserUtility\BrowserUtility.cs" />
- <Compile Include="CommonAPIs\CommonJsonSend.cs" />
- <Compile Include="Utilities\HttpUtility\UrlUtility.cs" />
- <Compile Include="Utilities\WeixinUtility\ApiUtility.cs" />
- <Compile Include="Utilities\HttpUtility\Get.cs" />
- <Compile Include="Utilities\HttpUtility\Post.cs" />
- <Compile Include="Entities\JsonResult\WxJsonResult.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Trace\WeixinTrace.cs" />
- <Compile Include="WeixinRegister.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="packages.config" />
- </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>
|