SCC.Crawler.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{90DB117C-51F3-4E3F-B821-72B6D41E3C8D}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>SCC.Crawler</RootNamespace>
  12. <AssemblyName>SCC.Crawler</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <PublishUrl>F:\发布\app\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>3</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <PublishWizardCompleted>true</PublishWizardCompleted>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  35. <PlatformTarget>x86</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  45. <PlatformTarget>x86</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <ManifestCertificateThumbprint>1230F8A44E7B9CCBEC2F9F8BDBB323ADA2A120EE</ManifestCertificateThumbprint>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <ManifestKeyFile>SCC.Crawler_TemporaryKey.pfx</ManifestKeyFile>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <GenerateManifests>true</GenerateManifests>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <SignManifests>true</SignManifests>
  64. </PropertyGroup>
  65. <ItemGroup>
  66. <Reference Include="Common.Logging, Version=3.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  67. <HintPath>..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll</HintPath>
  68. <Private>True</Private>
  69. </Reference>
  70. <Reference Include="Common.Logging.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  71. <HintPath>..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll</HintPath>
  72. <Private>True</Private>
  73. </Reference>
  74. <Reference Include="HtmlAgilityPack, Version=1.4.9.5, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
  75. <HintPath>..\packages\HtmlAgilityPack.1.4.9.5\lib\Net40\HtmlAgilityPack.dll</HintPath>
  76. <Private>True</Private>
  77. </Reference>
  78. <Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  79. <HintPath>..\packages\log4net.2.0.5\lib\net40-client\log4net.dll</HintPath>
  80. <Private>True</Private>
  81. </Reference>
  82. <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  83. <HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
  84. <Private>True</Private>
  85. </Reference>
  86. <Reference Include="Quartz, Version=2.3.3.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  87. <HintPath>..\packages\Quartz.2.3.3\lib\net40-client\Quartz.dll</HintPath>
  88. <Private>True</Private>
  89. </Reference>
  90. <Reference Include="System" />
  91. <Reference Include="System.Configuration" />
  92. <Reference Include="System.Configuration.Install" />
  93. <Reference Include="System.Core" />
  94. <Reference Include="System.Management" />
  95. <Reference Include="System.Web.Extensions" />
  96. <Reference Include="System.Xml.Linq" />
  97. <Reference Include="System.Data.DataSetExtensions" />
  98. <Reference Include="Microsoft.CSharp" />
  99. <Reference Include="System.Data" />
  100. <Reference Include="System.ServiceProcess" />
  101. <Reference Include="System.Xml" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Compile Include="DT\DF6J1Job.cs" />
  105. <Compile Include="DT\FJ31X7Job.cs" />
  106. <Compile Include="DT\FJ36X7Job.cs" />
  107. <Compile Include="DT\GD36X7Job.cs" />
  108. <Compile Include="DT\GDHC1Job.cs" />
  109. <Compile Include="DT\HD15X5Job.cs" />
  110. <Compile Include="DT\HeNan22X5Job.cs" />
  111. <Compile Include="DT\HuBei30X5Job.cs" />
  112. <Compile Include="DT\JSTC7WSJob.cs" />
  113. <Compile Include="DT\TrendChart\ChartFunction.cs" />
  114. <Compile Include="DT\TrendChart\CssValueFunction.cs" />
  115. <Compile Include="DT\TrendChart\Extends.cs" />
  116. <Compile Include="DT\TrendChart\LotteryUtils.cs" />
  117. <Compile Include="DT\TrendChart\MultiValueFunction.cs" />
  118. <Compile Include="DT\TrendChart\SingleValueFunction.cs" />
  119. <Compile Include="DT\TrendChart\SpecialValueFunction.cs" />
  120. <Compile Include="DT\TrendChart\TrendChartHelper.cs" />
  121. <Compile Include="DT\TrendChart\TrendChartItemHelper.cs" />
  122. <Compile Include="DT\XJ35X7Job.cs" />
  123. <Compile Include="DT\ZJTC6J1Job.cs" />
  124. <Compile Include="GP\AH11X5Job.cs" />
  125. <Compile Include="GP\AHK3Job.cs" />
  126. <Compile Include="GP\BJKL8Job.cs" />
  127. <Compile Include="GP\BJPK10Job.cs" />
  128. <Compile Include="GP\CQKL10FJob.cs" />
  129. <Compile Include="GP\FJ11X5Job.cs" />
  130. <Compile Include="GP\GD11X5Job.cs" />
  131. <Compile Include="GP\GDKL10FJob.cs" />
  132. <Compile Include="GP\GS11X5Job.cs" />
  133. <Compile Include="GP\GXKL10FJob.cs" />
  134. <Compile Include="GP\GZ11X5Job.cs" />
  135. <Compile Include="GP\HeBei11X5Job.cs" />
  136. <Compile Include="GP\HeBeiK3Job.cs" />
  137. <Compile Include="GP\HENKY481Job.cs" />
  138. <Compile Include="GP\HLJ11X5Job.cs" />
  139. <Compile Include="GP\HUB11X5Job.cs" />
  140. <Compile Include="GP\HUBK3Job.cs" />
  141. <Compile Include="GP\HUNKL10FJob.cs" />
  142. <Compile Include="GP\HUNXYSCJob.cs" />
  143. <Compile Include="GP\JL11X5Job.cs" />
  144. <Compile Include="GP\JLK3Job.cs" />
  145. <Compile Include="GP\JS11X5Job.cs" />
  146. <Compile Include="GP\JSK3Job.cs" />
  147. <Compile Include="GP\JX11X5Job.cs" />
  148. <Compile Include="GP\LN11x5Job.cs" />
  149. <Compile Include="GP\LNKL12Job.cs" />
  150. <Compile Include="GP\NMG11X5Job.cs" />
  151. <Compile Include="GP\NMGK3Job.cs" />
  152. <Compile Include="GP\SCKL12Job.cs" />
  153. <Compile Include="GP\SD11X5Job.cs" />
  154. <Compile Include="GP\SDKLPK3Job.cs" />
  155. <Compile Include="GP\SDQYHJob.cs" />
  156. <Compile Include="GP\SH11x5Job.cs" />
  157. <Compile Include="GP\ShanXiTaiYuan11x5Job.cs" />
  158. <Compile Include="GP\ShanXiTaiYuanKL10FJob.cs" />
  159. <Compile Include="GP\ShanXiXiAn11x5Job.cs" />
  160. <Compile Include="GP\SHSSLJob.cs" />
  161. <Compile Include="GP\TJKL10FJob.cs" />
  162. <Compile Include="GP\XJ11X5Job.cs" />
  163. <Compile Include="GP\YN11X5Job.cs" />
  164. <Compile Include="GP\ZJ11X5Job.cs" />
  165. <Compile Include="GP\ZJKL12Job.cs" />
  166. <Compile Include="JobManage.cs" />
  167. <Compile Include="ProjectInstaller.cs">
  168. <SubType>Component</SubType>
  169. </Compile>
  170. <Compile Include="ProjectInstaller.Designer.cs">
  171. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  172. </Compile>
  173. <Compile Include="SendEmailJob.cs" />
  174. <Compile Include="Service1.cs">
  175. <SubType>Component</SubType>
  176. </Compile>
  177. <Compile Include="Service1.Designer.cs">
  178. <DependentUpon>Service1.cs</DependentUpon>
  179. </Compile>
  180. <Compile Include="Program.cs" />
  181. <Compile Include="Properties\AssemblyInfo.cs" />
  182. </ItemGroup>
  183. <ItemGroup>
  184. <EmbeddedResource Include="ProjectInstaller.resx">
  185. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  186. </EmbeddedResource>
  187. </ItemGroup>
  188. <ItemGroup>
  189. <None Include="app.config">
  190. <SubType>Designer</SubType>
  191. </None>
  192. <None Include="log4net.config">
  193. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  194. </None>
  195. <None Include="packages.config" />
  196. <None Include="SCC.Crawler_TemporaryKey.pfx" />
  197. <None Include="卸载.bat">
  198. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  199. </None>
  200. <None Include="安装.bat">
  201. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  202. </None>
  203. </ItemGroup>
  204. <ItemGroup>
  205. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  206. <Visible>False</Visible>
  207. <ProductName>.NET Framework 3.5 SP1</ProductName>
  208. <Install>false</Install>
  209. </BootstrapperPackage>
  210. </ItemGroup>
  211. <ItemGroup>
  212. <ProjectReference Include="..\SCC.Common\SCC.Common.csproj">
  213. <Project>{D32362DC-FF23-45A5-9EA9-18E3AC26E48B}</Project>
  214. <Name>SCC.Common</Name>
  215. </ProjectReference>
  216. <ProjectReference Include="..\SCC.Interface\SCC.Interface.csproj">
  217. <Project>{1C91B09A-FF04-40C7-BC95-BADFF1771115}</Project>
  218. <Name>SCC.Interface</Name>
  219. </ProjectReference>
  220. <ProjectReference Include="..\SCC.Models\SCC.Models.csproj">
  221. <Project>{CB2988D4-4E7F-4F53-9CBA-4508B483F3CA}</Project>
  222. <Name>SCC.Models</Name>
  223. </ProjectReference>
  224. <ProjectReference Include="..\SCC.Services\SCC.Services.csproj">
  225. <Project>{08688BE4-FB60-4F1C-A129-87DAAA4EDD3E}</Project>
  226. <Name>SCC.Services</Name>
  227. </ProjectReference>
  228. </ItemGroup>
  229. <ItemGroup>
  230. <Content Include="IP.txt" />
  231. <Content Include="SCCConfig.xml">
  232. <SubType>Designer</SubType>
  233. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  234. </Content>
  235. </ItemGroup>
  236. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  237. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  238. Other similar extension points exist, see Microsoft.Common.targets.
  239. <Target Name="BeforeBuild">
  240. </Target>
  241. <Target Name="AfterBuild">
  242. </Target>
  243. -->
  244. </Project>