Central.Control.WebApi.csproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  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="Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  66. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.1.1.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Microsoft.CSharp" />
  69. <Reference Include="Swashbuckle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cd1bb07a5ac7c7bc, processorArchitecture=MSIL">
  70. <HintPath>..\packages\Swashbuckle.Core.5.6.0\lib\net40\Swashbuckle.Core.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System" />
  73. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  74. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System.Data" />
  77. <Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  78. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.4.7.1\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System.Drawing" />
  81. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  82. <HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Numerics" />
  85. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  86. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  89. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  92. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System.Web.Entity" />
  95. <Reference Include="System.Web.ApplicationServices" />
  96. <Reference Include="System.ComponentModel.DataAnnotations" />
  97. <Reference Include="System.Core" />
  98. <Reference Include="System.Data.DataSetExtensions" />
  99. <Reference Include="System.Xml.Linq" />
  100. <Reference Include="System.Web" />
  101. <Reference Include="System.Web.Abstractions" />
  102. <Reference Include="System.Web.Routing" />
  103. <Reference Include="System.Xml" />
  104. <Reference Include="System.Configuration" />
  105. <Reference Include="System.Runtime.Serialization" />
  106. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  107. <Private>True</Private>
  108. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  109. </Reference>
  110. <Reference Include="Newtonsoft.Json">
  111. <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System.Net.Http">
  114. </Reference>
  115. <Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  116. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  117. </Reference>
  118. <Reference Include="System.Net.Http.WebRequest">
  119. </Reference>
  120. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  121. <Private>True</Private>
  122. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
  123. </Reference>
  124. <Reference Include="System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  125. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll</HintPath>
  126. </Reference>
  127. <Reference Include="System.Web.Http.WebHost, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  128. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.7\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  129. </Reference>
  130. <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  131. <Private>True</Private>
  132. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
  133. </Reference>
  134. <Reference Include="System.Web.Optimization">
  135. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  136. </Reference>
  137. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  138. <Private>True</Private>
  139. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
  140. </Reference>
  141. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  142. <Private>True</Private>
  143. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
  144. </Reference>
  145. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  146. <Private>True</Private>
  147. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  148. </Reference>
  149. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  150. <Private>True</Private>
  151. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  152. </Reference>
  153. <Reference Include="WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL">
  154. <HintPath>..\packages\WebActivatorEx.2.0\lib\net40\WebActivatorEx.dll</HintPath>
  155. </Reference>
  156. <Reference Include="WebGrease">
  157. <Private>True</Private>
  158. <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
  159. </Reference>
  160. <Reference Include="Antlr3.Runtime">
  161. <Private>True</Private>
  162. <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
  163. </Reference>
  164. </ItemGroup>
  165. <ItemGroup>
  166. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
  167. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  168. </Reference>
  169. </ItemGroup>
  170. <ItemGroup>
  171. <Compile Include="App_Start\FilterConfig.cs" />
  172. <Compile Include="App_Start\SwaggerConfig.cs" />
  173. <Compile Include="App_Start\WebApiConfig.cs" />
  174. <Compile Include="Controllers\ProductController.cs" />
  175. <Compile Include="EFDbContext\CentralControlContext.cs" />
  176. <Compile Include="EFDbContext\IDbContext.cs" />
  177. <Compile Include="Enum\PayStatusEnum.cs" />
  178. <Compile Include="Enum\SaleEnum.cs" />
  179. <Compile Include="Global.asax.cs">
  180. <DependentUpon>Global.asax</DependentUpon>
  181. </Compile>
  182. <Compile Include="IOC\IOCService.cs" />
  183. <Compile Include="Models\SYS_Device.cs" />
  184. <Compile Include="Models\YW_Order.cs" />
  185. <Compile Include="Models\YW_OrderDetails.cs" />
  186. <Compile Include="Models\YW_Product.cs" />
  187. <Compile Include="Properties\AssemblyInfo.cs" />
  188. <Compile Include="Service\Interface\IProductService.cs" />
  189. <Compile Include="Service\ProductService.cs" />
  190. </ItemGroup>
  191. <ItemGroup>
  192. <Content Include="favicon.ico" />
  193. <Content Include="Global.asax" />
  194. <Content Include="Web.config" />
  195. <Content Include="Web.Debug.config">
  196. <DependentUpon>Web.config</DependentUpon>
  197. </Content>
  198. <Content Include="Web.Release.config">
  199. <DependentUpon>Web.config</DependentUpon>
  200. </Content>
  201. </ItemGroup>
  202. <ItemGroup>
  203. <Folder Include="App_Data\" />
  204. </ItemGroup>
  205. <ItemGroup>
  206. <None Include="packages.config" />
  207. </ItemGroup>
  208. <ItemGroup>
  209. <ProjectReference Include="..\Ant.Core.SqlServer\Ant.Core.SqlServer.csproj">
  210. <Project>{95059aef-5218-4310-8ac1-9b49360cba48}</Project>
  211. <Name>Ant.Core.SqlServer</Name>
  212. </ProjectReference>
  213. <ProjectReference Include="..\Ant.Core.WebApi\Ant.Core.WebApi.csproj">
  214. <Project>{8da0f561-6b72-4173-8bca-0978f0614759}</Project>
  215. <Name>Ant.Core.WebApi</Name>
  216. </ProjectReference>
  217. <ProjectReference Include="..\Ant.Core\Ant.Core.csproj">
  218. <Project>{5c880d9a-28de-4cb8-a8c0-a399aa5d94db}</Project>
  219. <Name>Ant.Core</Name>
  220. </ProjectReference>
  221. </ItemGroup>
  222. <PropertyGroup>
  223. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  224. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  225. </PropertyGroup>
  226. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  227. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  228. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  229. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  230. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  231. </Target>
  232. <ProjectExtensions>
  233. <VisualStudio>
  234. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  235. <WebProjectProperties>
  236. <UseIIS>True</UseIIS>
  237. <AutoAssignPort>True</AutoAssignPort>
  238. <DevelopmentServerPort>60629</DevelopmentServerPort>
  239. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  240. <IISUrl>http://localhost:60629/</IISUrl>
  241. <NTLMAuthentication>False</NTLMAuthentication>
  242. <UseCustomServer>False</UseCustomServer>
  243. <CustomServerUrl>
  244. </CustomServerUrl>
  245. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  246. </WebProjectProperties>
  247. </FlavorProperties>
  248. </VisualStudio>
  249. </ProjectExtensions>
  250. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  251. <PropertyGroup>
  252. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  253. </PropertyGroup>
  254. <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'))" />
  255. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  256. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  257. </Target>
  258. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  259. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  260. Other similar extension points exist, see Microsoft.Common.targets.
  261. <Target Name="BeforeBuild">
  262. </Target>
  263. <Target Name="AfterBuild">
  264. </Target> -->
  265. </Project>