123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
- <Import Project="..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props')" />
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>
- </ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{CC852340-F360-4998-839E-D9F2E7971C51}</ProjectGuid>
- <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>CP.Web</RootNamespace>
- <AssemblyName>CP.Web</AssemblyName>
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
- <MvcBuildViews>false</MvcBuildViews>
- <UseIISExpress>true</UseIISExpress>
- <Use64BitIISExpress />
- <IISExpressSSLPort />
- <IISExpressAnonymousAuthentication />
- <IISExpressWindowsAuthentication />
- <IISExpressUseClassicPipelineMode />
- <UseGlobalApplicationHostFile />
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
- <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
- </Reference>
- <Reference Include="MC.ORM">
- <HintPath>..\dll\MC.ORM.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.DynamicData" />
- <Reference Include="System.Web.Entity" />
- <Reference Include="System.Web.ApplicationServices" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Web" />
- <Reference Include="System.Web.Extensions" />
- <Reference Include="System.Web.Abstractions" />
- <Reference Include="System.Web.Routing" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Web.Services" />
- <Reference Include="System.EnterpriseServices" />
- <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.Http">
- </Reference>
- <Reference Include="System.Net.Http.WebRequest">
- </Reference>
- <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.Optimization">
- <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
- </Reference>
- <Reference Include="ThoughtWorks.QRCode, Version=1.0.4778.30637, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\ThoughtWorks.QRCode.1.1.0\lib\ThoughtWorks.QRCode.dll</HintPath>
- </Reference>
- <Reference Include="WebGrease">
- <Private>True</Private>
- <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
- </Reference>
- <Reference Include="Antlr3.Runtime">
- <Private>True</Private>
- <HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Reference Include="Microsoft.ApplicationInsights">
- <HintPath>..\packages\Microsoft.ApplicationInsights.2.2.0\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.AI.Agent.Intercept">
- <HintPath>..\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.6\lib\net45\Microsoft.AI.Agent.Intercept.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.AI.DependencyCollector">
- <HintPath>..\packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\lib\net45\Microsoft.AI.DependencyCollector.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.AI.PerfCounterCollector">
- <HintPath>..\packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.AI.ServerTelemetryChannel">
- <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.AI.WindowsServer">
- <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\lib\net45\Microsoft.AI.WindowsServer.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.AI.Web">
- <HintPath>..\packages\Microsoft.ApplicationInsights.Web.2.2.0\lib\net45\Microsoft.AI.Web.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="App_Start\BundleConfig.cs" />
- <Compile Include="App_Start\FilterConfig.cs" />
- <Compile Include="App_Start\RouteConfig.cs" />
- <Compile Include="ChartViewModel.cs" />
- <Compile Include="Controllers\ErrorController.cs" />
- <Compile Include="Controllers\fc22x5\Fc22x5Controller.cs" />
- <Compile Include="Controllers\fc22x5\Fc22x5ToolController.cs" />
- <Compile Include="Controllers\fchebeihyc2\Fchebeibyc2ZstBaseController.cs" />
- <Compile Include="Controllers\fchebeihyc2\Fchebeihyc2ZstController.cs" />
- <Compile Include="Controllers\fchebeihyc3\Fchebeibyc3ZstBaseController.cs" />
- <Compile Include="Controllers\fchebeihyc3\Fchebeihyc3ZstController.cs" />
- <Compile Include="Controllers\fchebeip5\Fchebeipl5BaseController.cs" />
- <Compile Include="Controllers\fchebeip5\Fchebeipl5ZstController.cs" />
- <Compile Include="Controllers\fchebeipl7\Fchebeipl7BaseController.cs" />
- <Compile Include="Controllers\fchebeipl7\Fchebeipl7ZstController.cs" />
- <Compile Include="Controllers\fchljp62\Fchljp62ZstBaseController.cs" />
- <Compile Include="Controllers\fchljp62\Fchljp62ZstController.cs" />
- <Compile Include="Controllers\fcah25x5\Fcah25x5ZstBaseController.cs" />
- <Compile Include="Controllers\fcah25x5\Fcah25x5ZstController.cs" />
- <Compile Include="Controllers\fcdf61\Fcdf61ZstBaseController.cs" />
- <Compile Include="Controllers\fcdf61\Fcdf61ZstController.cs" />
- <Compile Include="Controllers\dlt\DltGjBaseController.cs" />
- <Compile Include="Controllers\dlt\DltGjController.cs" />
- <Compile Include="Controllers\dlt\DltZstBaseController.cs" />
- <Compile Include="Controllers\dlt\DltZstController.cs" />
- <Compile Include="Controllers\fcgxklsc\FcgxklscZstBaseController.cs" />
- <Compile Include="Controllers\fcgxklsc\FcgxklscZstController.cs" />
- <Compile Include="Controllers\fchongkong\Fchongkong6hcBaseController.cs" />
- <Compile Include="Controllers\fchongkong\Fchongkong6hcZstController.cs" />
- <Compile Include="Controllers\fcshttcx4\Fcshttcx4BaseController.cs" />
- <Compile Include="Controllers\fcshttcx4\Fcshttcx4ZstController.cs" />
- <Compile Include="Controllers\gp\qt\TcbjkzcBaseController.cs" />
- <Compile Include="Controllers\gp\qt\TcbjkzcZstController.cs" />
- <Compile Include="Controllers\gp\ssc\BasesscZstController.cs" />
- <Compile Include="Controllers\gp\ssc\CqsscController.cs" />
- <Compile Include="Controllers\gp\ssc\HljsscController.cs" />
- <Compile Include="Controllers\gp\ssc\TjsscController.cs" />
- <Compile Include="Controllers\gp\ssc\XjsscController.cs" />
- <Compile Include="Controllers\gp\ssc\YnsscController.cs" />
- <Compile Include="Controllers\tcfj22x5\Tcfj22x5ZstBaseController.cs" />
- <Compile Include="Controllers\tcfj22x5\Tcfj22x5ZstController.cs" />
- <Compile Include="Controllers\fcgd26X5\Fcgd26x5ZstBaseController.cs" />
- <Compile Include="Controllers\fcgd26X5\Fcgd26x5ZstController.cs" />
- <Compile Include="Controllers\fchb30x5\Fchb30x5ZstBaseController.cs" />
- <Compile Include="Controllers\fchb30x5\Fchb30x5ZstController.cs" />
- <Compile Include="Controllers\fchd15x5\Fchd15x5ZstBaseController.cs" />
- <Compile Include="Controllers\fchd15x5\Fchd15x5ZstController.cs" />
- <Compile Include="Controllers\fchebei20x5\Fchebei20x5ZstBaseController.cs" />
- <Compile Include="Controllers\fchebei20x5\Fchebei20x5ZstController.cs" />
- <Compile Include="Controllers\tczj20x5\Tczj20x5ZstBaseController.cs" />
- <Compile Include="Controllers\tczj20x5\Tczj20x5ZstController.cs" />
- <Compile Include="Controllers\fchlj22x5\Fchlj22x5ZstBaseController.cs" />
- <Compile Include="Controllers\fchlj22x5\Fchlj22x5ZstController.cs" />
- <Compile Include="Controllers\fchlj36x7\Fchlj36x7ZstBaseController.cs" />
- <Compile Include="Controllers\fchlj36x7\Fchlj36x7ZstController.cs" />
- <Compile Include="Controllers\fchn22x5\Fchn22x5ZstBaseController.cs" />
- <Compile Include="Controllers\fchn22x5\Fchn22x5ZstController.cs" />
- <Compile Include="Controllers\fcln35x7\Fcln35x7ZstBaseController.cs" />
- <Compile Include="Controllers\fcln35x7\Fcln35x7ZstController.cs" />
- <Compile Include="Controllers\fcny36x7\Fcny36x7ZstBaseController.cs" />
- <Compile Include="Controllers\fcny36x7\Fcny36x7ZstController.cs" />
- <Compile Include="Controllers\fcsd\FcsdController.cs" />
- <Compile Include="Controllers\fcsd\FcsdToolController.cs" />
- <Compile Include="Controllers\fcsd\FcsdYlBaseController.cs" />
- <Compile Include="Controllers\fcsd\FcsdYlController.cs" />
- <Compile Include="Controllers\fcxj18x7Zst\Fcxj18x7ZstBaseController.cs" />
- <Compile Include="Controllers\fcxj18x7Zst\Fcxj18x7ZstController.cs" />
- <Compile Include="Controllers\fcxj35x7\Fcxj35x7ZstBaseController.cs" />
- <Compile Include="Controllers\fcxj35x7\Fcxj35x7ZstController.cs" />
- <Compile Include="Controllers\gdhc1\Gdhc1ZstBaseController.cs" />
- <Compile Include="Controllers\gdhc1\Gdhc1ZstController.cs" />
- <Compile Include="Controllers\gp\11x5\Bj11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Gd11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Base11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Ah11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Gx11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Gz11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Heb11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Hb11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Jx11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Jl11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Tj11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Yn11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Zj11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Sh11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Fj11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Gs11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Js11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Hlj11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Sd11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Nmg11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Shanx11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Sx11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Ln11x5Controller.cs" />
- <Compile Include="Controllers\gp\11x5\Xj11x5Controller.cs" />
- <Compile Include="Controllers\gp\k3\Bjk3Controller.cs" />
- <Compile Include="Controllers\gp\k3\Fjk3Controller.cs" />
- <Compile Include="Controllers\gp\k3\Gsk3Controller%29.cs" />
- <Compile Include="Controllers\gp\k3\Gxk3Controller.cs" />
- <Compile Include="Controllers\gp\k3\Gzk3Controller%29.cs" />
- <Compile Include="Controllers\gp\k3\Hbk3Controller.cs" />
- <Compile Include="Controllers\gp\k3\Hnk3Controller%29.cs" />
- <Compile Include="Controllers\gp\k3\Jlk3Controller.cs" />
- <Compile Include="Controllers\gp\k3\Jxk3Controller.cs" />
- <Compile Include="Controllers\gp\k3\Nmgk3Controller.cs" />
- <Compile Include="Controllers\gp\k3\Basek3Controller.cs" />
- <Compile Include="Controllers\gp\k3\Ahk3Controller.cs" />
- <Compile Include="Controllers\gp\k3\Hebk3Controller.cs" />
- <Compile Include="Controllers\gp\k3\Jsk3Controller.cs" />
- <Compile Include="Controllers\gp\k3\Qhk3Controller.cs" />
- <Compile Include="Controllers\gp\k3\Shk3Controller.cs" />
- <Compile Include="Controllers\gp\kl12\Zjkl12Controller.cs" />
- <Compile Include="Controllers\gp\kl12\Lnkl12Controller.cs" />
- <Compile Include="Controllers\gp\kl12\Sckl12Controller.cs" />
- <Compile Include="Controllers\gp\kl12\Basekl12Controller.cs" />
- <Compile Include="Controllers\gp\klsf\Hljkl10fController.cs" />
- <Compile Include="Controllers\gp\klsf\Cqkl10fController.cs" />
- <Compile Include="Controllers\gp\klsf\Ynkl10fController.cs" />
- <Compile Include="Controllers\gp\klsf\Hnkl10fController.cs" />
- <Compile Include="Controllers\gp\klsf\Tjkl10fController.cs" />
- <Compile Include="Controllers\gp\klsf\Gdkl10fController.cs" />
- <Compile Include="Controllers\gp\klsf\Gxkl10fController.cs" />
- <Compile Include="Controllers\gp\qt\BaseshsslController.cs" />
- <Compile Include="Controllers\gp\qt\Fcbjkl8BaseController.cs" />
- <Compile Include="Controllers\gp\qt\Fcbjkl8Controller.cs" />
- <Compile Include="Controllers\gp\qt\Fcbjpk10BaseController.cs" />
- <Compile Include="Controllers\gp\qt\Fcbjpk10Controller.cs" />
- <Compile Include="Controllers\gp\qt\FcsdqyhBaseController.cs" />
- <Compile Include="Controllers\gp\qt\FcsdqyhController.cs" />
- <Compile Include="Controllers\gp\qt\FcshsslController.cs" />
- <Compile Include="Controllers\gp\klsf\Sxkl10fController.cs" />
- <Compile Include="Controllers\gp\klsf\Basekl10fController.cs" />
- <Compile Include="Controllers\gp\qt\TchnxyscBaseController.cs" />
- <Compile Include="Controllers\gp\qt\TchnxyscController.cs" />
- <Compile Include="Controllers\gp\qt\Tcsdklpk3BaseController.cs" />
- <Compile Include="Controllers\gp\qt\Tcsdklpk3Controller.cs" />
- <Compile Include="Controllers\gp\qt\TchnytdjBaseController.cs" />
- <Compile Include="Controllers\gp\qt\TchnytdjController.cs" />
- <Compile Include="Controllers\help\HelpController.cs" />
- <Compile Include="Controllers\gp\qt\TcsxytdjBaseController.cs" />
- <Compile Include="Controllers\gp\qt\TcsxytdjController.cs" />
- <Compile Include="Controllers\HomeController.cs" />
- <Compile Include="Controllers\MainController.cs" />
- <Compile Include="Controllers\notic\NoticeController.cs" />
- <Compile Include="Controllers\skills\SkillsController.cs" />
- <Compile Include="Controllers\qlc\QlcController.cs" />
- <Compile Include="Controllers\qlc\QlcToolController.cs" />
- <Compile Include="Controllers\qxc\QxcToolController.cs" />
- <Compile Include="Controllers\Shared\SharedController.cs" />
- <Compile Include="Controllers\ssq\SsqGjBaseController.cs" />
- <Compile Include="Controllers\qxc\QxcController.cs" />
- <Compile Include="Controllers\ssq\SsqGjController.cs" />
- <Compile Include="Controllers\ssq\SsqYlController.cs" />
- <Compile Include="Controllers\ssq\SsqZstBaseController.cs" />
- <Compile Include="Controllers\ssq\SsqYlBaseController.cs" />
- <Compile Include="Controllers\ssq\SsqZstController.cs" />
- <Compile Include="Controllers\fcszfc35x7\Fcszfc35x7ZstBaseController.cs" />
- <Compile Include="Controllers\fcszfc35x7\Fcszfc35x7ZstController.cs" />
- <Compile Include="Controllers\TbController.cs" />
- <Compile Include="Controllers\tcfj31x7\Tcfj31x7ZstBaseController.cs" />
- <Compile Include="Controllers\tcfj31x7\Tcfj31x7ZstController.cs" />
- <Compile Include="Controllers\tcfj36x7\Tcfj36x7ZstBaseController.cs" />
- <Compile Include="Controllers\tcfj36x7\Tcfj36x7ZstController.cs" />
- <Compile Include="Controllers\tchlj61\Tchlj61ZstBaseController.cs" />
- <Compile Include="Controllers\tchlj61\Tchlj61ZstController.cs" />
- <Compile Include="Controllers\tchn41\Tchn41ZstBaseController.cs" />
- <Compile Include="Controllers\tchn41\Tchn41ZstController.cs" />
- <Compile Include="Controllers\tcjs7ws\Tcjs7wsZstBaseController.cs" />
- <Compile Include="Controllers\tcjs7ws\Tcjs7wsZstController.cs" />
- <Compile Include="Controllers\tcp3\Tcp3Controller.cs" />
- <Compile Include="Controllers\tcp3\Tcp3ToolController.cs" />
- <Compile Include="Controllers\tcp3\Tcp3YlBaseController.cs" />
- <Compile Include="Controllers\tcp3\Tcp3YlController.cs" />
- <Compile Include="Controllers\tcp5\Tcp5Controller.cs" />
- <Compile Include="Controllers\tcp5\Tcp5ToolController.cs" />
- <Compile Include="Controllers\term\TermController.cs" />
- <Compile Include="Controllers\ToolDownloadController.cs" />
- <Compile Include="Controllers\tczj61\Tczj61ZstController.cs" />
- <Compile Include="Controllers\tczj61\Tczjj61ZstBaseController.cs" />
- <Compile Include="Controllers\fcxj25x7Zst\Fcxj25x7ZstBaseController.cs" />
- <Compile Include="Controllers\fcxj25x7Zst\Fcxj25x7ZstController.cs" />
- <Compile Include="Controllers\zslist\zslistController.cs" />
- <Compile Include="Controllers\ZtController.cs" />
- <Compile Include="Global.asax.cs">
- <DependentUpon>Global.asax</DependentUpon>
- </Compile>
- <Compile Include="PageFunc.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Statics.cs" />
- <Compile Include="TrendChartSearchField.cs" />
- <Compile Include="ZstOutHelp.cs" />
- <Compile Include="ZtUtil.cs" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="about\aboutus.html" />
- <Content Include="about\adout_us.gif" />
- <Content Include="about\copyright.html" />
- <Content Include="about\dhs_06.gif" />
- <Content Include="about\dhs_08.gif" />
- <Content Include="about\dhs_10.gif" />
- <Content Include="about\dhs_12.gif" />
- <Content Include="about\dh_06.gif" />
- <Content Include="about\dh_08.gif" />
- <Content Include="about\dh_10.gif" />
- <Content Include="about\dh_12.gif" />
- <Content Include="about\logo.gif" />
- <Content Include="about\logo.png" />
- <Content Include="about\logokjh.jpg" />
- <Content Include="about\logotk.png" />
- <Content Include="about\logozx.png" />
- <Content Include="about\map.html" />
- <Content Include="about\maps.gif" />
- <Content Include="about\min_bg.gif" />
- <Content Include="about\qq.png" />
- <Content Include="about\relation.html" />
- <Content Include="about\wenm.gif" />
- <Content Include="about\zhen.gif" />
- <Content Include="Config\LotteryCode.xml" />
- <Content Include="favicon.ico" />
- <Content Include="Global.asax" />
- <Content Include="ApplicationInsights.config">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="static\carousel\css\ft-carousel.css" />
- <Content Include="static\carousel\img\002.png" />
- <Content Include="static\carousel\img\01.png" />
- <Content Include="static\carousel\img\02.png" />
- <Content Include="static\carousel\img\03.png" />
- <Content Include="static\carousel\img\04.png" />
- <Content Include="static\carousel\img\11.jpg" />
- <Content Include="static\carousel\img\a1.jpg" />
- <Content Include="static\carousel\img\a2.jpg" />
- <Content Include="static\carousel\img\a3.jpg" />
- <Content Include="static\carousel\img\lunbo.png" />
- <Content Include="static\carousel\img\next.png" />
- <Content Include="static\carousel\img\prev.png" />
- <Content Include="static\carousel\js\ft-carousel.min.js" />
- <Content Include="static\carousel\js\jquery.min.js" />
- <Content Include="static\css\base.css" />
- <Content Include="static\css\charts.css" />
- <Content Include="static\css\charts.min.css" />
- <Content Include="static\css\font\iconfont.svg" />
- <Content Include="static\css\hb.css" />
- <Content Include="static\css\iconfont.css" />
- <Content Include="static\css\jquery.fancybox.css" />
- <Content Include="static\css\special.css" />
- <Content Include="static\css\tool.css" />
- <Content Include="static\css\tool.min.css" />
- <Content Include="static\hc\exporting.js" />
- <Content Include="static\hc\highcharts.js" />
- <Content Include="static\images\00.gif" />
- <Content Include="static\images\404.jpg" />
- <Content Include="static\images\55128.png" />
- <Content Include="static\images\666.jpg" />
- <Content Include="static\images\ac_down.gif" />
- <Content Include="static\images\area.png" />
- <Content Include="static\images\box_blue.gif" />
- <Content Include="static\images\box_hui.gif" />
- <Content Include="static\images\box_red.gif" />
- <Content Include="static\images\ch_ball.gif" />
- <Content Include="static\images\close.gif" />
- <Content Include="static\images\close_h.gif" />
- <Content Include="static\images\color_cz.png" />
- <Content Include="static\images\czicon\22x5.png" />
- <Content Include="static\images\czicon\fcah25x5.png" />
- <Content Include="static\images\czicon\fcahk3.png" />
- <Content Include="static\images\czicon\fcbjk3.png" />
- <Content Include="static\images\czicon\fcbjkl8.png" />
- <Content Include="static\images\czicon\fcbjpk10.png" />
- <Content Include="static\images\czicon\fccqkl10f.png" />
- <Content Include="static\images\czicon\fccqssc.png" />
- <Content Include="static\images\czicon\fcdf61.png" />
- <Content Include="static\images\czicon\fcfjk3.png" />
- <Content Include="static\images\czicon\fcgd26x5.png" />
- <Content Include="static\images\czicon\fcgdkl10f.png" />
- <Content Include="static\images\czicon\fcgsk3.png" />
- <Content Include="static\images\czicon\fcgxk3.png" />
- <Content Include="static\images\czicon\fcgxkl10f.png" />
- <Content Include="static\images\czicon\fcgxklsc.png" />
- <Content Include="static\images\czicon\fcgzk3.png" />
- <Content Include="static\images\czicon\fchb30x5.png" />
- <Content Include="static\images\czicon\fchbk3.png" />
- <Content Include="static\images\czicon\fchd15x5.png" />
- <Content Include="static\images\czicon\fchebei20x5.png" />
- <Content Include="static\images\czicon\fchebeihyc2.png" />
- <Content Include="static\images\czicon\fchebeihyc3.png" />
- <Content Include="static\images\czicon\fchebeipl5.png" />
- <Content Include="static\images\czicon\fchebeipl7.png" />
- <Content Include="static\images\czicon\fchebk3.png" />
- <Content Include="static\images\czicon\fchlj22x5.png" />
- <Content Include="static\images\czicon\fchlj36x7.png" />
- <Content Include="static\images\czicon\fchljkl10f.png" />
- <Content Include="static\images\czicon\fchljp62.png" />
- <Content Include="static\images\czicon\fchljssc.png" />
- <Content Include="static\images\czicon\fchn22x5.png" />
- <Content Include="static\images\czicon\fchnk3.png" />
- <Content Include="static\images\czicon\fchnkl10f.png" />
- <Content Include="static\images\czicon\fcjlk3.png" />
- <Content Include="static\images\czicon\fcjsk3.png" />
- <Content Include="static\images\czicon\fcjxk3.png" />
- <Content Include="static\images\czicon\fcln35x7.png" />
- <Content Include="static\images\czicon\fclnkl12.png" />
- <Content Include="static\images\czicon\fcnmgk3.png" />
- <Content Include="static\images\czicon\fcny36x7.png" />
- <Content Include="static\images\czicon\fcqhk3.png" />
- <Content Include="static\images\czicon\fcqlc.png" />
- <Content Include="static\images\czicon\fcsckl12.png" />
- <Content Include="static\images\czicon\fcsd.png" />
- <Content Include="static\images\czicon\fcsdqyh.png" />
- <Content Include="static\images\czicon\fcshanxkl10f.png" />
- <Content Include="static\images\czicon\fcshk3.png" />
- <Content Include="static\images\czicon\fcshssl.png" />
- <Content Include="static\images\czicon\fcshttc4.png" />
- <Content Include="static\images\czicon\fcssq.png" />
- <Content Include="static\images\czicon\fcsxkl10f.png" />
- <Content Include="static\images\czicon\fcsz35x7.png" />
- <Content Include="static\images\czicon\fctjkl10f.png" />
- <Content Include="static\images\czicon\fctjssc.png" />
- <Content Include="static\images\czicon\fcxj18x7.png" />
- <Content Include="static\images\czicon\fcxj25x7.png" />
- <Content Include="static\images\czicon\fcxj35x7.png" />
- <Content Include="static\images\czicon\fcxjssc.png" />
- <Content Include="static\images\czicon\fcxjxlc.png" />
- <Content Include="static\images\czicon\fcynkl10f.png" />
- <Content Include="static\images\czicon\fcynssc.png" />
- <Content Include="static\images\czicon\fczjkl12.png" />
- <Content Include="static\images\czicon\gdhc1.png" />
- <Content Include="static\images\czicon\tcah11x5.png" />
- <Content Include="static\images\czicon\tcbj11x5.png" />
- <Content Include="static\images\czicon\tcbjkzc.png" />
- <Content Include="static\images\czicon\tcdlt.png" />
- <Content Include="static\images\czicon\tcfj11x5.png" />
- <Content Include="static\images\czicon\tcfj22x5.png" />
- <Content Include="static\images\czicon\tcfj31x7.png" />
- <Content Include="static\images\czicon\tcfj36x7.png" />
- <Content Include="static\images\czicon\tcgd11x5.png" />
- <Content Include="static\images\czicon\tcgs11x5.png" />
- <Content Include="static\images\czicon\tcgx11x5.png" />
- <Content Include="static\images\czicon\tcgz11x5.png" />
- <Content Include="static\images\czicon\tchb11x5.png" />
- <Content Include="static\images\czicon\tcheb11x5.png" />
- <Content Include="static\images\czicon\tchlj11x5.png" />
- <Content Include="static\images\czicon\tchlj61.png" />
- <Content Include="static\images\czicon\tchn41.png" />
- <Content Include="static\images\czicon\tchnky481.png" />
- <Content Include="static\images\czicon\tchnxysc.png" />
- <Content Include="static\images\czicon\tcjl11x5.png" />
- <Content Include="static\images\czicon\tcjs11x5.png" />
- <Content Include="static\images\czicon\tcjs7ws.png" />
- <Content Include="static\images\czicon\tcjx11x5.png" />
- <Content Include="static\images\czicon\tcln11x5.png" />
- <Content Include="static\images\czicon\tcnmg11x5.png" />
- <Content Include="static\images\czicon\tcp3.png" />
- <Content Include="static\images\czicon\tcp5.png" />
- <Content Include="static\images\czicon\tcqxc.png" />
- <Content Include="static\images\czicon\tcsd11x5.png" />
- <Content Include="static\images\czicon\tcsdklpk3.png" />
- <Content Include="static\images\czicon\tcsh11x5.png" />
- <Content Include="static\images\czicon\tcshanx11x5.png" />
- <Content Include="static\images\czicon\tcsx11x5.png" />
- <Content Include="static\images\czicon\tcsxytdj.png" />
- <Content Include="static\images\czicon\tctj11x5.png" />
- <Content Include="static\images\czicon\tcxj11x5.png" />
- <Content Include="static\images\czicon\tcyn11x5.png" />
- <Content Include="static\images\czicon\tczj11x5.png" />
- <Content Include="static\images\czicon\tczj61.png" />
- <Content Include="static\images\down.gif" />
- <Content Include="static\images\fancybox\blank.gif" />
- <Content Include="static\images\fancybox\close.gif" />
- <Content Include="static\images\fancybox\close_h.gif" />
- <Content Include="static\images\fancybox\fancybox_loading%402x.gif" />
- <Content Include="static\images\fancybox\fancybox_loading.gif" />
- <Content Include="static\images\fancybox\fancybox_overlay.png" />
- <Content Include="static\images\fancybox\fancybox_sprite%402x.png" />
- <Content Include="static\images\fancybox\fancybox_sprite.png" />
- <Content Include="static\images\fancybox\jquery.fancybox-1.3.4.css" />
- <Content Include="static\images\fancybox\jquery.fancybox-1.3.4.js" />
- <Content Include="static\images\fancybox\jquery.fancybox.css" />
- <Content Include="static\images\fancybox\jquery.fancybox.js" />
- <Content Include="static\images\fancybox\jquery.fancybox.pack.js" />
- <Content Include="static\images\gray_ball.gif" />
- <Content Include="static\images\green_ball.gif" />
- <Content Include="static\images\hb.png" />
- <Content Include="static\images\hm_order.gif" />
- <Content Include="static\images\lh_ball.gif" />
- <Content Include="static\images\red_ball_1.gif" />
- <Content Include="static\images\red_ball_2.gif" />
- <Content Include="static\images\128.png" />
- <Content Include="static\images\128index.png" />
- <Content Include="static\images\128zst.jpg" />
- <Content Include="static\images\ad.jpg" />
- <Content Include="static\images\back_old.gif" />
- <Content Include="static\images\back_old_01.gif" />
- <Content Include="static\images\back_old_small.gif" />
- <Content Include="static\images\bagua.jpg" />
- <Content Include="static\images\ball-frame.gif" />
- <Content Include="static\images\ball_01.png" />
- <Content Include="static\images\blue_ball.gif" />
- <Content Include="static\images\beian.png" />
- <Content Include="static\images\bg_01_03.gif" />
- <Content Include="static\images\biaoji.gif" />
- <Content Include="static\images\blueline.gif" />
- <Content Include="static\images\buy.gif" />
- <Content Include="static\images\chart-bg.png" />
- <Content Include="static\images\chart-icon.png" />
- <Content Include="static\images\chartball-small.png" />
- <Content Include="static\images\chartball.png" />
- <Content Include="static\images\chartBall01.gif" />
- <Content Include="static\images\chartBall02.gif" />
- <Content Include="static\images\chartBall03.gif" />
- <Content Include="static\images\chartBall04.gif" />
- <Content Include="static\images\chartBall05.gif" />
- <Content Include="static\images\chartBall06.gif" />
- <Content Include="static\images\chartBall07.gif" />
- <Content Include="static\images\chartBall08.gif" />
- <Content Include="static\images\chartBall09.gif" />
- <Content Include="static\images\chartBall10.gif" />
- <Content Include="static\images\chartBall11.gif" />
- <Content Include="static\images\close.png" />
- <Content Include="static\images\Column\04a0bae4-d2ba-4800-b04e-4c94d01241dd.jpg" />
- <Content Include="static\images\Column\0bb3dc1d-3817-4aa3-8078-ac4d2ce5a236.jpg" />
- <Content Include="static\images\Column\0f4f60e8-b871-4af0-95ae-479884e74cf3.jpg" />
- <Content Include="static\images\Column\139da99c-914e-4f27-80aa-cda8271f5a1d.jpg" />
- <Content Include="static\images\Column\215cda4d-c8d9-4e1f-b629-3676dde3f012.jpg" />
- <Content Include="static\images\Column\2bc17dce-9747-4d0a-b3a0-034803457766.jpg" />
- <Content Include="static\images\Column\37594ec9-837f-4941-9f44-cc172add101f.jpg" />
- <Content Include="static\images\Column\3a52cd72-2932-4d2d-a30f-4a22df4aa11c.jpg" />
- <Content Include="static\images\Column\3deb744f-3dc8-429e-a15c-1fc41af4da79.jpg" />
- <Content Include="static\images\Column\3ef870a9-5962-4b6e-a2e9-42ecfc1ae06b.jpg" />
- <Content Include="static\images\Column\475aee8b-774e-45ae-b9a7-de87d89a88cf.jpg" />
- <Content Include="static\images\Column\48979033-2372-4117-bfa9-2593b9e44891.jpg" />
- <Content Include="static\images\Column\603e7b85-a56b-4188-b9d4-0618487d403f.jpg" />
- <Content Include="static\images\Column\625616ec-1192-49fa-bd5e-715dafc5daa5.jpg" />
- <Content Include="static\images\Column\6e5eca81-652c-4d04-9b9e-676c4e89310e.jpg" />
- <Content Include="static\images\Column\72369698-fa7e-4d06-8185-eff94e3a11f2.jpg" />
- <Content Include="static\images\Column\834f1922-dc9c-41f1-bed1-ffad2d5ae9de.jpg" />
- <Content Include="static\images\Column\8416b500-0136-4104-ba75-615365d375b0.jpg" />
- <Content Include="static\images\Column\84494200-cb71-4459-83d8-a416a9d15e16.jpg" />
- <Content Include="static\images\Column\8586dd32-76bc-4290-a30f-9881ce7146d2.jpg" />
- <Content Include="static\images\Column\8a758cfc-51fe-4ac1-b63a-4b66454ae475.jpg" />
- <Content Include="static\images\Column\8d87dfbe-5174-4b3f-a567-074c1267409f.jpg" />
- <Content Include="static\images\Column\902558b4-58bd-4bc9-bbcd-70dad550f949.jpg" />
- <Content Include="static\images\Column\9111e71e-a4a3-4ed4-935d-8d1078dab9a0.jpg" />
- <Content Include="static\images\Column\92bf2db9-646b-4a2c-8b67-bd976cb821f8.jpg" />
- <Content Include="static\images\Column\98a531a8-a46c-4b4f-9301-35dd55d00989.jpg" />
- <Content Include="static\images\Column\9cb837a6-85c1-4b15-bf18-e028f613f39c.jpg" />
- <Content Include="static\images\Column\9e8c5f5e-f7b6-475c-9a4c-7850fd57e4fd.jpg" />
- <Content Include="static\images\Column\a109e27b-f63c-400e-a053-2a979fef5426.jpg" />
- <Content Include="static\images\Column\a11ece7d-36f6-4f38-8a4e-8d8891d994d1.jpg" />
- <Content Include="static\images\Column\a2fe5d09-caf7-43bb-80c0-78c8af94c9fd.jpg" />
- <Content Include="static\images\Column\a84425b8-e569-40ce-87f6-65aadd7bbfff.jpg" />
- <Content Include="static\images\Column\a89d412c-7274-4a0e-983f-b6b6bd7ad297.jpg" />
- <Content Include="static\images\Column\a8daebd1-ae83-47e5-97aa-655ef02f2215.jpg" />
- <Content Include="static\images\Column\aa2ea611-a989-43f9-913b-1c10756958d4.jpg" />
- <Content Include="static\images\Column\acc1ce77-de24-440f-9638-daba5a640526.jpg" />
- <Content Include="static\images\Column\ad58a953-6f1a-40a6-9c42-893f4eea0fac.jpg" />
- <Content Include="static\images\Column\ad68a267-5568-4c1a-9e06-ed8667f84f55.jpg" />
- <Content Include="static\images\Column\b6c075e1-1eb5-476a-9c2e-3eeb70c5f937.jpg" />
- <Content Include="static\images\Column\bad269ac-b38c-4c09-bb8e-6a59e2dc713e.jpg" />
- <Content Include="static\images\Column\bc82790a-4f6f-4e6b-b222-7e8a09551efe.jpg" />
- <Content Include="static\images\Column\c5945a4f-634e-48fd-b083-92ed3ab870a3.jpg" />
- <Content Include="static\images\Column\d68da569-3fd9-4196-98d5-8fb17f6d3e8e.jpg" />
- <Content Include="static\images\Column\d8e1289c-9b2e-4eb1-b399-8a0bac75d286.jpg" />
- <Content Include="static\images\Column\df8114bd-dfa0-491a-99a1-3c88fb5a6814.jpg" />
- <Content Include="static\images\Column\e5e72428-3b59-403a-86ce-0361725fc700.jpg" />
- <Content Include="static\images\Column\e6a47980-b101-49c6-9f26-faf5e8844da2.jpg" />
- <Content Include="static\images\Column\ea96314c-29e7-4889-8600-1f900f4adf42.jpg" />
- <Content Include="static\images\Column\efecc939-8efd-4030-8dfe-766ae878afc1.jpg" />
- <Content Include="static\images\Column\f4ec72a5-e640-4fbb-ac9b-b106f54495da.jpg" />
- <Content Include="static\images\Column\f61fc586-7871-4130-b105-189469393c85.jpg" />
- <Content Include="static\images\Column\fc455d80-aef5-4555-8c83-69959f6c0534.jpg" />
- <Content Include="static\images\Column\fded02d4-929a-4307-9adf-df4f1b590d04.jpg" />
- <Content Include="static\images\Column\fe974977-99fd-47b2-8dbe-4304b9857438.jpg" />
- <Content Include="static\images\Column\fec8b988-b4a3-4235-875b-333fe5157038.jpg" />
- <Content Include="static\images\cplogo-36.gif" />
- <Content Include="static\images\cplogo_30.gif" />
- <Content Include="static\images\cplogo_36.gif" />
- <Content Include="static\images\cplogo_72.gif" />
- <Content Include="static\images\cz_banner_bg.gif" />
- <Content Include="static\images\dcsj_01.gif" />
- <Content Include="static\images\del.gif" />
- <Content Include="static\images\download.gif" />
- <Content Include="static\images\fc.gif" />
- <Content Include="static\images\gp.gif" />
- <Content Include="static\images\icon.gif" />
- <Content Include="static\images\icon.png" />
- <Content Include="static\images\icon1.png" />
- <Content Include="static\images\icon_01.png" />
- <Content Include="static\images\icon_02.png" />
- <Content Include="static\images\ico_index.png" />
- <Content Include="static\images\ikcl-01.png" />
- <Content Include="static\images\img_06.jpg" />
- <Content Include="static\images\img_07.jpg" />
- <Content Include="static\images\img_08.jpg" />
- <Content Include="static\images\img_09.jpg" />
- <Content Include="static\images\img_10.jpg" />
- <Content Include="static\images\img_11.jpg" />
- <Content Include="static\images\jiou.png" />
- <Content Include="static\images\kancaila_100.jpg" />
- <Content Include="static\images\kancaila_100.png" />
- <Content Include="static\images\kancaila_120.jpg" />
- <Content Include="static\images\kjh_ball.gif" />
- <Content Include="static\images\kjh_logo.gif" />
- <Content Include="static\images\kjh_top_bg.gif" />
- <Content Include="static\images\kjss.gif" />
- <Content Include="static\images\kscx.gif" />
- <Content Include="static\images\ksfx.gif" />
- <Content Include="static\images\ksjs.gif" />
- <Content Include="static\images\ksxh.gif" />
- <Content Include="static\images\ksyj_01.gif" />
- <Content Include="static\images\kszh.gif" />
- <Content Include="static\images\label.gif" />
- <Content Include="static\images\line-blue.gif" />
- <Content Include="static\images\line-purple.gif" />
- <Content Include="static\images\line-red.gif" />
- <Content Include="static\images\line.jpg" />
- <Content Include="static\images\line_03.png" />
- <Content Include="static\images\logo-1.png" />
- <Content Include="static\images\logo.gif" />
- <Content Include="static\images\lot-high.jpg" />
- <Content Include="static\images\lot.gif" />
- <Content Include="static\images\lottery-logo-36.png" />
- <Content Include="static\images\lottery-logo.png" />
- <Content Include="static\images\lottery_logo.png" />
- <Content Include="static\images\message.jpg" />
- <Content Include="static\images\more.gif" />
- <Content Include="static\images\more.png" />
- <Content Include="static\images\p3_message.jpg" />
- <Content Include="static\images\phone_icon.gif" />
- <Content Include="static\images\phone_icon.jpg" />
- <Content Include="static\images\pnohe_icon.png" />
- <Content Include="static\images\poker.png" />
- <Content Include="static\images\Recruitment1-15.jpg" />
- <Content Include="static\images\Recruitment1-17-1.jpg" />
- <Content Include="static\images\Recruitment1-17-2.jpg" />
- <Content Include="static\images\Recruitment1-17-3.jpg" />
- <Content Include="static\images\Recruitment1-17-4.jpg" />
- <Content Include="static\images\Recruitment1-17-5.jpg" />
- <Content Include="static\images\Recruitment1-17-6.jpg" />
- <Content Include="static\images\Recruitment1-17-7.jpg" />
- <Content Include="static\images\Recruitment1-17-8.jpg" />
- <Content Include="static\images\Recruitment1-17.jpg" />
- <Content Include="static\images\Recruitment1-5.jpg" />
- <Content Include="static\images\Recruitment2%282017-07-26%29.jpg" />
- <Content Include="static\images\Recruitment2-3.jpg" />
- <Content Include="static\images\Recruitment2-4.jpg" />
- <Content Include="static\images\Recruitment2.jpg" />
- <Content Include="static\images\redline.gif" />
- <Content Include="static\images\resetss.gif" />
- <Content Include="static\images\result_bg.gif" />
- <Content Include="static\images\select_1.gif" />
- <Content Include="static\images\select_2.gif" />
- <Content Include="static\images\select_3.gif" />
- <Content Include="static\images\select_ball.gif" />
- <Content Include="static\images\shi_icon.gif" />
- <Content Include="static\images\shouji.png" />
- <Content Include="static\images\show_box_bg.gif" />
- <Content Include="static\images\show_box_close.gif" />
- <Content Include="static\images\solgan.png" />
- <Content Include="static\images\sort.gif" />
- <Content Include="static\images\sp_logo.png" />
- <Content Include="static\images\ss.gif" />
- <Content Include="static\images\ssq_blue.gif" />
- <Content Include="static\images\ssq_db.gif" />
- <Content Include="static\images\ssq_red.gif" />
- <Content Include="static\images\ssq_red_hui.gif" />
- <Content Include="static\images\ss_button.gif" />
- <Content Include="static\images\ss_button1.gif" />
- <Content Include="static\images\ss_button2.gif" />
- <Content Include="static\images\ss_num_bg.gif" />
- <Content Include="static\images\submit_bg.gif" />
- <Content Include="static\images\tb_tu.gif" />
- <Content Include="static\images\tb_tu1.gif" />
- <Content Include="static\images\tb_tu2.gif" />
- <Content Include="static\images\tb_tu3.gif" />
- <Content Include="static\images\tc.gif" />
- <Content Include="static\images\th_ball.gif" />
- <Content Include="static\images\times_order.gif" />
- <Content Include="static\images\tools_button.gif" />
- <Content Include="static\images\tool_button_bg.gif" />
- <Content Include="static\images\topbanner.gif" />
- <Content Include="static\images\top_bg.gif" />
- <Content Include="static\images\tumi.jpg" />
- <Content Include="static\images\up.gif" />
- <Content Include="static\images\weixin.png" />
- <Content Include="static\images\weixin1.png" />
- <Content Include="static\images\weixin_qrcode.jpg" />
- <Content Include="static\images\weixin_qrcode0.jpg" />
- <Content Include="static\images\weixin_qrcode1.jpg" />
- <Content Include="static\images\winingNote.gif" />
- <Content Include="static\images\yaojiang.gif" />
- <Content Include="static\images\yaojiang.jpg" />
- <Content Include="static\images\zcbanner.jpg" />
- <Content Include="static\js\baidutj.js" />
- <Content Include="static\js\dltdb.js" />
- <Content Include="static\js\dltgs.js" />
- <Content Include="static\js\function.js" />
- <Content Include="static\js\hashtable.js" />
- <Content Include="static\js\hb.js" />
- <Content Include="static\js\jquery.fancybox.js" />
- <Content Include="static\js\jquery.js" />
- <Content Include="static\js\kefu.js" />
- <Content Include="static\js\qlcdb.js" />
- <Content Include="static\js\qlcgs.js" />
- <Content Include="static\js\ssqdb.js" />
- <Content Include="static\js\ssqgs.js" />
- <Content Include="static\js\ssqyhq.js" />
- <Content Include="static\js\tipbox.js" />
- <Content Include="static\js\Tool.js" />
- <Content Include="static\js\trendChart2.js" />
- <Content Include="static\js\trendChart.js" />
- <Content Include="Views\Fcbjpk10\Jozs.cshtml" />
- <Content Include="Views\Fcbjpk10\Dxzs.cshtml" />
- <Content Include="Views\Fcbjpk10\Zhzs.cshtml" />
- <Content Include="Views\Fchb30x5Zst\Hzzs.cshtml" />
- <Content Include="Views\Fchb30x5Zst\Jbzs.cshtml" />
- <Content Include="Views\Help\List.cshtml" />
- <Content Include="Views\Help\Detail.cshtml" />
- <Content Include="Views\FcsdTool\Gsfx.cshtml" />
- <Content Include="Views\FcsdYl\Hzyl.cshtml" />
- <Content Include="Views\FcsdTool\Ssgjjy.cshtml" />
- <Content Include="Config\data\qlcjz.conf" />
- <Content Include="Views\QlcTool\Xz.cshtml" />
- <Content Include="Views\QxcTool\Fsarray.cshtml" />
- <Content Include="Views\QxcTool\ZhSsgj.cshtml" />
- <Content Include="Views\Fcsdqyh\Jbzs.cshtml" />
- <Content Include="Views\Fcsdqyh\Hzzs.cshtml" />
- <Content Include="Views\Fcsdqyh\Wezs.cshtml" />
- <Content Include="Views\Fcsdqyh\Wszs.cshtml" />
- <Content Include="Views\Fcsdqyh\Wsizs.cshtml" />
- <Content Include="Views\Fcsdqyh\S1zs.cshtml" />
- <Content Include="Views\Fcsdqyh\S2zs.cshtml" />
- <Content Include="Views\Fcsdqyh\S3zs.cshtml" />
- <Content Include="Views\Fcsdqyh\S4zs.cshtml" />
- <Content Include="Views\Fcsdqyh\S5zs.cshtml" />
- <Content Include="Views\FcsdYl\Szyl.cshtml" />
- <Content Include="Views\FcsdYl\Joyl.cshtml" />
- <Content Include="Views\FcsdYl\Dxyl.cshtml" />
- <Content Include="Views\FcsdYl\Zhyl.cshtml" />
- <Content Include="Views\FcsdYl\Kdyl.cshtml" />
- <Content Include="Views\FcsdYl\_012yl.cshtml" />
- <Content Include="Views\FcsdYl\hwyl.cshtml" />
- <Content Include="log4net.config" />
- <Content Include="Config\data\static.config" />
- <Content Include="Config\data\qqwry.dat" />
- <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
- <Content Include="Views\Notice\Index.cshtml" />
- <Content Include="Views\Notice\Detail.cshtml" />
- <Content Include="static\images\czicon\desktop.ini" />
- <Content Include="Views\QlcTool\Sjxh.cshtml" />
- <Content Include="Views\QlcTool\Dtzh.cshtml" />
- <Content Include="Views\QlcTool\Gsfx.cshtml" />
- <Content Include="Views\QlcTool\Lsdb.cshtml" />
- <Content Include="Views\QlcTool\Zxss.cshtml" />
- <Content Include="Views\FcsdTool\Sjhfx.cshtml" />
- <Content Include="Views\Fc22x5Tool\Jejs.cshtml" />
- <Content Include="Views\Fc22x5Tool\Sjxh.cshtml" />
- <Content Include="Views\Fc22x5Tool\Ssgj.cshtml" />
- <Content Include="Views\Fc22x5\Hzzs.cshtml" />
- <Content Include="Views\Fc22x5\Chzs.cshtml" />
- <Content Include="Views\Fc22x5\Lhzs.cshtml" />
- <Content Include="Views\Fc22x5\Index.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_18x7_footer.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_20x5_footer.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_22x5_footer.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_25x5_footer.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_25x7_footer.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_26x5_footer.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_30x5_footer.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_31x7_footer.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_35x7_footer.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_36x7_footer.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_4+1_footer.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_6+1_footer.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_7ws_footer.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_hc1_footer.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_hyc_footer.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_klsc_footer.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_p5_footer.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_p62_footer.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_p7_footer.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_szfc_footer.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_ttcx_footer.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_xgc_footer.cshtml" />
- <Content Include="Views\Shared\Error.cshtml" />
- <Content Include="Views\Shared\footer.cshtml" />
- <Content Include="Views\Shared\gpc_footer\gpc_11x5_footer.cshtml" />
- <Content Include="Views\Shared\gpc_footer\gpc_k3_footer.cshtml" />
- <Content Include="Views\Shared\gpc_footer\gpc_kl10_footer.cshtml" />
- <Content Include="Views\Shared\gpc_footer\gpc_kl12_footer.cshtml" />
- <Content Include="Views\Shared\gpc_footer\gpc_other_footer.cshtml" />
- <Content Include="Views\Shared\gpc_footer\gpc_ssc_footer.cshtml" />
- <Content Include="Views\Shared\header.cshtml" />
- <Content Include="Views\Shared\qgc_footer\qgc_fcqlc_footer.cshtml" />
- <Content Include="Views\Shared\qgc_footer\qgc_fcsd_footer.cshtml" />
- <Content Include="Views\Shared\qgc_footer\qgc_fcssq_footer.cshtml" />
- <Content Include="Views\Shared\qgc_footer\qgc_tcdlt_footer.cshtml" />
- <Content Include="Views\Shared\qgc_footer\qgc_tcp3_footer.cshtml" />
- <Content Include="Views\Shared\qgc_footer\qgc_tcp5_footer.cshtml" />
- <Content Include="Views\Shared\qgc_footer\qgc_tcqxc_footer.cshtml" />
- <Content Include="Views\Shared\_Advertisement.cshtml" />
- <Content Include="Views\Shared\_dqwf.cshtml" />
- <Content Include="Views\Shared\_help.cshtml" />
- <Content Include="Views\Shared\_Hot.cshtml" />
- <Content Include="Views\Shared\_Layout.cshtml" />
- <Content Include="Views\Shared\_Layout_help.cshtml" />
- <Content Include="Views\Shared\_Layout_tool.cshtml" />
- <Content Include="Views\Shared\_Links.cshtml" />
- <Content Include="Views\Shared\_zslist.cshtml" />
- <Content Include="Views\Shared\_zst.cshtml" />
- <Content Include="Views\Shared\_zt.cshtml" />
- <Content Include="Views\Skills\Index.cshtml" />
- <Content Include="Views\Skills\Details.cshtml" />
- <Content Include="Views\Error\Index.cshtml" />
- <Content Include="Views\Skills\GetPageData.cshtml" />
- <Content Include="Views\Tb\List.cshtml" />
- <Content Include="Views\Tb\tb_159.cshtml" />
- <Content Include="Views\Tb\tb_70.cshtml" />
- <Content Include="Views\Tb\tb_71.cshtml" />
- <Content Include="Web.config">
- <SubType>Designer</SubType>
- </Content>
- <Content Include="Web.Debug.config">
- <DependentUpon>Web.config</DependentUpon>
- </Content>
- <Content Include="Web.Release.config">
- <DependentUpon>Web.config</DependentUpon>
- </Content>
- <Content Include="Views\Web.config" />
- <Content Include="Views\_ViewStart.cshtml" />
- <Content Include="Views\Home\About.cshtml" />
- <Content Include="Views\Home\Contact.cshtml" />
- <Content Include="Views\Home\Index.cshtml" />
- <Content Include="Views\Tchnxysc\Jbzs.cshtml" />
- <Content Include="Views\Tchnxysc\Gjzs.cshtml" />
- <Content Include="Views\Tchnxysc\Gyjzhx.cshtml" />
- <Content Include="Views\Tcp3Tool\Fsarray.cshtml" />
- <Content Include="Views\Tcp3Tool\Fsfx.cshtml" />
- <Content Include="Views\Tcp3Tool\Hmfx.cshtml" />
- <Content Include="Views\Tcp3Tool\Hzhwarray.cshtml" />
- <Content Include="Views\Tcp3Tool\Ssgj.cshtml" />
- <Content Include="Views\Tcp3Tool\Wch.cshtml" />
- <Content Include="Views\Tcp3Tool\Zhuihao.cshtml" />
- <Content Include="Views\Tcp3Tool\Zxss.cshtml" />
- <Content Include="Views\Tcp5Tool\ZhSsgj.cshtml" />
- <Content Include="Views\Tchnxysc\Gyzx.cshtml" />
- <Content Include="Views\Tchnxysc\Gyzhx.cshtml" />
- <Content Include="Views\Tcsxytdj\Jbzs.cshtml" />
- <Content Include="Views\Tcsxytdj\Chzs.cshtml" />
- <Content Include="Views\Tcsxytdj\Hzzs.cshtml" />
- <Content Include="Views\Tcsxytdj\Dxzs.cshtml" />
- <Content Include="Views\Tcsxytdj\Jozs.cshtml" />
- <Content Include="Views\Tcsxytdj\Zhzs.cshtml" />
- <Content Include="Views\Tcp3Yl\Hzyl.cshtml" />
- <Content Include="Views\Tcp3Yl\Szyl.cshtml" />
- <Content Include="Views\Tcp3Yl\Dxyl.cshtml" />
- <Content Include="Views\Tcp3Yl\Joyl.cshtml" />
- <Content Include="Views\Tcp3Yl\Kdyl.cshtml" />
- <Content Include="Views\Tcp3Yl\_012yl.cshtml" />
- <Content Include="Views\Tcp3Yl\Zhyl.cshtml" />
- <Content Include="Views\Tcp3Yl\Hwyl.cshtml" />
- <Content Include="Views\Tcp3Tool\Gsfx.cshtml" />
- <Content Include="Views\Tcp3Tool\Postp3ssResult.cshtml" />
- <Content Include="Views\Tcp3Tool\Dxarray.cshtml" />
- <Content Include="Views\Tcp3Tool\Joarray.cshtml" />
- <Content Include="Views\Tcp3Tool\Ssgjjy.cshtml" />
- <Content Include="Views\Tcsdklpk3\Jbzs.cshtml" />
- <Content Include="Views\Tcsdklpk3\Chzs.cshtml" />
- <Content Include="Views\Tcsdklpk3\Hzzs.cshtml" />
- <Content Include="Views\Tcsdklpk3\Dxzs.cshtml" />
- <Content Include="Views\Tcsdklpk3\Jozs.cshtml" />
- <Content Include="Views\Tcsdklpk3\Zhzs.cshtml" />
- <Content Include="Views\Tcsdklpk3\Hszs.cshtml" />
- <Content Include="Views\Term\Index.cshtml" />
- <Content Include="Views\Term\Details.cshtml" />
- <Content Include="Views\Tchnytdj\Chzs.cshtml" />
- <Content Include="Views\Tchnytdj\Dxzs.cshtml" />
- <Content Include="Views\Tchnytdj\Hzzs.cshtml" />
- <Content Include="Views\Tchnytdj\Jbzs.cshtml" />
- <Content Include="Views\Tchnytdj\Jozs.cshtml" />
- <Content Include="Views\Tchnytdj\Zhzs.cshtml" />
- <Content Include="Views\Tb\tb_158.cshtml" />
- <Content Include="Views\Tb\tb_72.cshtml" />
- <Content Include="Views\Tb\tb_73.cshtml" />
- <Content Include="Views\Tb\tb_74.cshtml" />
- <Content Include="Views\Tb\tb_75.cshtml" />
- <Content Include="Views\Tb\tb_76.cshtml" />
- <Content Include="Views\Tb\tb_77.cshtml" />
- <Content Include="Views\Tb\tb_78.cshtml" />
- <Content Include="Views\Tb\tb_79.cshtml" />
- <Content Include="Views\Tb\tb_80.cshtml" />
- <Content Include="Views\Tb\tb_81.cshtml" />
- <Content Include="Views\Tb\tb_82.cshtml" />
- <Content Include="Views\Tb\tb_83.cshtml" />
- <Content Include="Views\Tb\tb_84.cshtml" />
- <Content Include="Views\Tb\tb_85.cshtml" />
- <Content Include="Views\Tb\tb_86.cshtml" />
- <Content Include="Views\Tb\tb_87.cshtml" />
- <Content Include="Views\Tb\tb_88.cshtml" />
- <Content Include="Views\Tb\tb_89.cshtml" />
- <Content Include="Views\Tb\tb_90.cshtml" />
- <Content Include="Views\Tb\tb_91.cshtml" />
- <Content Include="Views\Shared\dfc_footer\dfc_15x5_footer.cshtml" />
- <Content Include="Views\Fcsd\Bsgkdzs.cshtml" />
- <Content Include="Views\Tcp3\Bsgkdzs.cshtml" />
- <Content Include="Views\Zt\Sdhzscb.cshtml" />
- <Content Include="Views\Home\Hb.cshtml" />
- <Content Include="Views\Home\Gg.cshtml" />
- <Content Include="Views\FcsdTool\Output.cshtml" />
- <Content Include="Views\SsqGj\SsgjResultPage.cshtml" />
- <Content Include="Views\DltGj\SsgjResultPage.cshtml" />
- <Content Include="Views\Shared\_ssresult.cshtml" />
- <Content Include="static\css\font\iconfont.eot" />
- <Content Include="static\css\font\iconfont.ttf" />
- <Content Include="static\css\font\iconfont.woff" />
- <Content Include="Views\fcxj25x7Zst\Hzzs.cshtml" />
- <Content Include="Views\fcxj25x7Zst\Jbzs.cshtml" />
- <Content Include="Views\fcxj18x7Zst\Hzzs.cshtml" />
- <Content Include="Views\fcxj18x7Zst\Jbzs.cshtml" />
- <Content Include="Views\Tczj20x5Zst\Hzzs.cshtml" />
- <Content Include="Views\Tczj20x5Zst\Jbzs.cshtml" />
- <Content Include="Views\Fchebei20x5Zst\Hzzs.cshtml" />
- <Content Include="Views\Fchebei20x5Zst\Jbzs.cshtml" />
- <Content Include="Views\Fchljp62Zst\Hzzs.cshtml" />
- <Content Include="Views\Fchljp62Zst\Jbzs.cshtml" />
- <Content Include="Views\Fchlj22x5Zst\Jbzs.cshtml" />
- <Content Include="Views\Fchlj22x5Zst\Hzzs.cshtml" />
- <Content Include="Views\Tcfj22x5Zst\Jbzs.cshtml" />
- <Content Include="Views\Tcfj22x5Zst\Hzzs.cshtml" />
- <Content Include="Views\FcgxklscZst\Jbzs.cshtml" />
- <Content Include="Views\FcgxklscZst\Hzzs.cshtml" />
- <Content Include="Views\Tchlj61Zst\Jbzs.cshtml" />
- <Content Include="Views\Tchlj61Zst\Hzzs.cshtml" />
- <Content Include="Views\Fcszfc35x7st\Jbzs.cshtml" />
- <Content Include="Views\Fcszfc35x7st\Hzzs.cshtml" />
- <Content Include="Views\Fcln35x7st\Jbzs.cshtml" />
- <Content Include="Views\Fcln35x7st\Hzzs.cshtml" />
- <Content Include="Views\Fchlj36x7Zst\Jbzs.cshtml" />
- <Content Include="Views\Fchlj36x7Zst\Hzzs.cshtml" />
- <Content Include="Views\Fcah25x5Zst\Jbzs.cshtml" />
- <Content Include="Views\Fcah25x5Zst\Hzzs.cshtml" />
- <Content Include="Views\Fcgd26x5Zst\Jbzs.cshtml" />
- <Content Include="Views\Fcgd26x5Zst\Hzzs.cshtml" />
- <Content Include="Views\Cqssc\Index.cshtml" />
- <Content Include="Views\Cqssc\Hzzs.cshtml" />
- <Content Include="Views\Cqssc\Cohzs.cshtml" />
- <Content Include="Views\Xjssc\Index.cshtml" />
- <Content Include="Views\Xjssc\Hzzs.cshtml" />
- <Content Include="Views\Xjssc\Cohzs.cshtml" />
- <Content Include="Views\Hljssc\Index.cshtml" />
- <Content Include="Views\Hljssc\Hzzs.cshtml" />
- <Content Include="Views\Hljssc\Cohzs.cshtml" />
- <Content Include="Views\Tjssc\Index.cshtml" />
- <Content Include="Views\Tjssc\Hzzs.cshtml" />
- <Content Include="Views\Tjssc\Cohzs.cshtml" />
- <Content Include="Views\Ynssc\Index.cshtml" />
- <Content Include="Views\Ynssc\Hzzs.cshtml" />
- <Content Include="Views\Ynssc\Cohzs.cshtml" />
- <Content Include="Views\Tchn41Zst\Index.cshtml" />
- <Content Include="Views\Tchn41Zst\Hzzs.cshtml" />
- <Content Include="Views\Fcszfc35x7Zst\Hzzs.cshtml" />
- <Content Include="Views\Fcszfc35x7Zst\Jbzs.cshtml" />
- <Content Include="Views\Fchebeipl5Zst\Index.cshtml" />
- <Content Include="Views\Fchebeipl5Zst\Hzzs.cshtml" />
- <Content Include="Views\Fchebeipl7Zst\Index.cshtml" />
- <Content Include="Views\Fchebeipl7Zst\Hzzs.cshtml" />
- <Content Include="Views\Fchebeihyc2Zst\Jbzs.cshtml" />
- <Content Include="Views\Fchebeihyc2Zst\Hzzs.cshtml" />
- <Content Include="Views\Fchebeihyc3Zst\Jbzs.cshtml" />
- <Content Include="Views\Fchebeihyc3Zst\Hzzs.cshtml" />
- <Content Include="Views\Fcshttcx4Zst\Index.cshtml" />
- <Content Include="Views\Fcshttcx4Zst\Hzzs.cshtml" />
- <Content Include="Views\TcbjkzcZst\Jbzs.cshtml" />
- <Content Include="Views\TcbjkzcZst\Hzzs.cshtml" />
- <Content Include="Views\Fchongkong6hcZst\Jbzs.cshtml" />
- <Content Include="Views\Fchongkong6hcZst\Tmzs.cshtml" />
- <Content Include="Views\Fchongkong6hcZst\Bszs.cshtml" />
- <Content Include="Views\Fchongkong6hcZst\Dszs.cshtml" />
- <Content Include="Views\Fchongkong6hcZst\Dwzs.cshtml" />
- <Content Include="Views\Fchongkong6hcZst\Tmtszs.cshtml" />
- <Content Include="Views\Fchongkong6hcZst\Tmwszs.cshtml" />
- <Content Include="Views\Fchongkong6hcZst\Tmwxzs.cshtml" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="App_Data\" />
- <Folder Include="Views\BasesscZst\" />
- <Folder Include="Views\Fcfj22x5ZstBase\" />
- <Folder Include="Views\FcgxklscZstBase\" />
- <Folder Include="Views\Fchebeibyc2ZstBase\" />
- <Folder Include="Views\Fchebeibyc3ZstBase\" />
- <Folder Include="Views\Fchebeihyc2\" />
- <Folder Include="Views\Fchebeip5Base\" />
- <Folder Include="Views\fchebeip5\" />
- <Folder Include="Views\Fchebeipl7Base\" />
- <Folder Include="Views\Fchlj22x5ZstBase\" />
- <Folder Include="Views\FchongkongBase\" />
- <Folder Include="Views\FchongkongZst\" />
- <Folder Include="Views\FcsdYlBase\" />
- <Folder Include="Views\Fcshttcx4Base\" />
- <Folder Include="Views\Fj11x5\" />
- <Folder Include="Views\Gs11x5\" />
- <Folder Include="Views\Hb11x5\" />
- <Folder Include="Views\Main\" />
- <Folder Include="Views\Nmg11x5\" />
- <Folder Include="Views\Sanx11x5\" />
- <Folder Include="Views\Sx11x5\" />
- <Folder Include="Views\SzfcBase\" />
- <Folder Include="Views\Szfc\" />
- <Folder Include="Views\TcbjkzcBase\" />
- <Folder Include="Views\Tchlj61ZstBase\" />
- <Folder Include="Views\Tchn41ZstBase\" />
- <Folder Include="Views\ToolDownload\" />
- <Folder Include="Views\Xj11x5\" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Config\Resources.config" />
- <Content Include="Config\data\ssqzj.conf" />
- <Content Include="Config\data\dltzj.conf" />
- <None Include="packages.config" />
- <Content Include="Views\SsqZst\Aczs.cshtml" />
- <Content Include="Views\SsqZst\Dlxzs.cshtml" />
- <Content Include="Views\Fcsd\Index.cshtml" />
- <Content Include="Views\Fcsd\Chzs.cshtml" />
- <Content Include="Views\Fcsd\Hzzs.cshtml" />
- <Content Include="Views\SsqZst\Jbzs.cshtml" />
- <Content Include="Views\SsqZst\Hzzs.cshtml" />
- <Content Include="Views\SsqZst\Lhzs.cshtml" />
- <Content Include="Views\SsqZst\Chzs.cshtml" />
- <Content Include="Views\SsqZst\Lqzs.cshtml" />
- <Content Include="Views\SsqZst\Zezs.cshtml" />
- <Content Include="Views\SsqZst\Zszs.cshtml" />
- <Content Include="Views\SsqZst\Zrzs.cshtml" />
- <Content Include="Views\SsqZst\Chpl.cshtml" />
- <Content Include="Views\SsqZst\Zmzs.cshtml" />
- <Content Include="Views\SsqZst\Xlzs.cshtml" />
- <Content Include="Views\SsqZst\Xtzs.cshtml" />
- <Content Include="Views\SsqZst\Sszs.cshtml" />
- <Content Include="Views\SsqYl\Red.cshtml" />
- <Content Include="Views\SsqYl\Blue.cshtml" />
- <Content Include="Views\SsqYl\Hz.cshtml" />
- <Content Include="Views\SsqGj\Xz.cshtml" />
- <Content Include="Views\Fcsd\Hwzs.cshtml" />
- <Content Include="Views\Fcsd\Kdzs.cshtml" />
- <Content Include="Views\Fcsd\Zhzs.cshtml" />
- <Content Include="Views\Fcsd\Z3zs.cshtml" />
- <Content Include="Views\Fcsd\Sjhzs.cshtml" />
- <Content Include="Views\Fcsd\zh012zs.cshtml" />
- <Content Include="Views\Fcsd\Abc012zs.cshtml" />
- <Content Include="Views\Fcsd\Ls012zs.cshtml" />
- <Content Include="Views\Fcsd\Dxjozs.cshtml" />
- <Content Include="Views\Fcsd\Zs012zs.cshtml" />
- <Content Include="Views\Tcp3\Abc012zs.cshtml" />
- <Content Include="Views\Tcp3\Chzs.cshtml" />
- <Content Include="Views\Tcp3\Dxjozs.cshtml" />
- <Content Include="Views\Tcp3\Hwzs.cshtml" />
- <Content Include="Views\Tcp3\Hzzs.cshtml" />
- <Content Include="Views\Tcp3\Index.cshtml" />
- <Content Include="Views\Tcp3\Kdzs.cshtml" />
- <Content Include="Views\Tcp3\Ls012zs.cshtml" />
- <Content Include="Views\Tcp3\Sjhzs.cshtml" />
- <Content Include="Views\Tcp3\Z3zs.cshtml" />
- <Content Include="Views\Tcp3\zh012zs.cshtml" />
- <Content Include="Views\Tcp3\Zhzs.cshtml" />
- <Content Include="Views\Tcp3\Zs012zs.cshtml" />
- <Content Include="Views\Tcp5\Index.cshtml" />
- <Content Include="Views\SsqGj\Acjs.cshtml" />
- <Content Include="Views\SsqGj\Sjxh.cshtml" />
- <Content Include="Views\SsqGj\Hmgs.cshtml" />
- <Content Include="Views\SsqGj\Lskj.cshtml" />
- <Content Include="Views\SsqGj\Jejs.cshtml" />
- <Content Include="Views\Qxc\Hzzs.cshtml" />
- <Content Include="Views\Qxc\Index.cshtml" />
- <Content Include="Views\Qxc\Zhzs.cshtml" />
- <Content Include="Views\Tcp5\Hzzs.cshtml" />
- <Content Include="Views\Tcp5\Cohzs.cshtml" />
- <Content Include="Views\SsqGj\Dtzh.cshtml" />
- <Content Include="Views\SsqGj\Ssgj.cshtml" />
- <Content Include="Views\DltZst\Jbzs.cshtml" />
- <Content Include="Views\DltZst\Qhzzs.cshtml" />
- <Content Include="Views\Qlc\Cohzs.cshtml" />
- <Content Include="Views\Qlc\Hzzs.cshtml" />
- <Content Include="Views\Qlc\Index.cshtml" />
- <Content Include="Views\Qlc\Lhzs.cshtml" />
- <Content Include="Views\DltZst\Hhzzs.cshtml" />
- <Content Include="Views\DltZst\Chzs.cshtml" />
- <Content Include="Views\DltZst\Lhzs.cshtml" />
- <Content Include="Views\DltZst\Zyzs.cshtml" />
- <Content Include="Views\DltZst\Zszs.cshtml" />
- <Content Include="Views\DltZst\Zlzs.cshtml" />
- <Content Include="Views\DltZst\Stzs.cshtml" />
- <Content Include="Views\DltZst\Hqzs.cshtml" />
- <Content Include="Views\DltZst\Chpl.cshtml" />
- <Content Include="Views\DltZst\Zmzs.cshtml" />
- <Content Include="Views\DltZst\Xlzs.cshtml" />
- <Content Include="Views\DltZst\Xtzs.cshtml" />
- <Content Include="Views\DltGj\Ssgj.cshtml" />
- <Content Include="Views\FcsdTool\Ssgj.cshtml" />
- <Content Include="Views\FcsdTool\Post3dssResult.cshtml" />
- <Content Include="Views\FcsdTool\Post3dzxssResult.cshtml" />
- <Content Include="Views\FcsdTool\Zxss.cshtml" />
- <Content Include="Views\FcsdTool\Wch.cshtml" />
- <Content Include="Views\FcsdTool\Fsarray.cshtml" />
- <Content Include="Views\FcsdTool\Hzhwarray.cshtml" />
- <Content Include="Views\FcsdTool\Dxarray.cshtml" />
- <Content Include="Views\FcsdTool\Joarray.cshtml" />
- <Content Include="Views\FcsdTool\Xtarray.cshtml" />
- <Content Include="Views\FcsdTool\Zhuihao.cshtml" />
- <Content Include="Views\FcsdTool\R5x2fx.cshtml" />
- <Content Include="Views\FcsdTool\Hmfx.cshtml" />
- <Content Include="Views\FcsdTool\Fsfx.cshtml" />
- <Content Include="Views\DltGj\Hmgs.cshtml" />
- <Content Include="Views\DltGj\Lskj.cshtml" />
- <Content Include="Views\DltGj\Xz.cshtml" />
- <Content Include="Views\DltGj\Sjxh.cshtml" />
- <Content Include="Views\DltGj\Dtzh.cshtml" />
- <Content Include="Views\Fcdf61Zst\Hzzs.cshtml" />
- <Content Include="Views\Fcdf61Zst\Jbzs.cshtml" />
- <Content Include="Views\Fchd15x5Zst\Hzzs.cshtml" />
- <Content Include="Views\Fchd15x5Zst\Jbzs.cshtml" />
- <Content Include="Views\Tcfj36x7Zst\Jbzs.cshtml" />
- <Content Include="Views\Tczj61Zst\Hzzs.cshtml" />
- <Content Include="Views\Tczj61Zst\Jbzs.cshtml" />
- <Content Include="Views\Tcjs7wsZst\Hzzs.cshtml" />
- <Content Include="Views\Tcjs7wsZst\Jbzs.cshtml" />
- <Content Include="Views\Tcfj36x7Zst\Hzzs.cshtml" />
- <Content Include="Views\Fcny36x7Zst\Jbzs.cshtml" />
- <Content Include="Views\Fcny36x7Zst\Hzzs.cshtml" />
- <Content Include="Views\Tcfj31x7Zst\Jbzs.cshtml" />
- <Content Include="Views\Tcfj31x7Zst\Hzzs.cshtml" />
- <Content Include="Views\Fcxj35x7Zst\Jbzs.cshtml" />
- <Content Include="Views\Fcxj35x7Zst\Hzzs.cshtml" />
- <Content Include="Views\zslist\ZS.cshtml" />
- <Content Include="Views\zslist\Ylgjtb.cshtml" />
- <Content Include="Views\Gp11x5\11x5.cshtml" />
- <Content Include="Views\Gp11x5\Hzzs.cshtml" />
- <Content Include="Views\Gp11x5\Hzq2zs.cshtml" />
- <Content Include="Views\Fchn22x5Zst\Jbzs.cshtml" />
- <Content Include="Views\Fchn22x5Zst\Hzzs.cshtml" />
- <Content Include="Views\Gdhc1Zst\Jbzs.cshtml" />
- <Content Include="Views\Gdhc1Zst\Sxjj.cshtml" />
- <Content Include="Views\Gp11x5\Q2zxzs.cshtml" />
- <Content Include="Views\Gp11x5\Q2zuxzs.cshtml" />
- <Content Include="Views\Gp11x5\Hzq3zs.cshtml" />
- <Content Include="Views\Gp11x5\Q3zxzs.cshtml" />
- <Content Include="Views\Gp11x5\Q3zuxzs.cshtml" />
- <Content Include="Views\Gp11x5\Q1zs.cshtml" />
- <Content Include="Views\zslist\zssj.cshtml" />
- <Content Include="Views\Gpk3\k3.cshtml" />
- <Content Include="Views\Gpk3\Hzzs.cshtml" />
- <Content Include="Views\Gpk3\Xtzs.cshtml" />
- <Content Include="Views\Gpk3\Zxzs.cshtml" />
- <Content Include="Views\Gpk3\Zuxzs.cshtml" />
- <Content Include="Views\Gpkl12\kl12.cshtml" />
- <Content Include="Views\Gpkl12\Hzq2zs.cshtml" />
- <Content Include="Views\Gpkl12\Hzq3zs.cshtml" />
- <Content Include="Views\Gpkl12\Hzzs.cshtml" />
- <Content Include="Views\Gpkl12\Q1zs.cshtml" />
- <Content Include="Views\Gpkl12\Q2zuxzs.cshtml" />
- <Content Include="Views\Gpkl12\Q2zxzs.cshtml" />
- <Content Include="Views\Gpkl12\Q3zuxzs.cshtml" />
- <Content Include="Views\Gpkl12\Q3zxzs.cshtml" />
- <Content Include="Views\Gpkl10f\Hzq2zs.cshtml" />
- <Content Include="Views\Gpkl10f\Hzq3zs.cshtml" />
- <Content Include="Views\Gpkl10f\Hzzs.cshtml" />
- <Content Include="Views\Gpkl10f\kl10f.cshtml" />
- <Content Include="Views\Gpkl10f\Q1zs.cshtml" />
- <Content Include="Views\Gpkl10f\Q2zuxzs.cshtml" />
- <Content Include="Views\Gpkl10f\Q2zxzs.cshtml" />
- <Content Include="Views\Gpkl10f\Q3zuxzs.cshtml" />
- <Content Include="Views\Gxkl10f\Hzq2zs.cshtml" />
- <Content Include="Views\Gxkl10f\Hzq3zs.cshtml" />
- <Content Include="Views\Gxkl10f\Hzzs.cshtml" />
- <Content Include="Views\Gxkl10f\kl10f.cshtml" />
- <Content Include="Views\Gxkl10f\Q1zs.cshtml" />
- <Content Include="Views\Gxkl10f\Q2zuxzs.cshtml" />
- <Content Include="Views\Gxkl10f\Q2zxzs.cshtml" />
- <Content Include="Views\Gxkl10f\Q3zuxzs.cshtml" />
- <Content Include="Views\Qt\Shssc.cshtml" />
- <Content Include="Views\Qt\Shsschz.cshtml" />
- <Content Include="Views\Qt\Shsscxt.cshtml" />
- <Content Include="Views\Qt\Shsscqh.cshtml" />
- <Content Include="Views\Qt\ShsscQ2.cshtml" />
- <Content Include="Views\Fcbjkl8\Hzzs.cshtml" />
- <Content Include="Views\Fcbjkl8\Jbzs.cshtml" />
- <Content Include="Views\Fcbjkl8\Znhzs.cshtml" />
- <Content Include="Views\Fcbjkl8\Zhzs.cshtml" />
- <Content Include="Views\Fcbjkl8\Jozs.cshtml" />
- <Content Include="Views\Fcbjkl8\Dxzs.cshtml" />
- <Content Include="Views\Fcbjpk10\Jbzs.cshtml" />
- <Content Include="Views\Fcbjpk10\Gjzs.cshtml" />
- <Content Include="Views\Fcbjpk10\Yjzs.cshtml" />
- <Content Include="Views\Fcbjpk10\Jjzs.cshtml" />
- <Content Include="Views\Zt\Index.cshtml" />
- <Content Include="Views\Zt\ArticleIndex.cshtml" />
- <Content Include="Views\Zt\_ArticleRight.cshtml" />
- <Content Include="Views\Zt\ArticleInfo.cshtml" />
- <Content Include="Views\Zt\Ssqfswf.cshtml" />
- <Content Include="Views\zslist\Dqwf.cshtml" />
- <Content Include="Views\Zt\Ssqzjgz.cshtml" />
- <Content Include="Views\Zt\Ssqzmszj.cshtml" />
- <Content Include="Views\Zt\ssqwf.cshtml" />
- <Content Include="Views\Zt\Ssqmnyjq.cshtml" />
- <Content Include="Views\Zt\Ssqjx.cshtml" />
- <Content Include="Views\Zt\Ssq100qkjjg.cshtml" />
- <Content Include="Views\Zt\Ssqjdkj.cshtml" />
- <Content Include="Views\Zt\TukuIndex.cshtml" />
- <Content Include="Views\Zt\Sdlskjhm.cshtml" />
- <Content Include="Views\Zt\Sdsjhkj.cshtml" />
- <Content Include="Views\Zt\Sdsjhcx.cshtml" />
- <Content Include="Views\Zt\Sdlssdjt.cshtml" />
- <Content Include="Views\Zt\Dltzjgz.cshtml" />
- <Content Include="Views\Zt\Dltwf.cshtml" />
- <Content Include="Views\Zt\Dltjdkj.cshtml" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\CB.Config\CB.Config.csproj">
- <Project>{04E6ED1F-372C-4E12-AAD0-409218D2DB59}</Project>
- <Name>CB.Config</Name>
- </ProjectReference>
- <ProjectReference Include="..\CP.Business\CP.Business.csproj">
- <Project>{a298d632-143b-4505-bab5-024baf1cc92d}</Project>
- <Name>CP.Business</Name>
- </ProjectReference>
- <ProjectReference Include="..\CP.Cache\CP.Cache.csproj">
- <Project>{0705ee97-087e-4801-b274-7082638a8954}</Project>
- <Name>CP.Cache</Name>
- </ProjectReference>
- <ProjectReference Include="..\CP.Common\CP.Common.csproj">
- <Project>{cd102a12-e404-4a7c-8788-75e8307b2a9f}</Project>
- <Name>CP.Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\CP.Dapper\CP.Dapper.csproj">
- <Project>{3ee8d64a-fb91-474e-acd6-6993917c1c12}</Project>
- <Name>CP.Dapper</Name>
- </ProjectReference>
- <ProjectReference Include="..\CP.Model\CP.Model.csproj">
- <Project>{a7012355-e3b8-4758-9677-5ca5e4c7180d}</Project>
- <Name>CP.Model</Name>
- </ProjectReference>
- </ItemGroup>
- <PropertyGroup>
- <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
- <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
- </PropertyGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
- <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
- <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
- <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
- </Target>
- <ProjectExtensions>
- <VisualStudio>
- <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
- <WebProjectProperties>
- <UseIIS>True</UseIIS>
- <AutoAssignPort>True</AutoAssignPort>
- <DevelopmentServerPort>7201</DevelopmentServerPort>
- <DevelopmentServerVPath>/</DevelopmentServerVPath>
- <IISUrl>http://localhost:1122/</IISUrl>
- <NTLMAuthentication>False</NTLMAuthentication>
- <UseCustomServer>False</UseCustomServer>
- <CustomServerUrl>
- </CustomServerUrl>
- <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
- </WebProjectProperties>
- </FlavorProperties>
- </VisualStudio>
- </ProjectExtensions>
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
- <PropertyGroup>
- <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
- </PropertyGroup>
- <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props'))" />
- <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
- </Target>
- <!-- 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>
|