FCS.Crawler.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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>FCS.Crawler</RootNamespace>
  12. <AssemblyName>FCS.Crawler</AssemblyName>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <PublishUrl>F:\push\a\</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>9</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. <Prefer32Bit>false</Prefer32Bit>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  46. <PlatformTarget>x86</PlatformTarget>
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. <Prefer32Bit>false</Prefer32Bit>
  54. </PropertyGroup>
  55. <PropertyGroup>
  56. <ManifestCertificateThumbprint>4ABA33E574E608C2AECD9719A9B6F1D7CB9651B8</ManifestCertificateThumbprint>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <ManifestKeyFile>FCS.Crawler_TemporaryKey.pfx</ManifestKeyFile>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <GenerateManifests>true</GenerateManifests>
  63. </PropertyGroup>
  64. <PropertyGroup>
  65. <SignManifests>false</SignManifests>
  66. </PropertyGroup>
  67. <ItemGroup>
  68. <Reference Include="AutoMapper, Version=4.1.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
  69. <HintPath>..\packages\AutoMapper.4.1.1\lib\net45\AutoMapper.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Common.Logging, Version=3.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  72. <HintPath>..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll</HintPath>
  73. <Private>True</Private>
  74. </Reference>
  75. <Reference Include="Common.Logging.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  76. <HintPath>..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll</HintPath>
  77. <Private>True</Private>
  78. </Reference>
  79. <Reference Include="HtmlAgilityPack, Version=1.4.9.5, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
  80. <HintPath>..\packages\HtmlAgilityPack.1.4.9.5\lib\Net40\HtmlAgilityPack.dll</HintPath>
  81. <Private>True</Private>
  82. </Reference>
  83. <Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  84. <HintPath>..\packages\log4net.2.0.5\lib\net40-client\log4net.dll</HintPath>
  85. <Private>True</Private>
  86. </Reference>
  87. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  88. <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Quartz, Version=2.3.3.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  91. <HintPath>..\packages\Quartz.2.3.3\lib\net40-client\Quartz.dll</HintPath>
  92. <Private>True</Private>
  93. </Reference>
  94. <Reference Include="System" />
  95. <Reference Include="System.Configuration" />
  96. <Reference Include="System.Configuration.Install" />
  97. <Reference Include="System.Core" />
  98. <Reference Include="System.Management" />
  99. <Reference Include="System.Web.Extensions" />
  100. <Reference Include="System.Windows.Forms" />
  101. <Reference Include="System.Xml.Linq" />
  102. <Reference Include="System.Data.DataSetExtensions" />
  103. <Reference Include="Microsoft.CSharp" />
  104. <Reference Include="System.Data" />
  105. <Reference Include="System.ServiceProcess" />
  106. <Reference Include="System.Xml" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Compile Include="Content\Jobs\BasketJobs\Basketball\B_LeagueRankingJob.cs" />
  110. <Compile Include="Content\Jobs\BasketJobs\Basketball\B_MakeBallRankingJob.cs" />
  111. <Compile Include="Content\Jobs\BasketJobs\Basketball\B_PlayerJob.cs" />
  112. <Compile Include="Content\Jobs\BasketJobs\Basketball\B_PlayersStatisticsJob.cs" />
  113. <Compile Include="Content\Jobs\BasketJobs\Basketball\B_SizeBallRankingJob.cs" />
  114. <Compile Include="Content\Jobs\BasketJobs\Basketball\B_TeamJob.cs" />
  115. <Compile Include="Content\Jobs\BasketJobs\Basketball\B_TeamStatisticsJob.cs" />
  116. <Compile Include="Content\Jobs\FootJobs\ZCLotteryOdds\OddsJob.cs" />
  117. <Compile Include="Content\Jobs\FootJobs\ZCMatchRankingList\GoalSingleDbListJob.cs" />
  118. <Compile Include="Content\UpdateService\Service\JobManage.cs" />
  119. <Compile Include="Content\Jobs\FootJobs\ZCMatchRankingList\MakeBallListJob.cs" />
  120. <Compile Include="Content\UpdateService\Service\ProjectInstaller.cs">
  121. <SubType>Component</SubType>
  122. </Compile>
  123. <Compile Include="Content\UpdateService\Service\ProjectInstaller.Designer.cs">
  124. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  125. </Compile>
  126. <Compile Include="Content\Jobs\FootJobs\ZCMatchRankingList\RankingListJob.cs" />
  127. <Compile Include="Content\Base\Email\SendEmailJob.cs" />
  128. <Compile Include="Content\UpdateService\Service\Service1.cs">
  129. <SubType>Component</SubType>
  130. </Compile>
  131. <Compile Include="Content\UpdateService\Service\Service1.Designer.cs">
  132. <DependentUpon>Service1.cs</DependentUpon>
  133. </Compile>
  134. <Compile Include="Content\Jobs\FootJobs\PlayersGameData\PlayersGameDataJob.cs" />
  135. <Compile Include="Content\UpdateService\UpdateJobs\Update_RealTimeJobToDayOne.cs" />
  136. <Compile Include="Program.cs" />
  137. <Compile Include="Properties\AssemblyInfo.cs" />
  138. <Compile Include="Content\Jobs\FootJobs\ZCMatchRankingList\ShooterListJob.cs" />
  139. <Compile Include="Content\UpdateService\Service\SnsapiUserinfoModel.cs" />
  140. <Compile Include="Content\Base\Tools\CommonMethod.cs" />
  141. <Compile Include="Content\Jobs\FootJobs\ZCMatchRankingList\UpperLlowerSingleDoubleJob.cs" />
  142. <Compile Include="Content\UpdateService\UpdateJobs\UpdateJob.cs" />
  143. <Compile Include="Content\UpdateService\UpdateJobs\Update_PlayerJob.cs" />
  144. <Compile Include="Content\UpdateService\UpdateJobs\Update_RealTimeJob.cs" />
  145. <Compile Include="Content\Jobs\FootJobs\ZCLotteryAgainst\AgainstJob.cs" />
  146. <Compile Include="Content\Jobs\FootJobs\ZCLotteryAnalysis\Basket_AnalysisJob.cs" />
  147. <Compile Include="Content\Jobs\FootJobs\ZCLotteryAnalysis\BJDC_AnalysisJob.cs" />
  148. <Compile Include="Content\Jobs\FootJobs\ZCLotteryAnalysis\JJZQ_AnalysisJob.cs" />
  149. <Compile Include="Content\Jobs\FootJobs\ZCLotteryAnalysis\ZCSF_AnalysisJob.cs" />
  150. <Compile Include="Content\Jobs\FootJobs\ZCLotteryAsianDish\AsianDishJob.cs" />
  151. <Compile Include="Content\Jobs\BasketJobs\Basketball\B_GamesJob.cs" />
  152. <Compile Include="Content\Jobs\FootJobs\ZCLotteryGames\GamesDetailsJob.cs" />
  153. <Compile Include="Content\Jobs\FootJobs\ZCLotteryGames\GamesJob.cs" />
  154. <Compile Include="Content\Jobs\BasketJobs\Basketball\B_GroupingJob.cs" />
  155. <Compile Include="Content\Jobs\FootJobs\ZCLotteryGrouping\GroupingJob.cs" />
  156. <Compile Include="Content\Base\ZCLotteryIP\IPJob.cs" />
  157. <Compile Include="Content\Jobs\BasketJobs\Basketball\B_EventsJob.cs" />
  158. <Compile Include="Content\Jobs\FootJobs\ZCLotteryScore\ScoreJob.cs" />
  159. <Compile Include="Content\Jobs\FootJobs\ZCLotterySizeIndex\SizeIndexJob.cs" />
  160. <Compile Include="Content\Jobs\FootJobs\ZCLotteryTeam\FootballPlayerJob.cs" />
  161. <Compile Include="Content\Jobs\FootJobs\ZCLotteryMatchs\FootballMatchJob.cs" />
  162. <Compile Include="Content\Jobs\FootJobs\ZCLotteryNews\CBA_FootBallNewsJob.cs" />
  163. <Compile Include="Content\Jobs\FootJobs\ZCLotteryNews\DJ_FootBallNewsJob.cs" />
  164. <Compile Include="Content\Jobs\FootJobs\ZCLotteryNews\NBA_FootBallNewsJob.cs" />
  165. <Compile Include="Content\Jobs\FootJobs\ZCLotteryNews\XJ_FootballNewsJob.cs" />
  166. <Compile Include="Content\Jobs\FootJobs\ZCLotteryNews\YC_FootBallNewsJob.cs" />
  167. <Compile Include="Content\Jobs\FootJobs\ZCLotteryNews\YG_FootBallNewsJob.cs" />
  168. <Compile Include="Content\Jobs\FootJobs\ZCLotteryNews\YJ_FootBallNewsJob.cs" />
  169. <Compile Include="Content\Jobs\FootJobs\ZCLotteryNews\ZC_FootBallNewsJob.cs" />
  170. <Compile Include="Content\Jobs\FootJobs\ZCLotteryTeam\FootBallTeamsJob.cs" />
  171. <Compile Include="Content\UpdateService\UpdateJobs\Update_RealTimeJobBefore.cs" />
  172. <Compile Include="Content\UpdateService\UpdateJobs\Update_RealTimeJobToDay10.cs" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <EmbeddedResource Include="Content\UpdateService\Service\ProjectInstaller.resx">
  176. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  177. </EmbeddedResource>
  178. </ItemGroup>
  179. <ItemGroup>
  180. <None Include="app.config">
  181. <SubType>Designer</SubType>
  182. </None>
  183. <None Include="XmlConfig\FCS.Crawler_TemporaryKey.pfx" />
  184. <None Include="XmlConfig\log4net.config">
  185. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  186. </None>
  187. <None Include="packages.config">
  188. <SubType>Designer</SubType>
  189. </None>
  190. <None Include="卸载.bat">
  191. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  192. </None>
  193. <None Include="安装.bat">
  194. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  195. </None>
  196. </ItemGroup>
  197. <ItemGroup>
  198. <Content Include="XmlConfig\Email.xml">
  199. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  200. </Content>
  201. <Content Include="XmlConfig\FCSConfig.xml">
  202. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  203. <SubType>Designer</SubType>
  204. </Content>
  205. <Content Include="XmlConfig\LogBD.txt">
  206. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  207. </Content>
  208. <Content Include="XmlConfig\IPAgency.txt">
  209. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  210. </Content>
  211. <Content Include="XmlConfig\IP.txt">
  212. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  213. </Content>
  214. <Content Include="XmlConfig\UrlData.xml">
  215. <SubType>Designer</SubType>
  216. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  217. </Content>
  218. </ItemGroup>
  219. <ItemGroup>
  220. <ProjectReference Include="..\FCS.Common\FCS.Common.csproj">
  221. <Project>{D32362DC-FF23-45A5-9EA9-18E3AC26E48B}</Project>
  222. <Name>FCS.Common</Name>
  223. </ProjectReference>
  224. <ProjectReference Include="..\FCS.Interface\FCS.Interface.csproj">
  225. <Project>{1C91B09A-FF04-40C7-BC95-BADFF1771115}</Project>
  226. <Name>FCS.Interface</Name>
  227. </ProjectReference>
  228. <ProjectReference Include="..\FCS.Models\FCS.Models.csproj">
  229. <Project>{CB2988D4-4E7F-4F53-9CBA-4508B483F3CA}</Project>
  230. <Name>FCS.Models</Name>
  231. </ProjectReference>
  232. <ProjectReference Include="..\FCS.Services\FCS.Services.csproj">
  233. <Project>{08688BE4-FB60-4F1C-A129-87DAAA4EDD3E}</Project>
  234. <Name>FCS.Services</Name>
  235. </ProjectReference>
  236. </ItemGroup>
  237. <ItemGroup>
  238. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  239. <Visible>False</Visible>
  240. <ProductName>.NET Framework 3.5 SP1</ProductName>
  241. <Install>false</Install>
  242. </BootstrapperPackage>
  243. </ItemGroup>
  244. <ItemGroup>
  245. <Folder Include="Logs\2018-08-01\" />
  246. </ItemGroup>
  247. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  248. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  249. Other similar extension points exist, see Microsoft.Common.targets.
  250. <Target Name="BeforeBuild">
  251. </Target>
  252. <Target Name="AfterBuild">
  253. </Target>
  254. -->
  255. </Project>