LogService.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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>{941BA732-FDBF-415B-B2A2-29F33A60E911}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>LogService</RootNamespace>
  15. <AssemblyName>LogService</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="log4net">
  43. <HintPath>..\..\..\18安全测评\log4net-2.0.8-bin-newkey\log4net-2.0.8\bin\net\4.0\release\log4net.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Microsoft.CSharp" />
  46. <Reference Include="System.Data.DataSetExtensions" />
  47. <Reference Include="System.Web.DynamicData" />
  48. <Reference Include="System.Web.Entity" />
  49. <Reference Include="System.Web.ApplicationServices" />
  50. <Reference Include="System.ComponentModel.DataAnnotations" />
  51. <Reference Include="System" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Web.Extensions" />
  54. <Reference Include="System.Drawing" />
  55. <Reference Include="System.Web" />
  56. <Reference Include="System.Xml" />
  57. <Reference Include="System.Configuration" />
  58. <Reference Include="System.Web.Services" />
  59. <Reference Include="System.EnterpriseServices" />
  60. <Reference Include="System.Xml.Linq" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Content Include="logTest.aspx" />
  64. <Content Include="LogWebService.asmx" />
  65. <Content Include="Web.config">
  66. <SubType>Designer</SubType>
  67. </Content>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="DESEncrypt.cs" />
  71. <Compile Include="logTest.aspx.cs">
  72. <DependentUpon>logTest.aspx</DependentUpon>
  73. <SubType>ASPXCodeBehind</SubType>
  74. </Compile>
  75. <Compile Include="logTest.aspx.designer.cs">
  76. <DependentUpon>logTest.aspx</DependentUpon>
  77. </Compile>
  78. <Compile Include="LogWebService.asmx.cs">
  79. <DependentUpon>LogWebService.asmx</DependentUpon>
  80. <SubType>Component</SubType>
  81. </Compile>
  82. <Compile Include="MyMD5.cs" />
  83. <Compile Include="Properties\AssemblyInfo.cs" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Content Include="log4net.config" />
  87. <None Include="Web.Debug.config">
  88. <DependentUpon>Web.config</DependentUpon>
  89. </None>
  90. <None Include="Web.Release.config">
  91. <DependentUpon>Web.config</DependentUpon>
  92. </None>
  93. </ItemGroup>
  94. <PropertyGroup>
  95. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  96. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  97. </PropertyGroup>
  98. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  99. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  100. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  101. <ProjectExtensions>
  102. <VisualStudio>
  103. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  104. <WebProjectProperties>
  105. <UseIIS>True</UseIIS>
  106. <AutoAssignPort>True</AutoAssignPort>
  107. <DevelopmentServerPort>48668</DevelopmentServerPort>
  108. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  109. <IISUrl>http://localhost:48668/</IISUrl>
  110. <NTLMAuthentication>False</NTLMAuthentication>
  111. <UseCustomServer>False</UseCustomServer>
  112. <CustomServerUrl>
  113. </CustomServerUrl>
  114. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  115. </WebProjectProperties>
  116. </FlavorProperties>
  117. </VisualStudio>
  118. </ProjectExtensions>
  119. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  120. Other similar extension points exist, see Microsoft.Common.targets.
  121. <Target Name="BeforeBuild">
  122. </Target>
  123. <Target Name="AfterBuild">
  124. </Target>
  125. -->
  126. </Project>