123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362 |
- <?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>SCC.Crawler</RootNamespace>
- <AssemblyName>SCC.Crawler</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <TargetFrameworkProfile>
- </TargetFrameworkProfile>
- <FileAlignment>512</FileAlignment>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- <PublishUrl>publish\</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>1</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
- <UseApplicationTrust>false</UseApplicationTrust>
- <PublishWizardCompleted>true</PublishWizardCompleted>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </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>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject />
- </PropertyGroup>
- <PropertyGroup>
- <ManifestCertificateThumbprint>A9B901F5ED8EFC305053EA7C6AAACF7517B86839</ManifestCertificateThumbprint>
- </PropertyGroup>
- <PropertyGroup>
- <ManifestKeyFile>SCC.Crawler_TemporaryKey.pfx</ManifestKeyFile>
- </PropertyGroup>
- <PropertyGroup>
- <GenerateManifests>true</GenerateManifests>
- </PropertyGroup>
- <PropertyGroup>
- <SignManifests>true</SignManifests>
- </PropertyGroup>
- <ItemGroup>
- <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\Quartz.dll</HintPath>
- </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.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="AutoCheckJob\AutoCheckDFJob\AutoCheckAnHui25X5Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckDF6J1Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckFJ31X7Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckFJ36X7Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckFuJian22x5Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckGD36X7Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckGDHC1Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckGuangDong26X5Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckGuangDongSZFCJob.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckGuangXiKLSCJob.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHBHYC2Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHBHYC3Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHD15X5Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHeBei20X5Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHeBeiPL5Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHeBeiPL7Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHeiLongJiang36x7Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHeiLongJiangLJFC22x5Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHeiLongJiangP62.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHeiLongJiangTC6J1Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHeNan22X5Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHuBei30X5Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckJSTC7WSJob.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckLiaoNingFC35X7Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckShangHaiTTCX4Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckXinJiangFC18X7Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckXinJiangFC25X7Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckXinJiangFC35X7Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckZJ20X5Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckZJ6+1Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckKJDLTJob.cs" />
- <Compile Include="AutoCheckJob\AutoCheckKJFC3DJob.cs" />
- <Compile Include="AutoCheckJob\AutoCheckKJP3Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckKJP5Job.cs" />
- <Compile Include="AutoCheckJob\AutoCheckKJQLCJob.cs" />
- <Compile Include="AutoCheckJob\AutoCheckKJQXCJob.cs" />
- <Compile Include="AutoCheckJob\AutoCheckKJSSQJob.cs" />
- <Compile Include="DT\AnHui25x5Job.cs" />
- <Compile Include="DT\DF6J1Job.cs" />
- <Compile Include="DT\FJ31X7Job.cs" />
- <Compile Include="DT\FJ36X7Job.cs" />
- <Compile Include="DT\FuJian22x5Job.cs" />
- <Compile Include="DT\GD36X7Job.cs" />
- <Compile Include="DT\GDHC1Job.cs" />
- <Compile Include="DT\GuangDong26X5Job.cs" />
- <Compile Include="DT\GuangDongSZFCJob.cs" />
- <Compile Include="DT\GuangXiKLSCJob.cs" />
- <Compile Include="DT\HaiNan4J1Job.cs" />
- <Compile Include="DT\HD15X5Job.cs" />
- <Compile Include="DT\HeBei20X5Job.cs" />
- <Compile Include="DT\HeBeiHYC2Job.cs" />
- <Compile Include="DT\HeBeiHYC3Job.cs" />
- <Compile Include="DT\HeBeiPL5Job.cs" />
- <Compile Include="DT\HeBeiPL7Job.cs" />
- <Compile Include="DT\HeiLongJiang36x7Job.cs" />
- <Compile Include="DT\HeiLongJiangLJFC22x5Job.cs" />
- <Compile Include="DT\HeiLongJiangP62Job.cs" />
- <Compile Include="DT\HeiLongJiangTC6J1Job.cs" />
- <Compile Include="DT\HeNan22X5Job.cs" />
- <Compile Include="DT\HongKongSMHLHCJob.cs" />
- <Compile Include="DT\HuBei30X5Job.cs" />
- <Compile Include="DT\JSTC7WSJob.cs" />
- <Compile Include="DT\LiaoNingFC35X7Job.cs" />
- <Compile Include="DT\ShangHaiTTCX4Job.cs" />
- <Compile Include="DT\TrendChart\ChartFunction.cs" />
- <Compile Include="DT\TrendChart\CssValueFunction.cs" />
- <Compile Include="DT\TrendChart\Extends.cs" />
- <Compile Include="DT\TrendChart\LotteryUtils.cs" />
- <Compile Include="DT\TrendChart\MultiValueFunction.cs" />
- <Compile Include="DT\TrendChart\SingleValueFunction.cs" />
- <Compile Include="DT\TrendChart\SpecialValueFunction.cs" />
- <Compile Include="DT\TrendChart\TrendChartHelper.cs" />
- <Compile Include="DT\TrendChart\TrendChartItemHelper.cs" />
- <Compile Include="DT\XinJiangFC18X7Job.cs" />
- <Compile Include="DT\XinJiangFC25X7Job.cs" />
- <Compile Include="DT\XinJiangFC35X7Job.cs" />
- <Compile Include="DT\XJ35X7Job.cs" />
- <Compile Include="DT\ZheJiang20x5Job.cs" />
- <Compile Include="DT\ZJTC6J1Job.cs" />
- <Compile Include="GP\AH11X5Job.cs" />
- <Compile Include="GP\AHK3Job.cs" />
- <Compile Include="GP\BeiJin11X5Job.cs" />
- <Compile Include="GP\BeiJingKZCJob.cs" />
- <Compile Include="GP\BJK3Job.cs" />
- <Compile Include="GP\BJKL8Job.cs" />
- <Compile Include="GP\BJPK10Job.cs" />
- <Compile Include="GP\ChongQingSSCJob.cs" />
- <Compile Include="GP\CQKL10FJob.cs" />
- <Compile Include="GP\FJ11X5Job.cs" />
- <Compile Include="GP\FuJianK3Job.cs" />
- <Compile Include="GP\GanSuK3Job.cs" />
- <Compile Include="GP\GD11X5Job.cs" />
- <Compile Include="GP\GDKL10FJob.cs" />
- <Compile Include="GP\GS11X5Job.cs" />
- <Compile Include="GP\GuangXi11X5Job.cs" />
- <Compile Include="GP\GuangXiK3Job.cs" />
- <Compile Include="GP\GuiZhou11X5Job.cs" />
- <Compile Include="GP\GuiZhouK3Job.cs" />
- <Compile Include="GP\GXKL10FJob.cs" />
- <Compile Include="GP\GZ11X5Job.cs" />
- <Compile Include="GP\HeBei11X5Job.cs" />
- <Compile Include="GP\HeBeiK3Job.cs" />
- <Compile Include="GP\HeiLongJiangKL10FJob.cs" />
- <Compile Include="GP\HeiLongJiangSSCJob.cs" />
- <Compile Include="GP\HeNanK3Job.cs" />
- <Compile Include="GP\HENKY481Job.cs" />
- <Compile Include="GP\HLJ11X5Job.cs" />
- <Compile Include="GP\HUB11X5Job.cs" />
- <Compile Include="GP\HUBK3Job.cs" />
- <Compile Include="GP\HUNKL10FJob.cs" />
- <Compile Include="GP\HUNXYSCJob.cs" />
- <Compile Include="GP\JiangXiK3Job.cs" />
- <Compile Include="GP\JL11X5Job.cs" />
- <Compile Include="GP\JLK3Job.cs" />
- <Compile Include="GP\JS11X5Job.cs" />
- <Compile Include="GP\JSK3Job.cs" />
- <Compile Include="GP\JX11X5Job.cs" />
- <Compile Include="GP\LN11x5Job.cs" />
- <Compile Include="GP\LNKL12Job.cs" />
- <Compile Include="GP\NMG11X5Job.cs" />
- <Compile Include="GP\NMGK3Job.cs" />
- <Compile Include="GP\QingHaiK3Job.cs" />
- <Compile Include="GP\SCKL12Job.cs" />
- <Compile Include="GP\SD11X5Job.cs" />
- <Compile Include="GP\SDKLPK3Job.cs" />
- <Compile Include="GP\SDQYHJob.cs" />
- <Compile Include="GP\SH11x5Job.cs" />
- <Compile Include="GP\ShangHaiK3Job.cs" />
- <Compile Include="GP\ShanXiTaiYuan11x5Job.cs" />
- <Compile Include="GP\ShanXiTaiYuanKL10FJob.cs" />
- <Compile Include="GP\ShanXiTaiYuanYTDJJob.cs" />
- <Compile Include="GP\ShanXiXiAn11x5Job.cs" />
- <Compile Include="GP\ShanXiXiAnKL10FJob.cs" />
- <Compile Include="GP\SHSSLJob.cs" />
- <Compile Include="GP\TianJin11X5Job.cs" />
- <Compile Include="GP\TianJinSSCJob.cs" />
- <Compile Include="GP\TJKL10FJob.cs" />
- <Compile Include="GP\XinJiangSSCJob.cs" />
- <Compile Include="GP\XinJiangXLCJob.cs" />
- <Compile Include="GP\XJ11X5Job.cs" />
- <Compile Include="GP\YN11X5Job.cs" />
- <Compile Include="GP\YunNanKL10FJob.cs" />
- <Compile Include="GP\YunNanSSCJob.cs" />
- <Compile Include="GP\ZJ11X5Job.cs" />
- <Compile Include="GP\ZJKL12Job.cs" />
- <Compile Include="JobManage.cs" />
- <Compile Include="LotteryGlossary\DLTGlossaryJob.cs" />
- <Compile Include="LotteryGlossary\FC3DGlossaryJob.cs" />
- <Compile Include="LotteryGlossary\P3GlossaryJob.cs" />
- <Compile Include="LotteryGlossary\QLCGlossaryJob.cs" />
- <Compile Include="LotteryGlossary\QXCGlossaryJob.cs" />
- <Compile Include="LotteryGlossary\SSQGlossaryJob.cs" />
- <Compile Include="LotteryNews\FC3DNewsJob.cs" />
- <Compile Include="LotteryNews\QLCNewsJob.cs" />
- <Compile Include="LotteryNews\QTNewsJob.cs" />
- <Compile Include="LotteryNews\SSQLotteryNewsJob.cs" />
- <Compile Include="LotteryNews\SSQZhongJiangNewsJob.cs" />
- <Compile Include="LotterySkill\CQSSCSkillJob.cs" />
- <Compile Include="LotterySkill\DLTSkillJob.cs" />
- <Compile Include="LotterySkill\FC3DSkillJob.cs" />
- <Compile Include="LotterySkill\KL123SkillJob.cs" />
- <Compile Include="LotterySkill\PL3SkillJob.cs" />
- <Compile Include="LotterySkill\QLCSkillJob.cs" />
- <Compile Include="LotterySkill\QXCSkillJob.cs" />
- <Compile Include="LotterySkill\QYHSkillJob.cs" />
- <Compile Include="LotterySkill\SHSSCSkillJob.cs" />
- <Compile Include="LotterySkill\SSqSkillJob.cs" />
- <Compile Include="LotterySkill\SYYDJSkillJob.cs" />
- <Compile Include="ProjectInstaller.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ProjectInstaller.Designer.cs">
- <DependentUpon>ProjectInstaller.cs</DependentUpon>
- </Compile>
- <Compile Include="QG\DLTJob.cs" />
- <Compile Include="QG\FC3DJob.cs" />
- <Compile Include="QG\P3Job.cs" />
- <Compile Include="QG\P5Job.cs" />
- <Compile Include="QG\QLCJob.cs" />
- <Compile Include="QG\QXCJob.cs" />
- <Compile Include="QG\SSQJob.cs" />
- <Compile Include="SendEmailJob.cs" />
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Service1.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Service1.Designer.cs">
- <DependentUpon>Service1.cs</DependentUpon>
- </Compile>
- <Compile Include="Tools\CheckDataHelper.cs" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="ProjectInstaller.resx">
- <DependentUpon>ProjectInstaller.cs</DependentUpon>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <None Include="app.config">
- <SubType>Designer</SubType>
- </None>
- <None Include="job_scheduling_data_2_0.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="log4net.config">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Include="packages.config">
- <SubType>Designer</SubType>
- </None>
- <None Include="SCC.Crawler_TemporaryKey.pfx" />
- <None Include="卸载.bat">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Include="安装.bat">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </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>
- <ProjectReference Include="..\SCC.Common\SCC.Common.csproj">
- <Project>{D32362DC-FF23-45A5-9EA9-18E3AC26E48B}</Project>
- <Name>SCC.Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\SCC.Interface\SCC.Interface.csproj">
- <Project>{1C91B09A-FF04-40C7-BC95-BADFF1771115}</Project>
- <Name>SCC.Interface</Name>
- </ProjectReference>
- <ProjectReference Include="..\SCC.Models\SCC.Models.csproj">
- <Project>{CB2988D4-4E7F-4F53-9CBA-4508B483F3CA}</Project>
- <Name>SCC.Models</Name>
- </ProjectReference>
- <ProjectReference Include="..\SCC.Services\SCC.Services.csproj">
- <Project>{08688BE4-FB60-4F1C-A129-87DAAA4EDD3E}</Project>
- <Name>SCC.Services</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Content Include="SCCConfig.xml">
- <SubType>Designer</SubType>
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- </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>
|