123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{90DB117C-51F3-4E3F-B821-72B6D41E3C8D}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>FCS.Crawler</RootNamespace>
- <AssemblyName>FCS.Crawler</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <TargetFrameworkProfile>
- </TargetFrameworkProfile>
- <FileAlignment>512</FileAlignment>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- <PublishUrl>F:\push\a\</PublishUrl>
- <Install>true</Install>
- <InstallFrom>Disk</InstallFrom>
- <UpdateEnabled>false</UpdateEnabled>
- <UpdateMode>Foreground</UpdateMode>
- <UpdateInterval>7</UpdateInterval>
- <UpdateIntervalUnits>Days</UpdateIntervalUnits>
- <UpdatePeriodically>false</UpdatePeriodically>
- <UpdateRequired>false</UpdateRequired>
- <MapFileExtensions>true</MapFileExtensions>
- <ApplicationRevision>9</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
- <UseApplicationTrust>false</UseApplicationTrust>
- <PublishWizardCompleted>true</PublishWizardCompleted>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup>
- <ManifestCertificateThumbprint>4ABA33E574E608C2AECD9719A9B6F1D7CB9651B8</ManifestCertificateThumbprint>
- </PropertyGroup>
- <PropertyGroup>
- <ManifestKeyFile>FCS.Crawler_TemporaryKey.pfx</ManifestKeyFile>
- </PropertyGroup>
- <PropertyGroup>
- <GenerateManifests>true</GenerateManifests>
- </PropertyGroup>
- <PropertyGroup>
- <SignManifests>false</SignManifests>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="AutoMapper, Version=4.1.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
- <HintPath>..\packages\AutoMapper.4.1.1\lib\net45\AutoMapper.dll</HintPath>
- </Reference>
- <Reference Include="Common.Logging, Version=3.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
- <HintPath>..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Common.Logging.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
- <HintPath>..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="HtmlAgilityPack, Version=1.4.9.5, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
- <HintPath>..\packages\HtmlAgilityPack.1.4.9.5\lib\Net40\HtmlAgilityPack.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
- <HintPath>..\packages\log4net.2.0.5\lib\net40-client\log4net.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="Quartz, Version=2.3.3.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
- <HintPath>..\packages\Quartz.2.3.3\lib\net40-client\Quartz.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Configuration.Install" />
- <Reference Include="System.Core" />
- <Reference Include="System.Management" />
- <Reference Include="System.Web.Extensions" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.ServiceProcess" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Content\Jobs\BasketJobs\Basketball\B_LeagueRankingJob.cs" />
- <Compile Include="Content\Jobs\BasketJobs\Basketball\B_MakeBallRankingJob.cs" />
- <Compile Include="Content\Jobs\BasketJobs\Basketball\B_PlayerJob.cs" />
- <Compile Include="Content\Jobs\BasketJobs\Basketball\B_PlayersStatisticsJob.cs" />
- <Compile Include="Content\Jobs\BasketJobs\Basketball\B_SizeBallRankingJob.cs" />
- <Compile Include="Content\Jobs\BasketJobs\Basketball\B_TeamJob.cs" />
- <Compile Include="Content\Jobs\BasketJobs\Basketball\B_TeamStatisticsJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryOdds\OddsJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCMatchRankingList\GoalSingleDbListJob.cs" />
- <Compile Include="Content\UpdateService\Service\JobManage.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCMatchRankingList\MakeBallListJob.cs" />
- <Compile Include="Content\UpdateService\Service\ProjectInstaller.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Content\UpdateService\Service\ProjectInstaller.Designer.cs">
- <DependentUpon>ProjectInstaller.cs</DependentUpon>
- </Compile>
- <Compile Include="Content\Jobs\FootJobs\ZCMatchRankingList\RankingListJob.cs" />
- <Compile Include="Content\Base\Email\SendEmailJob.cs" />
- <Compile Include="Content\UpdateService\Service\Service1.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Content\UpdateService\Service\Service1.Designer.cs">
- <DependentUpon>Service1.cs</DependentUpon>
- </Compile>
- <Compile Include="Content\Jobs\FootJobs\PlayersGameData\PlayersGameDataJob.cs" />
- <Compile Include="Content\UpdateService\UpdateJobs\Update_RealTimeJobToDayOne.cs" />
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCMatchRankingList\ShooterListJob.cs" />
- <Compile Include="Content\UpdateService\Service\SnsapiUserinfoModel.cs" />
- <Compile Include="Content\Base\Tools\CommonMethod.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCMatchRankingList\UpperLlowerSingleDoubleJob.cs" />
- <Compile Include="Content\UpdateService\UpdateJobs\UpdateJob.cs" />
- <Compile Include="Content\UpdateService\UpdateJobs\Update_PlayerJob.cs" />
- <Compile Include="Content\UpdateService\UpdateJobs\Update_RealTimeJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryAgainst\AgainstJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryAnalysis\Basket_AnalysisJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryAnalysis\BJDC_AnalysisJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryAnalysis\JJZQ_AnalysisJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryAnalysis\ZCSF_AnalysisJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryAsianDish\AsianDishJob.cs" />
- <Compile Include="Content\Jobs\BasketJobs\Basketball\B_GamesJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryGames\GamesDetailsJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryGames\GamesJob.cs" />
- <Compile Include="Content\Jobs\BasketJobs\Basketball\B_GroupingJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryGrouping\GroupingJob.cs" />
- <Compile Include="Content\Base\ZCLotteryIP\IPJob.cs" />
- <Compile Include="Content\Jobs\BasketJobs\Basketball\B_EventsJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryScore\ScoreJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotterySizeIndex\SizeIndexJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryTeam\FootballPlayerJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryMatchs\FootballMatchJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryNews\CBA_FootBallNewsJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryNews\DJ_FootBallNewsJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryNews\NBA_FootBallNewsJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryNews\XJ_FootballNewsJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryNews\YC_FootBallNewsJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryNews\YG_FootBallNewsJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryNews\YJ_FootBallNewsJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryNews\ZC_FootBallNewsJob.cs" />
- <Compile Include="Content\Jobs\FootJobs\ZCLotteryTeam\FootBallTeamsJob.cs" />
- <Compile Include="Content\UpdateService\UpdateJobs\Update_RealTimeJobBefore.cs" />
- <Compile Include="Content\UpdateService\UpdateJobs\Update_RealTimeJobToDay10.cs" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Content\UpdateService\Service\ProjectInstaller.resx">
- <DependentUpon>ProjectInstaller.cs</DependentUpon>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <None Include="app.config">
- <SubType>Designer</SubType>
- </None>
- <None Include="XmlConfig\FCS.Crawler_TemporaryKey.pfx" />
- <None Include="XmlConfig\log4net.config">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Include="packages.config">
- <SubType>Designer</SubType>
- </None>
- <None Include="卸载.bat">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Include="安装.bat">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <ItemGroup>
- <Content Include="XmlConfig\Email.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="XmlConfig\FCSConfig.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- <SubType>Designer</SubType>
- </Content>
- <Content Include="XmlConfig\LogBD.txt">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="XmlConfig\IPAgency.txt">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="XmlConfig\IP.txt">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="XmlConfig\UrlData.xml">
- <SubType>Designer</SubType>
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\FCS.Common\FCS.Common.csproj">
- <Project>{D32362DC-FF23-45A5-9EA9-18E3AC26E48B}</Project>
- <Name>FCS.Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\FCS.Interface\FCS.Interface.csproj">
- <Project>{1C91B09A-FF04-40C7-BC95-BADFF1771115}</Project>
- <Name>FCS.Interface</Name>
- </ProjectReference>
- <ProjectReference Include="..\FCS.Models\FCS.Models.csproj">
- <Project>{CB2988D4-4E7F-4F53-9CBA-4508B483F3CA}</Project>
- <Name>FCS.Models</Name>
- </ProjectReference>
- <ProjectReference Include="..\FCS.Services\FCS.Services.csproj">
- <Project>{08688BE4-FB60-4F1C-A129-87DAAA4EDD3E}</Project>
- <Name>FCS.Services</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Logs\2018-08-01\" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|