Senparc.Weixin.src.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{814092CD-9CD0-4FB7-91E8-D147F476F1FB}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Senparc.Weixin</RootNamespace>
  11. <AssemblyName>Senparc.Weixin</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  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>TRACE;DEBUG;NET45</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <Prefer32Bit>false</Prefer32Bit>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>..\..\Senparc.Weixin.MP.BuildOutPut\.net4.5\</OutputPath>
  30. <DefineConstants>TRACE;NET45</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <DocumentationFile>..\..\Senparc.Weixin.MP.BuildOutPut\.net4.5\Senparc.Weixin.XML</DocumentationFile>
  34. <Prefer32Bit>false</Prefer32Bit>
  35. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  38. <DebugSymbols>true</DebugSymbols>
  39. <OutputPath>bin\x86\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <DebugType>full</DebugType>
  42. <PlatformTarget>x86</PlatformTarget>
  43. <ErrorReport>prompt</ErrorReport>
  44. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  47. <OutputPath>bin\x86\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  50. <DocumentationFile>..\..\Senparc.Weixin.MP.BuildOutPut\.net4.5\Senparc.Weixin.XML</DocumentationFile>
  51. <Optimize>true</Optimize>
  52. <DebugType>pdbonly</DebugType>
  53. <PlatformTarget>x86</PlatformTarget>
  54. <ErrorReport>prompt</ErrorReport>
  55. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|AnyCPU'">
  58. <DebugSymbols>true</DebugSymbols>
  59. <OutputPath>bin\Test\</OutputPath>
  60. <DefineConstants>TRACE;DEBUG;NET45</DefineConstants>
  61. <DebugType>full</DebugType>
  62. <PlatformTarget>AnyCPU</PlatformTarget>
  63. <ErrorReport>prompt</ErrorReport>
  64. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|x86'">
  67. <DebugSymbols>true</DebugSymbols>
  68. <OutputPath>bin\x86\Test\</OutputPath>
  69. <DefineConstants>DEBUG;TRACE</DefineConstants>
  70. <DebugType>full</DebugType>
  71. <PlatformTarget>x86</PlatformTarget>
  72. <ErrorReport>prompt</ErrorReport>
  73. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  74. </PropertyGroup>
  75. <ItemGroup>
  76. <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  77. <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System" />
  80. <Reference Include="System.Core" />
  81. <Reference Include="System.Net.Http" />
  82. <Reference Include="System.Runtime.Serialization" />
  83. <Reference Include="System.Web" />
  84. <Reference Include="System.Web.Extensions" />
  85. <Reference Include="System.Xml.Linq" />
  86. <Reference Include="System.Data.DataSetExtensions" />
  87. <Reference Include="System.Data" />
  88. <Reference Include="System.Xml" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="Cache\CacheStrategy\BaseCacheStrategy.cs" />
  92. <Compile Include="Cache\ContainerCacheStrategy\IContainerCacheStragegy.cs" />
  93. <Compile Include="Cache.Local\Lock\LocalCacheLock.cs" />
  94. <Compile Include="Cache.Local\ContainerCacheStrategy\LocalContainerCacheStrategy.cs" />
  95. <Compile Include="Cache\CacheStrategy\IBaseCacheStrategy.cs" />
  96. <Compile Include="Cache\CacheStrategyFactory.cs" />
  97. <Compile Include="Cache\Lock\BaseCacheLock.cs" />
  98. <Compile Include="Cache\Lock\ICacheLock.cs" />
  99. <Compile Include="Cache\ObjectCacheStrategy\IObjectCacheStrategy.cs" />
  100. <Compile Include="Cache.Local\ObjectCacheStrategy\LocalObjectCacheStrategy.cs" />
  101. <Compile Include="CommonAPIs\ApiHandlerWapper\ApiHandlerWapperBase.cs" />
  102. <Compile Include="CommonAPIs\ApiHandlerWapper\ApiHandlerWapperFactory.cs" />
  103. <Compile Include="Config.cs" />
  104. <Compile Include="Containers\BaseContainer.cs" />
  105. <Compile Include="Containers\BaseContainerBag.cs" />
  106. <Compile Include="Context\MessageContainer.cs" />
  107. <Compile Include="Context\MessageContext.cs" />
  108. <Compile Include="Context\MessageQueue.cs" />
  109. <Compile Include="Context\WeixinContext.cs" />
  110. <Compile Include="Context\WeixinContextRemovedEventArgs.cs" />
  111. <Compile Include="Entities\BindableBase.cs" />
  112. <Compile Include="Entities\EntityBase.cs" />
  113. <Compile Include="Entities\IAccessTokenResult.cs" />
  114. <Compile Include="Entities\IApiData.cs" />
  115. <Compile Include="Entities\JsonResult\BaseJsonResult.cs" />
  116. <Compile Include="Entities\JsonResult\Interface\IJsonResult.cs" />
  117. <Compile Include="Entities\JsonResult\Interface\IJsonResultCallback.cs" />
  118. <Compile Include="Entities\JsonResult\QYJsonResult.cs" />
  119. <Compile Include="Entities\JsonResult\WorkJsonResult.cs" />
  120. <Compile Include="Entities\MessageBase.cs">
  121. <SubType>
  122. </SubType>
  123. </Compile>
  124. <Compile Include="Entities\Request\EncryptPostModel.cs" />
  125. <Compile Include="Entities\Request\Extensions\RequestMessageTextExtension.cs" />
  126. <Compile Include="Entities\Response\IResponseMessageNoResponse.cs" />
  127. <Compile Include="Entities\Response\SuccessResponseMessageBase.cs" />
  128. <Compile Include="Entities\TemplateMessage\WeixinTemplateBase.cs" />
  129. <Compile Include="Enums.cs" />
  130. <Compile Include="Exceptions\ErrorJsonResultException.cs" />
  131. <Compile Include="Exceptions\MessageHandlerException.cs" />
  132. <Compile Include="Exceptions\UnknownRequestMsgTypeException.cs" />
  133. <Compile Include="Exceptions\WeixinException.cs" />
  134. <Compile Include="Exceptions\UnRegisterAppIdException.cs" />
  135. <Compile Include="Exceptions\WeixinNullReferenceException.cs" />
  136. <Compile Include="Exceptions\WeixinMenuException.cs" />
  137. <Compile Include="Exceptions\WeixinObsoleteException.cs" />
  138. <Compile Include="Helpers\Containers\ContainerHelper.cs" />
  139. <Compile Include="Helpers\Conventers\ExpandoJsonConverter.cs" />
  140. <Compile Include="Helpers\DateTimeHelper.cs" />
  141. <Compile Include="Helpers\EncryptHelper.cs" />
  142. <Compile Include="Helpers\Entity\EntityHelper.cs" />
  143. <Compile Include="Helpers\Extensions\ObjectExtensions.cs" />
  144. <Compile Include="Helpers\FileHelper.cs" />
  145. <Compile Include="Helpers\Extensions\IDictionaryExtensions.cs" />
  146. <Compile Include="Helpers\ReflectionHelper.cs" />
  147. <Compile Include="Helpers\SerializerHelper.cs" />
  148. <Compile Include="Helpers\Conventers\WeixinJsonConventer.cs" />
  149. <Compile Include="Helpers\StringHelper\ASCIISort.cs" />
  150. <Compile Include="Helpers\Test\MutipleCacheTestHelper.cs" />
  151. <Compile Include="MessageHandlers\Async\DefaultMessageHandlerAsyncEvent.cs" />
  152. <Compile Include="MessageHandlers\Async\MessageHandlerAsync.cs" />
  153. <Compile Include="MessageQueue\SenparcMessageQueue.cs" />
  154. <Compile Include="MessageQueue\SenparcMessageQueueItem.cs" />
  155. <Compile Include="NET35\System.Threading.Tasks.cs" />
  156. <Compile Include="Register.cs" />
  157. <Compile Include="RegisterServices\RegisterService.cs" />
  158. <Compile Include="Threads\SenparcMessageQueueThreadUtility.cs" />
  159. <Compile Include="Properties\Annotations.cs" />
  160. <Compile Include="Threads\ThreadUtility.cs" />
  161. <Compile Include="Trace\WeixinTraceHelper\WeixinTraceHelper.cs" />
  162. <Compile Include="Trace\WeixinTraceHelper\WeixinTraceItem.cs" />
  163. <Compile Include="Utilities\BrowserUtility\BrowserUtility.cs" />
  164. <Compile Include="CommonAPIs\CommonJsonSend.cs" />
  165. <Compile Include="Utilities\CacheUtility\CacheUtility.cs" />
  166. <Compile Include="Utilities\CacheUtility\FlushCache.cs" />
  167. <Compile Include="Utilities\EntityUtility\EntityUtility.cs" />
  168. <Compile Include="Utilities\HttpUtility\HttpExtensions.cs" />
  169. <Compile Include="Utilities\HttpUtility\RequestUtility.Get.cs" />
  170. <Compile Include="Utilities\HttpUtility\RequestUtility.Post.cs" />
  171. <Compile Include="Utilities\HttpUtility\SenparcHttpResponse.cs" />
  172. <Compile Include="Utilities\HttpUtility\UrlUtility.cs" />
  173. <Compile Include="Utilities\WeixinUtility\ApiUtility.cs" />
  174. <Compile Include="Utilities\XmlUtility\XmlUtility.cs" />
  175. <Compile Include="Utilities\HttpUtility\Get.cs" />
  176. <Compile Include="Utilities\HttpUtility\Post.cs" />
  177. <Compile Include="Utilities\HttpUtility\RequestUtility.cs" />
  178. <Compile Include="Entities\JsonResult\WxJsonResult.cs" />
  179. <Compile Include="MessageHandlers\IMessageHandler.cs" />
  180. <Compile Include="MessageHandlers\IMessageHandlerDocument.cs" />
  181. <Compile Include="MessageHandlers\MessageHandler.cs" />
  182. <Compile Include="Properties\AssemblyInfo.cs" />
  183. <Compile Include="Entities\Request\RequestMessageBase.cs" />
  184. <Compile Include="Entities\Response\ResponseMessageBase.cs" />
  185. <Compile Include="Utilities\StreamUtility\StreamUtility.cs" />
  186. <Compile Include="Trace\WeixinTrace.cs" />
  187. <Compile Include="WebProxy\CoreWebProxy.cs" />
  188. </ItemGroup>
  189. <ItemGroup>
  190. <None Include="ClassDiagrams\MessageHandler.cd" />
  191. <None Include="packages.config" />
  192. </ItemGroup>
  193. <ItemGroup />
  194. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  195. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  196. Other similar extension points exist, see Microsoft.Common.targets.
  197. <Target Name="BeforeBuild">
  198. </Target>
  199. <Target Name="AfterBuild">
  200. </Target>
  201. -->
  202. </Project>