LayerWebservice.csproj 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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. <ProductVersion>
  8. </ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{077700BE-5CAE-40A3-887D-835F10B93928}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>LayerWebservice</RootNamespace>
  15. <AssemblyName>LayerWebservice</AssemblyName>
  16. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  17. <UseIISExpress>true</UseIISExpress>
  18. <IISExpressSSLPort />
  19. <IISExpressAnonymousAuthentication />
  20. <IISExpressWindowsAuthentication />
  21. <IISExpressUseClassicPipelineMode />
  22. <TargetFrameworkProfile />
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="CommUtility">
  43. <HintPath>D:\资料\yl1104\Utility\Release\CommUtility.dll</HintPath>
  44. </Reference>
  45. <Reference Include="EntityFramework">
  46. <HintPath>D:\资料\yl1104\Utility\Release\EntityFramework.dll</HintPath>
  47. </Reference>
  48. <Reference Include="EntityFramework.SqlServer">
  49. <HintPath>D:\资料\yl1104\Utility\Release\EntityFramework.SqlServer.dll</HintPath>
  50. </Reference>
  51. <Reference Include="ICSharpCode.SharpZipLib">
  52. <HintPath>D:\资料\yl1104\Utility\Release\ICSharpCode.SharpZipLib.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>D:\资料\yl1104\Utility\Release\Newtonsoft.Json.dll</HintPath>
  58. </Reference>
  59. <Reference Include="NPOI">
  60. <HintPath>D:\资料\yl1104\Utility\Release\NPOI.dll</HintPath>
  61. </Reference>
  62. <Reference Include="NPOI.OOXML">
  63. <HintPath>D:\资料\yl1104\Utility\Release\NPOI.OOXML.dll</HintPath>
  64. </Reference>
  65. <Reference Include="NPOI.OpenXml4Net">
  66. <HintPath>D:\资料\yl1104\Utility\Release\NPOI.OpenXml4Net.dll</HintPath>
  67. </Reference>
  68. <Reference Include="NPOI.OpenXmlFormats">
  69. <HintPath>D:\资料\yl1104\Utility\Release\NPOI.OpenXmlFormats.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Oracle.ManagedDataAccess">
  72. <HintPath>D:\资料\yl1104\Utility\Release\Oracle.ManagedDataAccess.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System.Data.DataSetExtensions" />
  75. <Reference Include="System.Data.SQLite">
  76. <HintPath>D:\资料\yl1104\Utility\Release\System.Data.SQLite.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System.Data.SQLite.EF6">
  79. <HintPath>D:\资料\yl1104\Utility\Release\System.Data.SQLite.EF6.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Data.SQLite.Linq">
  82. <HintPath>D:\资料\yl1104\Utility\Release\System.Data.SQLite.Linq.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Web.DynamicData" />
  85. <Reference Include="System.Web.Entity" />
  86. <Reference Include="System.Web.ApplicationServices" />
  87. <Reference Include="System.ComponentModel.DataAnnotations" />
  88. <Reference Include="System" />
  89. <Reference Include="System.Data" />
  90. <Reference Include="System.Web.Extensions" />
  91. <Reference Include="System.Drawing" />
  92. <Reference Include="System.Web" />
  93. <Reference Include="System.Xml" />
  94. <Reference Include="System.Configuration" />
  95. <Reference Include="System.Web.Services" />
  96. <Reference Include="System.EnterpriseServices" />
  97. <Reference Include="System.Xml.Linq" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <None Include="Web.Debug.config">
  101. <DependentUpon>Web.config</DependentUpon>
  102. </None>
  103. <None Include="Web.Release.config">
  104. <DependentUpon>Web.config</DependentUpon>
  105. </None>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Content Include="LayerSynchro.asmx" />
  109. <Content Include="Web.config">
  110. <SubType>Designer</SubType>
  111. </Content>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Compile Include="DbOperator.cs" />
  115. <Compile Include="LayerSynchro.asmx.cs">
  116. <DependentUpon>LayerSynchro.asmx</DependentUpon>
  117. <SubType>Component</SubType>
  118. </Compile>
  119. <Compile Include="Properties\AssemblyInfo.cs" />
  120. </ItemGroup>
  121. <PropertyGroup>
  122. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  123. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  124. </PropertyGroup>
  125. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  126. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  127. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  128. <ProjectExtensions>
  129. <VisualStudio>
  130. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  131. <WebProjectProperties>
  132. <UseIIS>True</UseIIS>
  133. <AutoAssignPort>True</AutoAssignPort>
  134. <DevelopmentServerPort>44298</DevelopmentServerPort>
  135. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  136. <IISUrl>http://localhost:44298/</IISUrl>
  137. <NTLMAuthentication>False</NTLMAuthentication>
  138. <UseCustomServer>False</UseCustomServer>
  139. <CustomServerUrl>
  140. </CustomServerUrl>
  141. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  142. </WebProjectProperties>
  143. </FlavorProperties>
  144. </VisualStudio>
  145. </ProjectExtensions>
  146. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  147. Other similar extension points exist, see Microsoft.Common.targets.
  148. <Target Name="BeforeBuild">
  149. </Target>
  150. <Target Name="AfterBuild">
  151. </Target>
  152. -->
  153. </Project>