WebScanner.csproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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. <ProjectGuid>{67887AD6-E573-42F2-B0C9-64E1E78A572E}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>WebScanner</RootNamespace>
  10. <AssemblyName>WebScanner</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  37. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  38. </Reference>
  39. <Reference Include="System" />
  40. <Reference Include="System.Configuration" />
  41. <Reference Include="System.Configuration.ConfigurationManager, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  42. <HintPath>..\packages\System.Configuration.ConfigurationManager.4.7.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System.Configuration.Install" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Data.OracleClient" />
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="System.Management" />
  49. <Reference Include="System.Net" />
  50. <Reference Include="System.Security" />
  51. <Reference Include="System.Security.AccessControl, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  52. <HintPath>..\packages\System.Security.AccessControl.4.7.0\lib\net461\System.Security.AccessControl.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.Security.Permissions, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  55. <HintPath>..\packages\System.Security.Permissions.4.7.0\lib\net461\System.Security.Permissions.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System.Security.Principal.Windows, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  58. <HintPath>..\packages\System.Security.Principal.Windows.4.7.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System.Transactions" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Net.Http" />
  66. <Reference Include="System.ServiceProcess" />
  67. <Reference Include="System.Xml" />
  68. <Reference Include="WindowsBase" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="AppSetting.cs" />
  72. <Compile Include="ScannerService.cs" />
  73. <Compile Include="ProjectInstaller.cs">
  74. <SubType>Component</SubType>
  75. </Compile>
  76. <Compile Include="ProjectInstaller.Designer.cs">
  77. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  78. </Compile>
  79. <Compile Include="Service1.cs">
  80. <SubType>Component</SubType>
  81. </Compile>
  82. <Compile Include="Service1.Designer.cs">
  83. <DependentUpon>Service1.cs</DependentUpon>
  84. </Compile>
  85. <Compile Include="Program.cs" />
  86. <Compile Include="Properties\AssemblyInfo.cs" />
  87. <Compile Include="Tools\LogHelper.cs" />
  88. <Compile Include="Tools\XmlHelper.cs" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <None Include="App.config" />
  92. <None Include="log4net.config">
  93. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  94. </None>
  95. <None Include="packages.config" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <EmbeddedResource Include="ProjectInstaller.resx">
  99. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  100. </EmbeddedResource>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Content Include="AppConfig.xml">
  104. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  105. </Content>
  106. </ItemGroup>
  107. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  108. </Project>