LYFZ.Weixin.SDK.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{E7421A8D-6149-402A-82F8-F6D7728CEED1}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>LYFZ.Weixin.SDK</RootNamespace>
  12. <AssemblyName>LYFZ.Weixin.SDK</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\LYFZSoftwareDLL\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>..\LYFZSoftwareDLL\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="Newtonsoft.Json.Net35, Version=4.0.2.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  35. <SpecificVersion>False</SpecificVersion>
  36. <HintPath>..\..\ERPSoftware\DLL_Library\Newtonsoft.Json.Net35.dll</HintPath>
  37. </Reference>
  38. <Reference Include="System" />
  39. <Reference Include="System.Core" />
  40. <Reference Include="System.Data.Entity.Design" />
  41. <Reference Include="System.Net" />
  42. <Reference Include="System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  43. <Reference Include="System.Runtime.Serialization" />
  44. <Reference Include="System.ServiceModel" />
  45. <Reference Include="System.ServiceModel.Web" />
  46. <Reference Include="System.Web" />
  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="AcceptMessageAPI.cs">
  55. <SubType>Code</SubType>
  56. </Compile>
  57. <Compile Include="AdvanceMassReplayMessageAPI.cs" />
  58. <Compile Include="BasicAPI.cs" />
  59. <Compile Include="Card\CreateCardAPI.cs" />
  60. <Compile Include="Card\ManageCardAPI.cs" />
  61. <Compile Include="Card\SendCardAPI.cs" />
  62. <Compile Include="Card\Special\AirTickectAPI.cs" />
  63. <Compile Include="Card\Special\MeetingTicketAPI.cs" />
  64. <Compile Include="Card\Special\LuckyMoneyAPI.cs" />
  65. <Compile Include="Card\Special\MovieTickectAPI.cs" />
  66. <Compile Include="Card\Special\MemberCardAPI.cs" />
  67. <Compile Include="Card\TestWhiteAPI.cs" />
  68. <Compile Include="Card\UseCardAPI.cs" />
  69. <Compile Include="Cryptography\Cryptography.cs" />
  70. <Compile Include="Cryptography\Sample.cs" />
  71. <Compile Include="Cryptography\WXBizMsgCrypt.cs" />
  72. <Compile Include="ErrorMessage.cs" />
  73. <Compile Include="Helpers\DateTimeExtension.cs" />
  74. <Compile Include="Helpers\Util.cs" />
  75. <Compile Include="Helpers\XmlUtility.cs" />
  76. <Compile Include="InterfaceStatisticsAPI.cs" />
  77. <Compile Include="JSSDK\JSAPI.cs" />
  78. <Compile Include="MenuModel.cs" />
  79. <Compile Include="Merchant\CommonAPI.cs" />
  80. <Compile Include="Merchant\ExpressAPI.cs" />
  81. <Compile Include="Merchant\GroupAPI.cs" />
  82. <Compile Include="Merchant\OrderAPI.cs" />
  83. <Compile Include="Merchant\ProductAPI.cs" />
  84. <Compile Include="Merchant\ShelfAPI.cs" />
  85. <Compile Include="Merchant\StockAPI.cs" />
  86. <Compile Include="MessageStatisticsAPI.cs" />
  87. <Compile Include="NewsStatisticsAPI.cs" />
  88. <Compile Include="OAuth2API.cs" />
  89. <Compile Include="Pay\WxBizPayAPI.cs" />
  90. <Compile Include="Pay\PayUtil.cs" />
  91. <Compile Include="Pay\WxMicroPayAPI.cs" />
  92. <Compile Include="Pay\WxPayAPI.cs" />
  93. <Compile Include="ServiceAdminAPI.cs" />
  94. <Compile Include="CustomMenuAPI.cs" />
  95. <Compile Include="Entities\WeixinArtcle.cs" />
  96. <Compile Include="Entities\WeixinNews.cs" />
  97. <Compile Include="Helpers\DynamicJson.cs" />
  98. <Compile Include="Helpers\DynamicXml.cs" />
  99. <Compile Include="Entities\WeixinMessage.cs" />
  100. <Compile Include="MutliServiceAPI.cs" />
  101. <Compile Include="ReplayActiveMessageAPI.cs" />
  102. <Compile Include="ReplayPassiveMessageAPI.cs" />
  103. <Compile Include="Helpers\TokenHelper.cs" />
  104. <Compile Include="Interface\IWeixinExecutor.cs" />
  105. <Compile Include="PromotionAPI.cs" />
  106. <Compile Include="Properties\AssemblyInfo.cs" />
  107. <Compile Include="SmartAPI.cs" />
  108. <Compile Include="Template.cs" />
  109. <Compile Include="UserStatisticsAPI.cs" />
  110. <Compile Include="TemplateMessageAPI.cs" />
  111. <Compile Include="UserAdminAPI.cs" />
  112. <Compile Include="MaterialAPI.cs" />
  113. <Compile Include="Utility\FileUtility.cs" />
  114. <Compile Include="Utility\HttpUtility.cs" />
  115. <Compile Include="Utility\SecurityUtility.cs" />
  116. <Compile Include="Utility\XmlUtility.cs" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Content Include="Cryptography\Readme.txt" />
  120. </ItemGroup>
  121. <ItemGroup />
  122. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  123. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  124. Other similar extension points exist, see Microsoft.Common.targets.
  125. <Target Name="BeforeBuild">
  126. </Target>
  127. <Target Name="AfterBuild">
  128. </Target>
  129. -->
  130. </Project>