Main.csproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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>{3AC9129C-0FB3-4493-9F8B-D8DC3F13F883}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Main</RootNamespace>
  10. <AssemblyName>Main</AssemblyName>
  11. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <IsWebBootstrapper>false</IsWebBootstrapper>
  14. <TargetFrameworkProfile />
  15. <PublishUrl>F:\发布\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>3</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <UseApplicationTrust>false</UseApplicationTrust>
  28. <PublishWizardCompleted>true</PublishWizardCompleted>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <Prefer32Bit>false</Prefer32Bit>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. <Prefer32Bit>false</Prefer32Bit>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <StartupObject />
  54. </PropertyGroup>
  55. <PropertyGroup>
  56. <ManifestCertificateThumbprint>83AB4F78259D2DCB972A8339F011C1B9AC53FDF7</ManifestCertificateThumbprint>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <ManifestKeyFile>Main_TemporaryKey.pfx</ManifestKeyFile>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <GenerateManifests>true</GenerateManifests>
  63. </PropertyGroup>
  64. <PropertyGroup>
  65. <SignManifests>true</SignManifests>
  66. </PropertyGroup>
  67. <ItemGroup>
  68. <Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  69. <HintPath>..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  72. <HintPath>..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
  73. </Reference>
  74. <Reference Include="HtmlAgilityPack, Version=1.6.15.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
  75. <HintPath>..\packages\HtmlAgilityPack.1.6.15\lib\Net45\HtmlAgilityPack.dll</HintPath>
  76. </Reference>
  77. <Reference Include="Quartz, Version=2.6.1.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  78. <HintPath>..\packages\Quartz.2.6.1\lib\net40\Quartz.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System" />
  81. <Reference Include="System.Configuration" />
  82. <Reference Include="System.Configuration.Install" />
  83. <Reference Include="System.Core" />
  84. <Reference Include="System.Management" />
  85. <Reference Include="System.Runtime.Remoting" />
  86. <Reference Include="System.ServiceProcess" />
  87. <Reference Include="System.Windows.Forms" />
  88. <Reference Include="System.Xml.Linq" />
  89. <Reference Include="System.Data.DataSetExtensions" />
  90. <Reference Include="Microsoft.CSharp" />
  91. <Reference Include="System.Data" />
  92. <Reference Include="System.Xml" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Compile Include="Base\BaseJobManager.cs" />
  96. <Compile Include="Base\BaseJob.cs" />
  97. <Compile Include="JobManage.cs" />
  98. <Compile Include="Job\AutoGenerateM55128CNIndexPage.cs" />
  99. <Compile Include="Job\ThematicArticleSpiderJob.cs" />
  100. <Compile Include="Lottery\EnumFunctionType.cs" />
  101. <Compile Include="Lottery\LottryDataHandle.cs" />
  102. <Compile Include="Program.cs" />
  103. <Compile Include="ProjectInstaller.cs">
  104. <SubType>Component</SubType>
  105. </Compile>
  106. <Compile Include="ProjectInstaller.designer.cs">
  107. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  108. </Compile>
  109. <Compile Include="Properties\AssemblyInfo.cs" />
  110. <Compile Include="ThematicArticleSpiderService.cs">
  111. <SubType>Component</SubType>
  112. </Compile>
  113. <Compile Include="ThematicArticleSpiderService.Designer.cs">
  114. <DependentUpon>ThematicArticleSpiderService.cs</DependentUpon>
  115. </Compile>
  116. </ItemGroup>
  117. <ItemGroup>
  118. <ProjectReference Include="..\Cache\Cache.csproj">
  119. <Project>{20791c82-6ebb-4c76-ba1f-105c2a5656bd}</Project>
  120. <Name>Cache</Name>
  121. </ProjectReference>
  122. <ProjectReference Include="..\Common\Common.csproj">
  123. <Project>{06391709-cd43-40f6-8cac-b8503b11e9a6}</Project>
  124. <Name>Common</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\Logger\Logger.csproj">
  127. <Project>{1aa30e36-f3e2-4059-a6f9-d6f0183bfe04}</Project>
  128. <Name>Logger</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\Models\Models.csproj">
  131. <Project>{aa75440b-05b1-42de-a9da-ef97bdba9141}</Project>
  132. <Name>Models</Name>
  133. </ProjectReference>
  134. </ItemGroup>
  135. <ItemGroup>
  136. <EmbeddedResource Include="ProjectInstaller.resx">
  137. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  138. </EmbeddedResource>
  139. <EmbeddedResource Include="ThematicArticleSpiderService.resx">
  140. <DependentUpon>ThematicArticleSpiderService.cs</DependentUpon>
  141. </EmbeddedResource>
  142. </ItemGroup>
  143. <ItemGroup>
  144. <Content Include="JobConfig.xml">
  145. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  146. <SubType>Designer</SubType>
  147. </Content>
  148. <Content Include="Template\home.html">
  149. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  150. </Content>
  151. </ItemGroup>
  152. <ItemGroup>
  153. <None Include="app.config">
  154. <SubType>Designer</SubType>
  155. </None>
  156. <None Include="job_scheduling_data_2_0.xsd">
  157. <SubType>Designer</SubType>
  158. </None>
  159. <None Include="log4net.config">
  160. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  161. </None>
  162. <None Include="Main_TemporaryKey.pfx" />
  163. <None Include="packages.config" />
  164. <None Include="卸载.bat" />
  165. <None Include="安装.bat" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  169. <Visible>False</Visible>
  170. <ProductName>.NET Framework 3.5 SP1</ProductName>
  171. <Install>false</Install>
  172. </BootstrapperPackage>
  173. </ItemGroup>
  174. <ItemGroup />
  175. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  176. </Project>