Gs.DataPush.WebApi.csproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
  3. <Import Project="..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProductVersion>
  9. </ProductVersion>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <ProjectGuid>{FF0667C5-20D3-4FC9-B79A-E673D019DA5B}</ProjectGuid>
  12. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>Gs.DataPush.WebApi</RootNamespace>
  16. <AssemblyName>Gs.DataPush.WebApi</AssemblyName>
  17. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  18. <UseIISExpress>true</UseIISExpress>
  19. <Use64BitIISExpress />
  20. <IISExpressSSLPort />
  21. <IISExpressAnonymousAuthentication />
  22. <IISExpressWindowsAuthentication />
  23. <IISExpressUseClassicPipelineMode />
  24. <UseGlobalApplicationHostFile />
  25. <NuGetPackageImportStamp>
  26. </NuGetPackageImportStamp>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  29. <DebugSymbols>true</DebugSymbols>
  30. <DebugType>full</DebugType>
  31. <Optimize>false</Optimize>
  32. <OutputPath>bin\</OutputPath>
  33. <DefineConstants>DEBUG;TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>pdbonly</DebugType>
  40. <Optimize>true</Optimize>
  41. <OutputPath>bin\</OutputPath>
  42. <DefineConstants>TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="AutoMapper, Version=7.0.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
  48. <HintPath>..\packages\AutoMapper.7.0.1\lib\net45\AutoMapper.dll</HintPath>
  49. </Reference>
  50. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  51. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Microsoft.CSharp" />
  54. <Reference Include="System.Net.Http" />
  55. <Reference Include="System.Runtime.Serialization" />
  56. <Reference Include="System.ServiceModel" />
  57. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  58. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System.Web.DynamicData" />
  61. <Reference Include="System.Web.Entity" />
  62. <Reference Include="System.Web.ApplicationServices" />
  63. <Reference Include="System.ComponentModel.DataAnnotations" />
  64. <Reference Include="System" />
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Data.DataSetExtensions" />
  68. <Reference Include="System.Web.Extensions" />
  69. <Reference Include="System.Xml.Linq" />
  70. <Reference Include="System.Drawing" />
  71. <Reference Include="System.Web" />
  72. <Reference Include="System.Xml" />
  73. <Reference Include="System.Configuration" />
  74. <Reference Include="System.Web.Services" />
  75. <Reference Include="System.EnterpriseServices" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Reference Include="System.Web.Razor">
  79. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.4\lib\net45\System.Web.Razor.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Web.Webpages">
  82. <HintPath>..\packages\Microsoft.AspNet.Webpages.3.2.4\lib\net45\System.Web.Webpages.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Web.Webpages.Deployment">
  85. <HintPath>..\packages\Microsoft.AspNet.Webpages.3.2.4\lib\net45\System.Web.Webpages.Deployment.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System.Web.Webpages.Razor">
  88. <HintPath>..\packages\Microsoft.AspNet.Webpages.3.2.4\lib\net45\System.Web.Webpages.Razor.dll</HintPath>
  89. </Reference>
  90. <Reference Include="System.Web.Helpers">
  91. <HintPath>..\packages\Microsoft.AspNet.Webpages.3.2.4\lib\net45\System.Web.Helpers.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Microsoft.Web.Infrastructure">
  94. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System.Web.Mvc">
  97. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.4\lib\net45\System.Web.Mvc.dll</HintPath>
  98. </Reference>
  99. <Reference Include="Newtonsoft.Json">
  100. <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  101. </Reference>
  102. <Reference Include="System.Net.Http.Formatting">
  103. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.4\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  104. </Reference>
  105. <Reference Include="System.Web.Http">
  106. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.4\lib\net45\System.Web.Http.dll</HintPath>
  107. </Reference>
  108. <Reference Include="System.Web.Http.WebHost">
  109. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.4\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  110. </Reference>
  111. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
  112. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  113. </Reference>
  114. </ItemGroup>
  115. <ItemGroup>
  116. <Content Include="Connected Services\SzytDataInfrace\Gs.DataPush.WebApi.SzytDataInfrace.checkInResponse.datasource">
  117. <DependentUpon>Reference.svcmap</DependentUpon>
  118. </Content>
  119. <Content Include="Connected Services\SzytDataInfrace\Gs.DataPush.WebApi.SzytDataInfrace.checkOutResponse.datasource">
  120. <DependentUpon>Reference.svcmap</DependentUpon>
  121. </Content>
  122. <Content Include="Connected Services\SzytDataInfrace\Gs.DataPush.WebApi.SzytDataInfrace.GetAreaMarketResponse.datasource">
  123. <DependentUpon>Reference.svcmap</DependentUpon>
  124. </Content>
  125. <Content Include="Connected Services\SzytDataInfrace\Gs.DataPush.WebApi.SzytDataInfrace.GetAreaSignContactResponse.datasource">
  126. <DependentUpon>Reference.svcmap</DependentUpon>
  127. </Content>
  128. <Content Include="Connected Services\SzytDataInfrace\Gs.DataPush.WebApi.SzytDataInfrace.GetSalesItemResponse.datasource">
  129. <DependentUpon>Reference.svcmap</DependentUpon>
  130. </Content>
  131. <Content Include="Connected Services\SzytDataInfrace\Gs.DataPush.WebApi.SzytDataInfrace.GetSalesSubItemResponse.datasource">
  132. <DependentUpon>Reference.svcmap</DependentUpon>
  133. </Content>
  134. <Content Include="Connected Services\SzytDataInfrace\Gs.DataPush.WebApi.SzytDataInfrace.GetSignContactResponse.datasource">
  135. <DependentUpon>Reference.svcmap</DependentUpon>
  136. </Content>
  137. <Content Include="Connected Services\SzytDataInfrace\Gs.DataPush.WebApi.SzytDataInfrace.QueryCardMarketResponse.datasource">
  138. <DependentUpon>Reference.svcmap</DependentUpon>
  139. </Content>
  140. <Content Include="Connected Services\SzytDataInfrace\Gs.DataPush.WebApi.SzytDataInfrace.QueryCheckItemResponse.datasource">
  141. <DependentUpon>Reference.svcmap</DependentUpon>
  142. </Content>
  143. <Content Include="Connected Services\SzytDataInfrace\Gs.DataPush.WebApi.SzytDataInfrace.QueryMarketResponse.datasource">
  144. <DependentUpon>Reference.svcmap</DependentUpon>
  145. </Content>
  146. <Content Include="Connected Services\SzytDataInfrace\Gs.DataPush.WebApi.SzytDataInfrace.QuerySalesItemResponse.datasource">
  147. <DependentUpon>Reference.svcmap</DependentUpon>
  148. </Content>
  149. <Content Include="Connected Services\SzytDataInfrace\Gs.DataPush.WebApi.SzytDataInfrace.QuerySignContactResponse.datasource">
  150. <DependentUpon>Reference.svcmap</DependentUpon>
  151. </Content>
  152. <Content Include="Connected Services\SzytDataInfrace\Gs.DataPush.WebApi.SzytDataInfrace.savePurchaseBillResponse.datasource">
  153. <DependentUpon>Reference.svcmap</DependentUpon>
  154. </Content>
  155. <Content Include="Connected Services\SzytDataInfrace\Gs.DataPush.WebApi.SzytDataInfrace.saveQuickCheckItemInfoResponse.datasource">
  156. <DependentUpon>Reference.svcmap</DependentUpon>
  157. </Content>
  158. <Content Include="Connected Services\SzytDataInfrace\Gs.DataPush.WebApi.SzytDataInfrace.saveQuickCheckMethodResponse.datasource">
  159. <DependentUpon>Reference.svcmap</DependentUpon>
  160. </Content>
  161. <Content Include="Connected Services\SzytDataInfrace\Gs.DataPush.WebApi.SzytDataInfrace.saveRegisterQuickSNResponse.datasource">
  162. <DependentUpon>Reference.svcmap</DependentUpon>
  163. </Content>
  164. <Content Include="Connected Services\SzytDataInfrace\Gs.DataPush.WebApi.SzytDataInfrace.saveSalesBillResponse.datasource">
  165. <DependentUpon>Reference.svcmap</DependentUpon>
  166. </Content>
  167. <Content Include="Connected Services\SzytDataInfrace\Gs.DataPush.WebApi.SzytDataInfrace.saveUnitQuickInfoResponse.datasource">
  168. <DependentUpon>Reference.svcmap</DependentUpon>
  169. </Content>
  170. <Content Include="Connected Services\SzytDataInfrace\Gs.DataPush.WebApi.SzytDataInfrace.CustomItemSaveResponse.datasource">
  171. <DependentUpon>Reference.svcmap</DependentUpon>
  172. </Content>
  173. <None Include="Connected Services\SzytDataInfrace\sDataInfrace.disco" />
  174. <None Include="Connected Services\SzytDataInfrace\configuration91.svcinfo" />
  175. <None Include="Connected Services\SzytDataInfrace\configuration.svcinfo" />
  176. <None Include="Connected Services\SzytDataInfrace\Reference.svcmap">
  177. <Generator>WCF Proxy Generator</Generator>
  178. <LastGenOutput>Reference.cs</LastGenOutput>
  179. </None>
  180. <Content Include="Global.asax" />
  181. <Content Include="Resources\AppInfos.xml" />
  182. <Content Include="Web.config" />
  183. <None Include="Connected Services\SzytDataInfrace\sDataInfrace.wsdl" />
  184. </ItemGroup>
  185. <ItemGroup>
  186. <Compile Include="ApiService\SzytDataModel.cs" />
  187. <Compile Include="ApiService\SzytDataService.cs" />
  188. <Compile Include="App_Start\RouteConfig.cs" />
  189. <Compile Include="App_Start\WebApiConfig.cs" />
  190. <Compile Include="Connected Services\SzytDataInfrace\Reference.cs">
  191. <AutoGen>True</AutoGen>
  192. <DesignTime>True</DesignTime>
  193. <DependentUpon>Reference.svcmap</DependentUpon>
  194. </Compile>
  195. <Compile Include="Controllers\DataPushController.cs" />
  196. <Compile Include="Controllers\DataQueryController.cs" />
  197. <Compile Include="Controllers\HomeController.cs" />
  198. <Compile Include="Global.asax.cs">
  199. <DependentUpon>Global.asax</DependentUpon>
  200. </Compile>
  201. <Compile Include="Properties\AssemblyInfo.cs" />
  202. </ItemGroup>
  203. <ItemGroup>
  204. <Content Include="Views\web.config" />
  205. <None Include="packages.config" />
  206. <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
  207. <Content Include="Views\Home\Index.cshtml" />
  208. <Content Include="Views\DataQuery\UpdateMarkets.cshtml" />
  209. <Content Include="Views\DataQuery\UpdateMarketSellers.cshtml" />
  210. <None Include="Web.Debug.config">
  211. <DependentUpon>Web.config</DependentUpon>
  212. </None>
  213. <None Include="Web.Release.config">
  214. <DependentUpon>Web.config</DependentUpon>
  215. </None>
  216. </ItemGroup>
  217. <ItemGroup>
  218. <Folder Include="App_Data\" />
  219. <Folder Include="Models\" />
  220. </ItemGroup>
  221. <ItemGroup>
  222. <WCFMetadata Include="Connected Services\" />
  223. </ItemGroup>
  224. <ItemGroup>
  225. <WCFMetadataStorage Include="Connected Services\SzytDataInfrace\" />
  226. </ItemGroup>
  227. <ItemGroup>
  228. <ProjectReference Include="..\SysBaseLibs\SysBaseLibs.csproj">
  229. <Project>{F65D9823-B468-4524-856C-CCFE7F1CBFBB}</Project>
  230. <Name>SysBaseLibs</Name>
  231. </ProjectReference>
  232. <ProjectReference Include="..\SysDataLibs\SysDataLibs.csproj">
  233. <Project>{461985a3-f440-437e-91bf-e0475df9e6bc}</Project>
  234. <Name>SysDataLibs</Name>
  235. </ProjectReference>
  236. <ProjectReference Include="..\SysSecLibs\SysSecLibs.csproj">
  237. <Project>{3a54af99-afb0-4ff4-9368-b6ed99c4be7e}</Project>
  238. <Name>SysSecLibs</Name>
  239. </ProjectReference>
  240. </ItemGroup>
  241. <PropertyGroup>
  242. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  243. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  244. </PropertyGroup>
  245. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  246. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  247. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  248. <ProjectExtensions>
  249. <VisualStudio>
  250. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  251. <WebProjectProperties>
  252. <UseIIS>True</UseIIS>
  253. <AutoAssignPort>True</AutoAssignPort>
  254. <DevelopmentServerPort>56304</DevelopmentServerPort>
  255. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  256. <IISUrl>http://localhost:5002/</IISUrl>
  257. <NTLMAuthentication>False</NTLMAuthentication>
  258. <UseCustomServer>False</UseCustomServer>
  259. <CustomServerUrl>
  260. </CustomServerUrl>
  261. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  262. </WebProjectProperties>
  263. </FlavorProperties>
  264. </VisualStudio>
  265. </ProjectExtensions>
  266. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  267. <PropertyGroup>
  268. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  269. </PropertyGroup>
  270. <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props'))" />
  271. <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  272. </Target>
  273. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  274. Other similar extension points exist, see Microsoft.Common.targets.
  275. <Target Name="BeforeBuild">
  276. </Target>
  277. <Target Name="AfterBuild">
  278. </Target>
  279. -->
  280. </Project>