123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275 |
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.5\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.5\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>{3F4B26DB-F97D-48AA-A900-2C85D500585C}</ProjectGuid>
- <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Lottomat.SOA.API</RootNamespace>
- <AssemblyName>Lottomat.SOA.API</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <UseIISExpress>true</UseIISExpress>
- <Use64BitIISExpress />
- <IISExpressSSLPort />
- <IISExpressAnonymousAuthentication />
- <IISExpressWindowsAuthentication />
- <IISExpressUseClassicPipelineMode />
- <UseGlobalApplicationHostFile />
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- <TargetFrameworkProfile />
- </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="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
- </Reference>
- <Reference Include="Lottery.Cache, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>lib\Lottery.Cache.dll</HintPath>
- </Reference>
- <Reference Include="Lottery.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>lib\Lottery.Common.dll</HintPath>
- </Reference>
- <Reference Include="Lottery.Config, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>lib\Lottery.Config.dll</HintPath>
- </Reference>
- <Reference Include="Lottery.Data, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>lib\Lottery.Data.dll</HintPath>
- </Reference>
- <Reference Include="Lottery.Data.SqlServer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>lib\Lottery.Data.SqlServer.dll</HintPath>
- </Reference>
- <Reference Include="Lottery.Entity, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>lib\Lottery.Entity.dll</HintPath>
- </Reference>
- <Reference Include="Lottery.Interface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>lib\Lottery.Interface.dll</HintPath>
- </Reference>
- <Reference Include="Lottery.TrendChart, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>lib\Lottery.TrendChart.dll</HintPath>
- </Reference>
- <Reference Include="Lottery.TrendTool, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>lib\Lottery.TrendTool.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.5\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Net.Http" />
- <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.Cors, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.Cors.5.2.3\lib\net45\System.Web.Cors.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" />
- <Reference Include="System.Data" />
- <Reference Include="System.Web.Extensions" />
- <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
- </Reference>
- <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.Cors, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.WebApi.Cors.5.2.3\lib\net45\System.Web.Http.Cors.dll</HintPath>
- </Reference>
- <Reference Include="System.Drawing" />
- <Reference Include="System.Web" />
- <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <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">
- <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">
- <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">
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Web.Services" />
- <Reference Include="System.EnterpriseServices" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="TrendChartMain, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>lib\TrendChartMain.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Reference Include="System.Web.Http.WebHost">
- <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Content Include="ad_js\img\1200.gif" />
- <Content Include="ad_js\img\1200.jpg" />
- <Content Include="ad_js\img\1920.gif" />
- <Content Include="ad_js\img\1920.jpg" />
- <Content Include="ad_js\img\330.gif" />
- <Content Include="ad_js\img\330.jpg" />
- <Content Include="ad_js\img\330.png" />
- <Content Include="ad_js\mian_advertisement_js.js" />
- <Content Include="ad_js\mobil_advertisement_js.js" />
- <Content Include="ad_js\open_code_advertisement_js.js" />
- <Content Include="Global.asax" />
- <Content Include="lib\Lottery.Cache.dll" />
- <Content Include="lib\Lottery.Common.dll" />
- <Content Include="lib\Lottery.Config.dll" />
- <Content Include="lib\Lottery.Data.dll" />
- <Content Include="lib\Lottery.Data.SqlServer.dll" />
- <Content Include="lib\Lottery.Entity.dll" />
- <Content Include="lib\Lottery.Interface.dll" />
- <Content Include="lib\Lottery.TrendChart.dll" />
- <Content Include="lib\Lottery.TrendTool.dll" />
- <Content Include="lib\TrendChartMain.dll" />
- <Content Include="templates\tb\3d_tb_1.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\3d_tb_10.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\3d_tb_11.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\3d_tb_12.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\3d_tb_2.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\3d_tb_3.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\3d_tb_4.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\3d_tb_5.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\3d_tb_6.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\3d_tb_7.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\3d_tb_8.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\3d_tb_9.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\p3_tb_1.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\p3_tb_10.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\p3_tb_11.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\p3_tb_12.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\p3_tb_2.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\p3_tb_3.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\p3_tb_4.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\p3_tb_5.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\p3_tb_6.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\p3_tb_7.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\p3_tb_8.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tb\p3_tb_9.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\225_fs_tz.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\225_ss.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\225_Ssxh.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\3ddx_array.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\3dgs.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\3djo_array.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\3dss.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\3dss_simple.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\3dss_zx.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\3d_5x2ylfx.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\3d_fs_array.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\3d_hmfx.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\3d_hz_array.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\3d_sjh.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\dlt_dtzh.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\dlt_fs_tz.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\dlt_gs.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\dlt_kjhdb.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\dlt_qss.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\dlt_ssxh.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\dlt_xz.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\p3dx_array.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\p3gs.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\p3jo_array.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\p3ss.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\p3ss_simple.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\p3_fs_array.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\p3_hmfx.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\p3_hz_array.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\p5_p7_ss.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\p7_ss.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\qlc_dt.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\qlc_fs_tz.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\qlc_gs_fx.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\qlc_kjhdb.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\qlc_ss.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\qlc_ssxh.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\qlc_xz.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\qxc_fs_array.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\ssqdb.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\ssqdt.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\ssqgs.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\ssqxz.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\ssq_ac.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\ssq_ss.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\ssq_ssxh.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\ssq_tzmoney.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\tools_3dfx.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\tools_3dwch.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\tools_p3fx.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\tools_p3wch.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\tool\zhuihao.htm">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\yl\P3_012_Miss.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\yl\P3_DX_Miss.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\yl\P3_hw_Miss.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\yl\P3_HZ_Miss.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\yl\P3_JO_Miss.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\yl\P3_KD_Miss.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\yl\P3_Num_Miss.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\yl\P3_ZH_Miss.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\yl\SD_012_Miss.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\yl\SD_DX_Miss.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\yl\SD_hw_Miss.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\yl\SD_HZ_Miss.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\yl\SD_JO_Miss.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\yl\SD_KD_Miss.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\yl\SD_Num_Miss.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\yl\SD_ZH_Miss.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\yl\SSQ_BLUE_Miss.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\yl\SSQ_RED_Miss.html">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="Template\eamil_template.html" />
- <Content Include="txwl\css\main.css" />
- <Content Include="txwl\img\expired.png" />
- <Content Include="txwl\img\favicon.ico" />
- <Content Include="txwl\img\to_be_sold.png" />
- <Content Include="txwl\index.html" />
- <Content Include="txwl\js\common.js" />
- <Content Include="txwl\js\do.js" />
- <Content Include="txwl\js\doT.js" />
- <Content Include="txwl\js\jquery-3.1.1.js" />
- <Content Include="txwl\js\layer\layer.js" />
- <Content Include="txwl\js\layer\mobile\layer.js" />
- <Content Include="txwl\js\layer\mobile\need\layer.css" />
- <Content Include="txwl\js\layer\theme\default\icon-ext.png" />
- <Content Include="txwl\js\layer\theme\default\icon.png" />
- <Content Include="txwl\js\layer\theme\default\layer.css" />
- <Content Include="txwl\js\layer\theme\default\loading-0.gif" />
- <Content Include="txwl\js\layer\theme\default\loading-1.gif" />
- <Content Include="txwl\js\layer\theme\default\loading-2.gif" />
- <Content Include="txwl\js\layui\css\layui.css" />
- <Content Include="txwl\js\layui\css\layui.mobile.css" />
- <Content Include="txwl\js\layui\css\modules\code.css" />
- <Content Include="txwl\js\layui\css\modules\laydate\default\laydate.css" />
- <Content Include="txwl\js\layui\css\modules\layer\default\icon-ext.png" />
- <Content Include="txwl\js\layui\css\modules\layer\default\icon.png" />
- <Content Include="txwl\js\layui\css\modules\layer\default\layer.css" />
- <Content Include="txwl\js\layui\css\modules\layer\default\loading-0.gif" />
- <Content Include="txwl\js\layui\css\modules\layer\default\loading-1.gif" />
- <Content Include="txwl\js\layui\css\modules\layer\default\loading-2.gif" />
- <Content Include="txwl\js\layui\images\face\0.gif" />
- <Content Include="txwl\js\layui\images\face\1.gif" />
- <Content Include="txwl\js\layui\images\face\10.gif" />
- <Content Include="txwl\js\layui\images\face\11.gif" />
- <Content Include="txwl\js\layui\images\face\12.gif" />
- <Content Include="txwl\js\layui\images\face\13.gif" />
- <Content Include="txwl\js\layui\images\face\14.gif" />
- <Content Include="txwl\js\layui\images\face\15.gif" />
- <Content Include="txwl\js\layui\images\face\16.gif" />
- <Content Include="txwl\js\layui\images\face\17.gif" />
- <Content Include="txwl\js\layui\images\face\18.gif" />
- <Content Include="txwl\js\layui\images\face\19.gif" />
- <Content Include="txwl\js\layui\images\face\2.gif" />
- <Content Include="txwl\js\layui\images\face\20.gif" />
- <Content Include="txwl\js\layui\images\face\21.gif" />
- <Content Include="txwl\js\layui\images\face\22.gif" />
- <Content Include="txwl\js\layui\images\face\23.gif" />
- <Content Include="txwl\js\layui\images\face\24.gif" />
- <Content Include="txwl\js\layui\images\face\25.gif" />
- <Content Include="txwl\js\layui\images\face\26.gif" />
- <Content Include="txwl\js\layui\images\face\27.gif" />
- <Content Include="txwl\js\layui\images\face\28.gif" />
- <Content Include="txwl\js\layui\images\face\29.gif" />
- <Content Include="txwl\js\layui\images\face\3.gif" />
- <Content Include="txwl\js\layui\images\face\30.gif" />
- <Content Include="txwl\js\layui\images\face\31.gif" />
- <Content Include="txwl\js\layui\images\face\32.gif" />
- <Content Include="txwl\js\layui\images\face\33.gif" />
- <Content Include="txwl\js\layui\images\face\34.gif" />
- <Content Include="txwl\js\layui\images\face\35.gif" />
- <Content Include="txwl\js\layui\images\face\36.gif" />
- <Content Include="txwl\js\layui\images\face\37.gif" />
- <Content Include="txwl\js\layui\images\face\38.gif" />
- <Content Include="txwl\js\layui\images\face\39.gif" />
- <Content Include="txwl\js\layui\images\face\4.gif" />
- <Content Include="txwl\js\layui\images\face\40.gif" />
- <Content Include="txwl\js\layui\images\face\41.gif" />
- <Content Include="txwl\js\layui\images\face\42.gif" />
- <Content Include="txwl\js\layui\images\face\43.gif" />
- <Content Include="txwl\js\layui\images\face\44.gif" />
- <Content Include="txwl\js\layui\images\face\45.gif" />
- <Content Include="txwl\js\layui\images\face\46.gif" />
- <Content Include="txwl\js\layui\images\face\47.gif" />
- <Content Include="txwl\js\layui\images\face\48.gif" />
- <Content Include="txwl\js\layui\images\face\49.gif" />
- <Content Include="txwl\js\layui\images\face\5.gif" />
- <Content Include="txwl\js\layui\images\face\50.gif" />
- <Content Include="txwl\js\layui\images\face\51.gif" />
- <Content Include="txwl\js\layui\images\face\52.gif" />
- <Content Include="txwl\js\layui\images\face\53.gif" />
- <Content Include="txwl\js\layui\images\face\54.gif" />
- <Content Include="txwl\js\layui\images\face\55.gif" />
- <Content Include="txwl\js\layui\images\face\56.gif" />
- <Content Include="txwl\js\layui\images\face\57.gif" />
- <Content Include="txwl\js\layui\images\face\58.gif" />
- <Content Include="txwl\js\layui\images\face\59.gif" />
- <Content Include="txwl\js\layui\images\face\6.gif" />
- <Content Include="txwl\js\layui\images\face\60.gif" />
- <Content Include="txwl\js\layui\images\face\61.gif" />
- <Content Include="txwl\js\layui\images\face\62.gif" />
- <Content Include="txwl\js\layui\images\face\63.gif" />
- <Content Include="txwl\js\layui\images\face\64.gif" />
- <Content Include="txwl\js\layui\images\face\65.gif" />
- <Content Include="txwl\js\layui\images\face\66.gif" />
- <Content Include="txwl\js\layui\images\face\67.gif" />
- <Content Include="txwl\js\layui\images\face\68.gif" />
- <Content Include="txwl\js\layui\images\face\69.gif" />
- <Content Include="txwl\js\layui\images\face\7.gif" />
- <Content Include="txwl\js\layui\images\face\70.gif" />
- <Content Include="txwl\js\layui\images\face\71.gif" />
- <Content Include="txwl\js\layui\images\face\8.gif" />
- <Content Include="txwl\js\layui\images\face\9.gif" />
- <Content Include="txwl\js\layui\layui.all.js" />
- <Content Include="txwl\js\layui\layui.js" />
- <Content Include="txwl\js\layui\lay\modules\carousel.js" />
- <Content Include="txwl\js\layui\lay\modules\code.js" />
- <Content Include="txwl\js\layui\lay\modules\element.js" />
- <Content Include="txwl\js\layui\lay\modules\flow.js" />
- <Content Include="txwl\js\layui\lay\modules\form.js" />
- <Content Include="txwl\js\layui\lay\modules\jquery.js" />
- <Content Include="txwl\js\layui\lay\modules\laydate.js" />
- <Content Include="txwl\js\layui\lay\modules\layedit.js" />
- <Content Include="txwl\js\layui\lay\modules\layer.js" />
- <Content Include="txwl\js\layui\lay\modules\laypage.js" />
- <Content Include="txwl\js\layui\lay\modules\laytpl.js" />
- <Content Include="txwl\js\layui\lay\modules\mobile.js" />
- <Content Include="txwl\js\layui\lay\modules\table.js" />
- <Content Include="txwl\js\layui\lay\modules\tree.js" />
- <Content Include="txwl\js\layui\lay\modules\upload.js" />
- <Content Include="txwl\js\layui\lay\modules\util.js" />
- <Content Include="txwl\js\mui.min.js" />
- <Content Include="Web.config">
- <SubType>Designer</SubType>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="App_Start\WebApiConfig.cs" />
- <Compile Include="Attribute\RequestAuthorizeAttribute.cs" />
- <Compile Include="Caching\DataTablePagerCache.cs" />
- <Compile Include="Caching\InMemoryThrottleStore.cs" />
- <Compile Include="Caching\IThrottleStore.cs" />
- <Compile Include="Caching\ThrottleEntry.cs" />
- <Compile Include="Controllers\Base\BaseApiController.cs" />
- <Compile Include="Controllers\Base\OpenCodeFactory.cs" />
- <Compile Include="Controllers\LoginController.cs" />
- <Compile Include="Controllers\V1\AdvertisementController.cs" />
- <Compile Include="Controllers\V1\APICacheManageController.cs" />
- <Compile Include="Controllers\V1\CommonController.cs" />
- <Compile Include="Controllers\V1\DFCController.cs" />
- <Compile Include="Controllers\V1\GPC11X5Controller.cs" />
- <Compile Include="Controllers\V1\GPCK3Controller.cs" />
- <Compile Include="Controllers\V1\GPCKL10FController.cs" />
- <Compile Include="Controllers\V1\GPCKL12Controller.cs" />
- <Compile Include="Controllers\V1\GPCQTCController.cs" />
- <Compile Include="Controllers\V1\GPCSSCController.cs" />
- <Compile Include="Controllers\V1\LotteryGlossaryController.cs" />
- <Compile Include="Controllers\V1\LotteryNewsController.cs" />
- <Compile Include="Controllers\V1\LotteryNumberController.cs" />
- <Compile Include="Controllers\V1\LotterySkillController.cs" />
- <Compile Include="Controllers\V1\OAuthController.cs" />
- <Compile Include="Controllers\V1\QGCController.cs" />
- <Compile Include="Controllers\V1\ThematicArticleController.cs" />
- <Compile Include="Controllers\V1\ToolsController.cs" />
- <Compile Include="Controllers\V1\TrendChartController.cs" />
- <Compile Include="Controllers\V1\ZxNewsController.cs" />
- <Compile Include="Controllers\V1\GallerMangerApiController.cs" />
- <Compile Include="Controllers\V2\TestApiController.cs" />
- <Compile Include="Filters\ApiSecurityFilter.cs" />
- <Compile Include="Filters\RequireHttpsFilter.cs" />
- <Compile Include="Filters\TimingActionFilter.cs" />
- <Compile Include="Global.asax.cs">
- <DependentUpon>Global.asax</DependentUpon>
- </Compile>
- <Compile Include="Handlers\CrosHandler.cs" />
- <Compile Include="Handlers\RequestFrequencyLimitHandlers.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Selector\WebApiControllerSelector.cs" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="config\DataPrivoder.config">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- <SubType>Designer</SubType>
- </Content>
- <Content Include="ad_js\ad_js20190425.7z" />
- <None Include="packages.config" />
- <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
- <Content Include="templates\zs\FC3D012.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FC3D012_1.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FC3D012_2.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FC3DCH.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FC3DCHfxt.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FC3DHZ.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FC3Dhzhw.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FC3DJO.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FC3DKD.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FC3DSJH.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FC3Dzhzst.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FC3Dzszst.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCDF6J1_base.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCDF6J1_hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCHB22X5_base.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCHB22X5_hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCHB30X5_base.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCHB30X5_hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCHD15X5_base.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCHD15X5_hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCHN22X5_base.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCHN22X5_hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCNYFC36X7_base.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCNYFC36X7_hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCQLCCH.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCQLCCHH.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCQLCHZ.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCQLCLH.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCSSQAC.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCSSQCH.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCSSQCHFX.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCSSQCHH.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCSSQHZ.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCSSQLH.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCSSQLQCH.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCSSQ_2.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCSSQ_4.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCSSQ_7.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCSSQ_SSL.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCSSQ_XLH.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCSSQ_XTH.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCSSQ_ZM.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCXJ35X7_base.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\FCXJ35X7_hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_11x5_base.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_11x5_hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_11x5_Q1zs.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_11x5_Q2hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_11x5_Q2zux.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_11x5_Q2zx.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_11x5_Q3hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_11x5_Q3zux.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_11x5_Q3zx.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_bj_kl8_dx.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_bj_kl8_hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_bj_kl8_jb.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_bj_kl8_jo.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_bj_kl8_zh.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_bj_kl8_zongh.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_bj_pk10_dx.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_bj_pk10_gj.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_bj_pk10_jb.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_bj_pk10_jj.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_bj_pk10_jo.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_bj_pk10_yj.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_bj_pk10_zh.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_K3_2bt.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_K3_3bt.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_K3_base.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_K3_Hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GP_K3_Xt.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\gp_sh_hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\gp_sh_jb.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\gp_sh_q1h1.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\gp_sh_q2.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\gp_sh_xt.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GXKLSF_Base.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GXKLSF_Hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GXKLSF_Q1.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GXKLSF_Q2hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GXKLSF_Q2zhx.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GXKLSF_Q2zx.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GXKLSF_Q3hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\GXKLSF_Q3zx.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\HC1CH.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\HC1SXJJFW.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\KLSF_Base.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\KLSF_Hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\KLSF_Q1.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\KLSF_Q2hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\KLSF_Q2zhx.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\KLSF_Q2zx.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\KLSF_Q3hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\KLSF_Q3zx.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\QYH_base.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\QYH_Hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\QYH_W1sx.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\QYH_W2sx.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\QYH_W3sx.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\QYH_W4sx.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\QYH_W5sx.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\QYH_Wx2.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\QYH_Wx3.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\QYH_Wx4.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\SCKL12_Base.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\SCKL12_Hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\SCKL12_Q1.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\SCKL12_Q2hzkd.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\SCKL12_Q2zhix.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\SCKL12_Q2zx.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\SCKL12_Q3hzkd.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\SCKL12_Q3zhix.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\SCKL12_Q3zx.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\SDKLPK3_Base.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\SDKLPK3_CHZS.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\SDKLPK3_DXZS.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\SDKLPK3_HSZS.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\SDKLPK3_HZZS.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\SDKLPK3_JOZS.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\SDKLPK3_ZHZS.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCDLTCH.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCDLTCHHFBT.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCDLTHQDXJOKD.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCDLTHQHZ.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCDLTLHFBT.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCDLTQQHZ.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCDLTSTHFBT.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCDLTXLHFBT.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCDLTXTHFBT.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCDLTZHFBT.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCDLT_1.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCDLT_3.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCDLT_6.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCFJ31X7_base.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCFJ31X7_hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCFJ36X7_base.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCFJ36X7_hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCJS7WS_base.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCJS7WS_hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCP3012.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCP3012_1.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCP3012_2.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCP3CH.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCP3CHfxt.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCP3HZ.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCP3hzhw.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCP3JO.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCP3KD.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCP3SJH.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCP3zhzst.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCP3zszst.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCP5CH.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCP5CHH.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCP5HZZST.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCQXCHFXT.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCQXCHZZST.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCQXCZST.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCXYSC_Base.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCXYSC_GJZS.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCXYSC_GYJJZX.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCXYSC_GYJZHIX.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCXYSC_GYJZUX.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCYTDJ_Base.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCYTDJ_CHZS.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCYTDJ_DXXT.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCYTDJ_HZXT.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCYTDJ_HZZS.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCYTDJ_JOXT.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCZJ6J1_base.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="templates\zs\TCZJ6J1_hz.shtml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="txwl\js\layui\font\iconfont.eot" />
- <Content Include="txwl\js\layui\font\iconfont.svg" />
- <Content Include="txwl\js\layui\font\iconfont.ttf" />
- <Content Include="txwl\js\layui\font\iconfont.woff" />
- <None Include="Web.Debug.config">
- <DependentUpon>Web.config</DependentUpon>
- </None>
- <None Include="Web.Release.config">
- <DependentUpon>Web.config</DependentUpon>
- </None>
- <Content Include="XmlConfig\log4net.config" />
- <Content Include="XmlConfig\LotteryCode.xml" />
- <Content Include="XmlConfig\SCCConfig.xml">
- <SubType>Designer</SubType>
- </Content>
- <Content Include="XmlConfig\system.config">
- <SubType>Designer</SubType>
- </Content>
- <Content Include="XmlConfig\redis.config" />
- <Content Include="XmlConfig\ioc.config">
- <SubType>Designer</SubType>
- </Content>
- <Content Include="XmlConfig\database.config">
- <SubType>Designer</SubType>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Lottomat.Application\Lottomat.Application.Busines\Lottomat.Application.Busines.csproj">
- <Project>{21566527-8f54-4a8d-aa68-7662c2c31fb9}</Project>
- <Name>Lottomat.Application.Busines</Name>
- </ProjectReference>
- <ProjectReference Include="..\Lottomat.Application\Lottomat.Application.Cache\Lottomat.Application.Cache.csproj">
- <Project>{73a55239-a22d-4ac9-b412-64ea83035a18}</Project>
- <Name>Lottomat.Application.Cache</Name>
- </ProjectReference>
- <ProjectReference Include="..\Lottomat.Application\Lottomat.Application.Code\Lottomat.Application.Code.csproj">
- <Project>{9b10db87-130c-41d3-8687-1fac877db74a}</Project>
- <Name>Lottomat.Application.Code</Name>
- </ProjectReference>
- <ProjectReference Include="..\Lottomat.Application\Lottomat.Application.Entity\Lottomat.Application.Entity.csproj">
- <Project>{c10920fe-8c74-4993-a7f4-1da189da842c}</Project>
- <Name>Lottomat.Application.Entity</Name>
- </ProjectReference>
- <ProjectReference Include="..\Lottomat.Application\Lottomat.Application.IService\Lottomat.Application.IService.csproj">
- <Project>{6CE11FF9-1CB7-494E-89C7-5F06BEA94211}</Project>
- <Name>Lottomat.Application.IService</Name>
- </ProjectReference>
- <ProjectReference Include="..\Lottomat.Application\Lottomat.Application.Mapping\Lottomat.Application.Mapping.csproj">
- <Project>{42234e7a-b484-479d-b1c1-08a08a59c935}</Project>
- <Name>Lottomat.Application.Mapping</Name>
- </ProjectReference>
- <ProjectReference Include="..\Lottomat.Application\Lottomat.Application.Service\Lottomat.Application.Service.csproj">
- <Project>{D6B8ABEA-C923-4605-99A9-B7ACA5DE4D8A}</Project>
- <Name>Lottomat.Application.Service</Name>
- </ProjectReference>
- <ProjectReference Include="..\Lottomat.Cache\CP.Cache\CP.Cache.csproj">
- <Project>{0705ee97-087e-4801-b274-7082638a8954}</Project>
- <Name>CP.Cache</Name>
- </ProjectReference>
- <ProjectReference Include="..\Lottomat.Cache\Lottomat.Cache.Factory\Lottomat.Cache.Factory.csproj">
- <Project>{a68cdd21-2e12-4b11-95db-d0a0fced48b1}</Project>
- <Name>Lottomat.Cache.Factory</Name>
- </ProjectReference>
- <ProjectReference Include="..\Lottomat.Cache\Lottomat.Cache\Lottomat.Cache.csproj">
- <Project>{5af4997c-4395-48af-990c-932259111dff}</Project>
- <Name>Lottomat.Cache</Name>
- </ProjectReference>
- <ProjectReference Include="..\Lottomat.Data\Lottomat.Data.EF\Lottomat.Data.EF.csproj">
- <Project>{7c84f157-09b6-42d8-85f2-04af1f31a046}</Project>
- <Name>Lottomat.Data.EF</Name>
- </ProjectReference>
- <ProjectReference Include="..\Lottomat.Util\Lottomat.Util.Extension\Lottomat.Util.Extension.csproj">
- <Project>{4b7dde80-dfa1-4938-93f8-3721e2c592b9}</Project>
- <Name>Lottomat.Util.Extension</Name>
- </ProjectReference>
- <ProjectReference Include="..\Lottomat.Util\Lottomat.Util.Log\Lottomat.Util.Log.csproj">
- <Project>{2ef55895-d7dd-42d6-8741-f8100e5c210f}</Project>
- <Name>Lottomat.Util.Log</Name>
- </ProjectReference>
- <ProjectReference Include="..\Lottomat.Util\Lottomat.Util.WebControl\Lottomat.Util.WebControl.csproj">
- <Project>{93f81df7-5a0b-4a13-a90e-8cf7c41955c3}</Project>
- <Name>Lottomat.Util.WebControl</Name>
- </ProjectReference>
- <ProjectReference Include="..\Lottomat.Util\Lottomat.Util\Lottomat.Utils.csproj">
- <Project>{07aa2566-d0e5-47af-a17d-3b1c6aee598d}</Project>
- <Name>Lottomat.Utils</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Views\ConsultationApi\" />
- </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" />
- <ProjectExtensions>
- <VisualStudio>
- <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
- <WebProjectProperties>
- <UseIIS>True</UseIIS>
- <AutoAssignPort>True</AutoAssignPort>
- <DevelopmentServerPort>52115</DevelopmentServerPort>
- <DevelopmentServerVPath>/</DevelopmentServerVPath>
- <IISUrl>http://localhost:52115/</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.5\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.5\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
- </Target>
-
- </Project>
|