Central.Control.WebApi.csproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
  4. <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
  5. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProductVersion>
  10. </ProductVersion>
  11. <SchemaVersion>2.0</SchemaVersion>
  12. <ProjectGuid>{6BF5465A-230C-4538-BEA4-926CCBF635AC}</ProjectGuid>
  13. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  14. <OutputType>Library</OutputType>
  15. <AppDesignerFolder>Properties</AppDesignerFolder>
  16. <RootNamespace>Central.Control.WebApi</RootNamespace>
  17. <AssemblyName>Central.Control.WebApi</AssemblyName>
  18. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  19. <MvcBuildViews>false</MvcBuildViews>
  20. <UseIISExpress>true</UseIISExpress>
  21. <Use64BitIISExpress />
  22. <IISExpressSSLPort />
  23. <IISExpressAnonymousAuthentication />
  24. <IISExpressWindowsAuthentication />
  25. <IISExpressUseClassicPipelineMode />
  26. <UseGlobalApplicationHostFile />
  27. <NuGetPackageImportStamp>
  28. </NuGetPackageImportStamp>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31. <DebugSymbols>true</DebugSymbols>
  32. <DebugType>full</DebugType>
  33. <Optimize>false</Optimize>
  34. <OutputPath>bin\</OutputPath>
  35. <DefineConstants>DEBUG;TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <DocumentationFile>App_Data\Central.Control.WebApi.xml</DocumentationFile>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>pdbonly</DebugType>
  43. <Optimize>true</Optimize>
  44. <OutputPath>bin\</OutputPath>
  45. <DefineConstants>TRACE</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <Reference Include="Autofac, Version=6.3.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
  51. <HintPath>..\packages\Autofac.6.3.0\lib\netstandard2.0\Autofac.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Autofac.Integration.WebApi, Version=6.1.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
  54. <HintPath>..\packages\Autofac.WebApi2.6.1.0\lib\net472\Autofac.Integration.WebApi.dll</HintPath>
  55. </Reference>
  56. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  57. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  58. </Reference>
  59. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  60. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  61. </Reference>
  62. <Reference Include="IoC, Version=1.3.7.0, Culture=neutral, PublicKeyToken=620ded7f0cf61090, processorArchitecture=MSIL">
  63. <HintPath>..\packages\IoC.Container.1.3.7\lib\net47\IoC.dll</HintPath>
  64. </Reference>
  65. <Reference Include="log4net, Version=2.0.14.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  66. <HintPath>..\packages\log4net.2.0.14\lib\net45\log4net.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  69. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Microsoft.CSharp" />
  72. <Reference Include="Microsoft.Extensions.Caching.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  73. <HintPath>..\packages\Microsoft.Extensions.Caching.Abstractions.6.0.0\lib\net461\Microsoft.Extensions.Caching.Abstractions.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  76. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.6.0.0\lib\net461\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  79. <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\lib\net461\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Microsoft.Extensions.Options, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  82. <HintPath>..\packages\Microsoft.Extensions.Options.6.0.0\lib\net461\Microsoft.Extensions.Options.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Microsoft.Extensions.Primitives, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  85. <HintPath>..\packages\Microsoft.Extensions.Primitives.6.0.0\lib\net461\Microsoft.Extensions.Primitives.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Swashbuckle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cd1bb07a5ac7c7bc, processorArchitecture=MSIL">
  88. <HintPath>..\packages\Swashbuckle.Core.5.6.0\lib\net40\Swashbuckle.Core.dll</HintPath>
  89. </Reference>
  90. <Reference Include="System" />
  91. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  92. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System.Configuration.ConfigurationManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  95. <HintPath>..\packages\System.Configuration.ConfigurationManager.6.0.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
  96. </Reference>
  97. <Reference Include="System.Data" />
  98. <Reference Include="System.Data.OracleClient" />
  99. <Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  100. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.4.7.1\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
  101. </Reference>
  102. <Reference Include="System.Drawing" />
  103. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  104. <HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Net" />
  107. <Reference Include="System.Numerics" />
  108. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  109. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  110. </Reference>
  111. <Reference Include="System.Runtime.Caching" />
  112. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  113. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  114. </Reference>
  115. <Reference Include="System.Security" />
  116. <Reference Include="System.Security.AccessControl, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  117. <HintPath>..\packages\System.Security.AccessControl.6.0.0\lib\net461\System.Security.AccessControl.dll</HintPath>
  118. </Reference>
  119. <Reference Include="System.Security.Permissions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  120. <HintPath>..\packages\System.Security.Permissions.6.0.0\lib\net461\System.Security.Permissions.dll</HintPath>
  121. </Reference>
  122. <Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  123. <HintPath>..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  124. </Reference>
  125. <Reference Include="System.ServiceProcess" />
  126. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  127. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  128. </Reference>
  129. <Reference Include="System.Transactions" />
  130. <Reference Include="System.Web.Entity" />
  131. <Reference Include="System.Web.ApplicationServices" />
  132. <Reference Include="System.ComponentModel.DataAnnotations" />
  133. <Reference Include="System.Core" />
  134. <Reference Include="System.Data.DataSetExtensions" />
  135. <Reference Include="System.Xml.Linq" />
  136. <Reference Include="System.Web" />
  137. <Reference Include="System.Web.Abstractions" />
  138. <Reference Include="System.Web.Routing" />
  139. <Reference Include="System.Xml" />
  140. <Reference Include="System.Configuration" />
  141. <Reference Include="System.Runtime.Serialization" />
  142. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  143. <Private>True</Private>
  144. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  145. </Reference>
  146. <Reference Include="Newtonsoft.Json">
  147. <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  148. </Reference>
  149. <Reference Include="System.Net.Http">
  150. </Reference>
  151. <Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  152. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  153. </Reference>
  154. <Reference Include="System.Net.Http.WebRequest">
  155. </Reference>
  156. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  157. <Private>True</Private>
  158. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
  159. </Reference>
  160. <Reference Include="System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  161. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll</HintPath>
  162. </Reference>
  163. <Reference Include="System.Web.Http.WebHost, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  164. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.7\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  165. </Reference>
  166. <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  167. <Private>True</Private>
  168. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
  169. </Reference>
  170. <Reference Include="System.Web.Optimization">
  171. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  172. </Reference>
  173. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  174. <Private>True</Private>
  175. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
  176. </Reference>
  177. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  178. <Private>True</Private>
  179. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
  180. </Reference>
  181. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  182. <Private>True</Private>
  183. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  184. </Reference>
  185. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  186. <Private>True</Private>
  187. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  188. </Reference>
  189. <Reference Include="WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL">
  190. <HintPath>..\packages\WebActivatorEx.2.0\lib\net40\WebActivatorEx.dll</HintPath>
  191. </Reference>
  192. <Reference Include="WebGrease">
  193. <Private>True</Private>
  194. <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
  195. </Reference>
  196. <Reference Include="Antlr3.Runtime">
  197. <Private>True</Private>
  198. <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
  199. </Reference>
  200. <Reference Include="WindowsBase" />
  201. </ItemGroup>
  202. <ItemGroup>
  203. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
  204. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  205. </Reference>
  206. </ItemGroup>
  207. <ItemGroup>
  208. <Compile Include="App_Start\FilterConfig.cs" />
  209. <Compile Include="App_Start\SwaggerConfig.cs" />
  210. <Compile Include="App_Start\WebApiConfig.cs" />
  211. <Compile Include="Cache\CacheHelper.cs" />
  212. <Compile Include="Cache\ICacheHelper.cs" />
  213. <Compile Include="Config\AliPayConfig.cs" />
  214. <Compile Include="Config\WebSystemAccessConfig.cs" />
  215. <Compile Include="Controllers\DeviceController.cs" />
  216. <Compile Include="Controllers\LoginController.cs" />
  217. <Compile Include="Controllers\OrderController.cs" />
  218. <Compile Include="Controllers\ProductController.cs" />
  219. <Compile Include="DbEntity\SYS_LoginSession.cs" />
  220. <Compile Include="DbEntity\YW_DevicePacking.cs" />
  221. <Compile Include="DbEntity\YW_DeviceProduct.cs" />
  222. <Compile Include="DbEntity\YW_OrderLog.cs" />
  223. <Compile Include="DbEntity\YW_OrderProcess.cs" />
  224. <Compile Include="DbEntity\YW_Packing.cs" />
  225. <Compile Include="DbEntity\YW_PayCall.cs" />
  226. <Compile Include="DbEntity\YW_PayCallLog.cs" />
  227. <Compile Include="EFDbContext\CentralControlContext.cs" />
  228. <Compile Include="EFDbContext\IDbContext.cs" />
  229. <Compile Include="Enum\OrderStatusEnum.cs" />
  230. <Compile Include="Enum\PayStatusEnum.cs" />
  231. <Compile Include="Enum\PayWayEnum.cs" />
  232. <Compile Include="Enum\SaleEnum.cs" />
  233. <Compile Include="Filter\CenterControlAuthorize.cs" />
  234. <Compile Include="Global.asax.cs">
  235. <DependentUpon>Global.asax</DependentUpon>
  236. </Compile>
  237. <Compile Include="IOC\IOCService.cs" />
  238. <Compile Include="DbEntity\SYS_Device.cs" />
  239. <Compile Include="DbEntity\YW_Order.cs" />
  240. <Compile Include="DbEntity\YW_OrderDetails.cs" />
  241. <Compile Include="DbEntity\YW_Product.cs" />
  242. <Compile Include="Log4net\ILog4NetHelper.cs" />
  243. <Compile Include="Log4net\Log4NetHelper.cs" />
  244. <Compile Include="Models\Request\AliPayNotifyRequestDto.cs" />
  245. <Compile Include="Models\Request\DeviceLoginRequestDto.cs" />
  246. <Compile Include="Models\Request\DevicePackingRequestDto.cs" />
  247. <Compile Include="Models\Request\DeviceProductRequestDto.cs" />
  248. <Compile Include="Models\Request\OrderProcessRequestDto.cs" />
  249. <Compile Include="Models\Request\OrderRequestDto.cs" />
  250. <Compile Include="Models\Request\PayWriteBackRequestDto.cs" />
  251. <Compile Include="Models\Response\DeviceCanUsePackingResponseDto.cs" />
  252. <Compile Include="Models\Response\DeviceLoginResponseDto.cs" />
  253. <Compile Include="Models\Response\DevicePackingResponseDto.cs" />
  254. <Compile Include="Models\Response\DeviceProductResponseDto.cs" />
  255. <Compile Include="Models\Response\OrderInfoResponseDto.cs" />
  256. <Compile Include="Models\Response\OrderResponseDto.cs" />
  257. <Compile Include="Models\Response\ProductResponseDto.cs" />
  258. <Compile Include="Models\Response\QueueOrderResponseDto.cs" />
  259. <Compile Include="Properties\AssemblyInfo.cs" />
  260. <Compile Include="Service\DeviceService.cs" />
  261. <Compile Include="Service\Interface\IDeviceService.cs" />
  262. <Compile Include="Service\Interface\ILoginService.cs" />
  263. <Compile Include="Service\Interface\IOrderService.cs" />
  264. <Compile Include="Service\Interface\IProductService.cs" />
  265. <Compile Include="Service\Interface\IUserService.cs" />
  266. <Compile Include="Service\Interface\IYWLogService.cs" />
  267. <Compile Include="Service\YWLogService.cs" />
  268. <Compile Include="Service\LoginService.cs" />
  269. <Compile Include="Service\OrderService.cs" />
  270. <Compile Include="Service\ProductService.cs" />
  271. <Compile Include="Service\UserService.cs" />
  272. </ItemGroup>
  273. <ItemGroup>
  274. <Content Include="favicon.ico" />
  275. <Content Include="Global.asax" />
  276. <Content Include="Html\Error.html" />
  277. <Content Include="Html\ErrorPayDevice.html" />
  278. <Content Include="Html\img\error.png" />
  279. <Content Include="Html\ErrorPayWay.html" />
  280. <Content Include="Html\OrderCancel.html" />
  281. <Content Include="Html\OrderNotExist.html" />
  282. <Content Include="Html\img\warning.png" />
  283. <Content Include="Web.config" />
  284. <Content Include="Web.Debug.config">
  285. <DependentUpon>Web.config</DependentUpon>
  286. </Content>
  287. <Content Include="Web.Release.config">
  288. <DependentUpon>Web.config</DependentUpon>
  289. </Content>
  290. </ItemGroup>
  291. <ItemGroup />
  292. <ItemGroup>
  293. <Content Include="App_Data\Config\log4net.config" />
  294. <None Include="packages.config" />
  295. </ItemGroup>
  296. <ItemGroup>
  297. <ProjectReference Include="..\AliPay.SDK\AliPay.SDK.csproj">
  298. <Project>{689bb788-dbac-4643-9835-66c3248a04b7}</Project>
  299. <Name>AliPay.SDK</Name>
  300. </ProjectReference>
  301. <ProjectReference Include="..\Ant.Core.SqlServer\Ant.Core.SqlServer.csproj">
  302. <Project>{95059aef-5218-4310-8ac1-9b49360cba48}</Project>
  303. <Name>Ant.Core.SqlServer</Name>
  304. </ProjectReference>
  305. <ProjectReference Include="..\Ant.Core.WebApi\Ant.Core.WebApi.csproj">
  306. <Project>{8da0f561-6b72-4173-8bca-0978f0614759}</Project>
  307. <Name>Ant.Core.WebApi</Name>
  308. </ProjectReference>
  309. <ProjectReference Include="..\Ant.Core\Ant.Core.csproj">
  310. <Project>{5c880d9a-28de-4cb8-a8c0-a399aa5d94db}</Project>
  311. <Name>Ant.Core</Name>
  312. </ProjectReference>
  313. <ProjectReference Include="..\F2FPayDll\F2FPayDll.csproj">
  314. <Project>{2262c02a-9824-478a-9f14-df7b15408dd1}</Project>
  315. <Name>F2FPayDll</Name>
  316. </ProjectReference>
  317. </ItemGroup>
  318. <PropertyGroup>
  319. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  320. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  321. </PropertyGroup>
  322. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  323. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  324. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  325. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  326. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  327. </Target>
  328. <ProjectExtensions>
  329. <VisualStudio>
  330. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  331. <WebProjectProperties>
  332. <UseIIS>True</UseIIS>
  333. <AutoAssignPort>True</AutoAssignPort>
  334. <DevelopmentServerPort>60629</DevelopmentServerPort>
  335. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  336. <IISUrl>http://localhost:60629/</IISUrl>
  337. <NTLMAuthentication>False</NTLMAuthentication>
  338. <UseCustomServer>False</UseCustomServer>
  339. <CustomServerUrl>
  340. </CustomServerUrl>
  341. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  342. </WebProjectProperties>
  343. </FlavorProperties>
  344. </VisualStudio>
  345. </ProjectExtensions>
  346. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  347. <PropertyGroup>
  348. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  349. </PropertyGroup>
  350. <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  351. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  352. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  353. <Error Condition="!Exists('..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\build\Microsoft.Extensions.Logging.Abstractions.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\build\Microsoft.Extensions.Logging.Abstractions.targets'))" />
  354. </Target>
  355. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  356. <Import Project="..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\build\Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\build\Microsoft.Extensions.Logging.Abstractions.targets')" />
  357. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  358. Other similar extension points exist, see Microsoft.Common.targets.
  359. <Target Name="BeforeBuild">
  360. </Target>
  361. <Target Name="AfterBuild">
  362. </Target> -->
  363. </Project>