AipDbService.csproj 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{344E4A50-CB5F-40A5-A392-36F4904A6609}</ProjectGuid>
  10. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>AipDbService</RootNamespace>
  14. <AssemblyName>AipDbService</AssemblyName>
  15. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  16. <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
  17. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  18. <UseIISExpress>true</UseIISExpress>
  19. <Use64BitIISExpress />
  20. <IISExpressSSLPort />
  21. <IISExpressAnonymousAuthentication />
  22. <IISExpressWindowsAuthentication />
  23. <IISExpressUseClassicPipelineMode />
  24. <UseGlobalApplicationHostFile />
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  27. <DebugSymbols>true</DebugSymbols>
  28. <DebugType>full</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>bin\</OutputPath>
  31. <DefineConstants>DEBUG;TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <DebugType>pdbonly</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\</OutputPath>
  39. <DefineConstants>TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Web.DynamicData" />
  46. <Reference Include="System.Web.Entity" />
  47. <Reference Include="System.Web.ApplicationServices" />
  48. <Reference Include="System" />
  49. <Reference Include="System.Configuration" />
  50. <Reference Include="System.Core" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Drawing" />
  53. <Reference Include="System.EnterpriseServices" />
  54. <Reference Include="System.Runtime.Serialization" />
  55. <Reference Include="System.ServiceModel" />
  56. <Reference Include="System.ServiceModel.Web" />
  57. <Reference Include="System.Web" />
  58. <Reference Include="System.Web.Extensions" />
  59. <Reference Include="System.Web.Services" />
  60. <Reference Include="System.Xml" />
  61. <Reference Include="System.Xml.Linq" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Content Include="Service1.svc" />
  65. <Content Include="Web.config" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="Service1.svc.cs">
  69. <DependentUpon>Service1.svc</DependentUpon>
  70. </Compile>
  71. <Compile Include="IService1.cs" />
  72. <Compile Include="Properties\AssemblyInfo.cs" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Folder Include="App_Data\" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <None Include="Web.Debug.config">
  79. <DependentUpon>Web.config</DependentUpon>
  80. </None>
  81. <None Include="Web.Release.config">
  82. <DependentUpon>Web.config</DependentUpon>
  83. </None>
  84. </ItemGroup>
  85. <PropertyGroup>
  86. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  87. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  88. </PropertyGroup>
  89. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  90. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  91. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  92. <ProjectExtensions>
  93. <VisualStudio>
  94. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  95. <WebProjectProperties>
  96. <UseIIS>True</UseIIS>
  97. <AutoAssignPort>True</AutoAssignPort>
  98. <DevelopmentServerPort>49816</DevelopmentServerPort>
  99. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  100. <IISUrl>http://localhost:49816/</IISUrl>
  101. <NTLMAuthentication>False</NTLMAuthentication>
  102. <UseCustomServer>False</UseCustomServer>
  103. <CustomServerUrl>
  104. </CustomServerUrl>
  105. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  106. </WebProjectProperties>
  107. </FlavorProperties>
  108. </VisualStudio>
  109. </ProjectExtensions>
  110. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  111. Other similar extension points exist, see Microsoft.Common.targets.
  112. <Target Name="BeforeBuild">
  113. </Target>
  114. <Target Name="AfterBuild">
  115. </Target>
  116. -->
  117. </Project>