CP.Web.csproj 76 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <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')" />
  4. <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')" />
  5. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProductVersion>
  10. </ProductVersion>
  11. <SchemaVersion>2.0</SchemaVersion>
  12. <ProjectGuid>{CC852340-F360-4998-839E-D9F2E7971C51}</ProjectGuid>
  13. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  14. <OutputType>Library</OutputType>
  15. <AppDesignerFolder>Properties</AppDesignerFolder>
  16. <RootNamespace>CP.Web</RootNamespace>
  17. <AssemblyName>CP.Web</AssemblyName>
  18. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  19. <MvcBuildViews>false</MvcBuildViews>
  20. <UseIISExpress>true</UseIISExpress>
  21. <Use64BitIISExpress />
  22. <IISExpressSSLPort />
  23. <IISExpressAnonymousAuthentication />
  24. <IISExpressWindowsAuthentication />
  25. <IISExpressUseClassicPipelineMode />
  26. <UseGlobalApplicationHostFile />
  27. <NuGetPackageImportStamp>
  28. </NuGetPackageImportStamp>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31. <DebugSymbols>true</DebugSymbols>
  32. <DebugType>full</DebugType>
  33. <Optimize>false</Optimize>
  34. <OutputPath>bin\</OutputPath>
  35. <DefineConstants>DEBUG;TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  40. <DebugSymbols>true</DebugSymbols>
  41. <DebugType>pdbonly</DebugType>
  42. <Optimize>true</Optimize>
  43. <OutputPath>bin\</OutputPath>
  44. <DefineConstants>TRACE</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  50. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  51. </Reference>
  52. <Reference Include="MC.ORM">
  53. <HintPath>..\dll\MC.ORM.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  56. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  60. <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.Drawing" />
  65. <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  66. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System.Web.DynamicData" />
  69. <Reference Include="System.Web.Entity" />
  70. <Reference Include="System.Web.ApplicationServices" />
  71. <Reference Include="System.ComponentModel.DataAnnotations" />
  72. <Reference Include="System.Core" />
  73. <Reference Include="System.Data.DataSetExtensions" />
  74. <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  75. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  78. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System.Xml.Linq" />
  81. <Reference Include="System.Web" />
  82. <Reference Include="System.Web.Extensions" />
  83. <Reference Include="System.Web.Abstractions" />
  84. <Reference Include="System.Web.Routing" />
  85. <Reference Include="System.Xml" />
  86. <Reference Include="System.Configuration" />
  87. <Reference Include="System.Web.Services" />
  88. <Reference Include="System.EnterpriseServices" />
  89. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  90. <Private>True</Private>
  91. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System.Net.Http">
  94. </Reference>
  95. <Reference Include="System.Net.Http.WebRequest">
  96. </Reference>
  97. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  98. <Private>True</Private>
  99. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  100. </Reference>
  101. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  102. <Private>True</Private>
  103. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  104. </Reference>
  105. <Reference Include="System.Web.Optimization">
  106. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  107. </Reference>
  108. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  109. <Private>True</Private>
  110. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  111. </Reference>
  112. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  113. <Private>True</Private>
  114. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  115. </Reference>
  116. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  117. <Private>True</Private>
  118. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  119. </Reference>
  120. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  121. <Private>True</Private>
  122. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  123. </Reference>
  124. <Reference Include="ThoughtWorks.QRCode, Version=1.0.4778.30637, Culture=neutral, processorArchitecture=MSIL">
  125. <HintPath>..\packages\ThoughtWorks.QRCode.1.1.0\lib\ThoughtWorks.QRCode.dll</HintPath>
  126. </Reference>
  127. <Reference Include="WebGrease">
  128. <Private>True</Private>
  129. <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
  130. </Reference>
  131. <Reference Include="Antlr3.Runtime">
  132. <Private>True</Private>
  133. <HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
  134. </Reference>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Reference Include="Microsoft.ApplicationInsights">
  138. <HintPath>..\packages\Microsoft.ApplicationInsights.2.2.0\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
  139. </Reference>
  140. <Reference Include="Microsoft.AI.Agent.Intercept">
  141. <HintPath>..\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.6\lib\net45\Microsoft.AI.Agent.Intercept.dll</HintPath>
  142. </Reference>
  143. <Reference Include="Microsoft.AI.DependencyCollector">
  144. <HintPath>..\packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\lib\net45\Microsoft.AI.DependencyCollector.dll</HintPath>
  145. </Reference>
  146. <Reference Include="Microsoft.AI.PerfCounterCollector">
  147. <HintPath>..\packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll</HintPath>
  148. </Reference>
  149. <Reference Include="Microsoft.AI.ServerTelemetryChannel">
  150. <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll</HintPath>
  151. </Reference>
  152. <Reference Include="Microsoft.AI.WindowsServer">
  153. <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\lib\net45\Microsoft.AI.WindowsServer.dll</HintPath>
  154. </Reference>
  155. <Reference Include="Microsoft.AI.Web">
  156. <HintPath>..\packages\Microsoft.ApplicationInsights.Web.2.2.0\lib\net45\Microsoft.AI.Web.dll</HintPath>
  157. </Reference>
  158. </ItemGroup>
  159. <ItemGroup>
  160. <Compile Include="App_Start\BundleConfig.cs" />
  161. <Compile Include="App_Start\FilterConfig.cs" />
  162. <Compile Include="App_Start\RouteConfig.cs" />
  163. <Compile Include="ChartViewModel.cs" />
  164. <Compile Include="Controllers\ErrorController.cs" />
  165. <Compile Include="Controllers\fc22x5\Fc22x5Controller.cs" />
  166. <Compile Include="Controllers\fc22x5\Fc22x5ToolController.cs" />
  167. <Compile Include="Controllers\fchebeihyc2\Fchebeibyc2ZstBaseController.cs" />
  168. <Compile Include="Controllers\fchebeihyc2\Fchebeihyc2ZstController.cs" />
  169. <Compile Include="Controllers\fchebeihyc3\Fchebeibyc3ZstBaseController.cs" />
  170. <Compile Include="Controllers\fchebeihyc3\Fchebeihyc3ZstController.cs" />
  171. <Compile Include="Controllers\fchebeip5\Fchebeipl5BaseController.cs" />
  172. <Compile Include="Controllers\fchebeip5\Fchebeipl5ZstController.cs" />
  173. <Compile Include="Controllers\fchebeipl7\Fchebeipl7BaseController.cs" />
  174. <Compile Include="Controllers\fchebeipl7\Fchebeipl7ZstController.cs" />
  175. <Compile Include="Controllers\fchljp62\Fchljp62ZstBaseController.cs" />
  176. <Compile Include="Controllers\fchljp62\Fchljp62ZstController.cs" />
  177. <Compile Include="Controllers\fcah25x5\Fcah25x5ZstBaseController.cs" />
  178. <Compile Include="Controllers\fcah25x5\Fcah25x5ZstController.cs" />
  179. <Compile Include="Controllers\fcdf61\Fcdf61ZstBaseController.cs" />
  180. <Compile Include="Controllers\fcdf61\Fcdf61ZstController.cs" />
  181. <Compile Include="Controllers\dlt\DltGjBaseController.cs" />
  182. <Compile Include="Controllers\dlt\DltGjController.cs" />
  183. <Compile Include="Controllers\dlt\DltZstBaseController.cs" />
  184. <Compile Include="Controllers\dlt\DltZstController.cs" />
  185. <Compile Include="Controllers\fcgxklsc\FcgxklscZstBaseController.cs" />
  186. <Compile Include="Controllers\fcgxklsc\FcgxklscZstController.cs" />
  187. <Compile Include="Controllers\fchongkong\Fchongkong6hcBaseController.cs" />
  188. <Compile Include="Controllers\fchongkong\Fchongkong6hcZstController.cs" />
  189. <Compile Include="Controllers\fcshttcx4\Fcshttcx4BaseController.cs" />
  190. <Compile Include="Controllers\fcshttcx4\Fcshttcx4ZstController.cs" />
  191. <Compile Include="Controllers\gp\qt\TcbjkzcBaseController.cs" />
  192. <Compile Include="Controllers\gp\qt\TcbjkzcZstController.cs" />
  193. <Compile Include="Controllers\gp\ssc\BasesscZstController.cs" />
  194. <Compile Include="Controllers\gp\ssc\CqsscController.cs" />
  195. <Compile Include="Controllers\gp\ssc\HljsscController.cs" />
  196. <Compile Include="Controllers\gp\ssc\TjsscController.cs" />
  197. <Compile Include="Controllers\gp\ssc\XjsscController.cs" />
  198. <Compile Include="Controllers\gp\ssc\YnsscController.cs" />
  199. <Compile Include="Controllers\tcfj22x5\Tcfj22x5ZstBaseController.cs" />
  200. <Compile Include="Controllers\tcfj22x5\Tcfj22x5ZstController.cs" />
  201. <Compile Include="Controllers\fcgd26X5\Fcgd26x5ZstBaseController.cs" />
  202. <Compile Include="Controllers\fcgd26X5\Fcgd26x5ZstController.cs" />
  203. <Compile Include="Controllers\fchb30x5\Fchb30x5ZstBaseController.cs" />
  204. <Compile Include="Controllers\fchb30x5\Fchb30x5ZstController.cs" />
  205. <Compile Include="Controllers\fchd15x5\Fchd15x5ZstBaseController.cs" />
  206. <Compile Include="Controllers\fchd15x5\Fchd15x5ZstController.cs" />
  207. <Compile Include="Controllers\fchebei20x5\Fchebei20x5ZstBaseController.cs" />
  208. <Compile Include="Controllers\fchebei20x5\Fchebei20x5ZstController.cs" />
  209. <Compile Include="Controllers\tczj20x5\Tczj20x5ZstBaseController.cs" />
  210. <Compile Include="Controllers\tczj20x5\Tczj20x5ZstController.cs" />
  211. <Compile Include="Controllers\fchlj22x5\Fchlj22x5ZstBaseController.cs" />
  212. <Compile Include="Controllers\fchlj22x5\Fchlj22x5ZstController.cs" />
  213. <Compile Include="Controllers\fchlj36x7\Fchlj36x7ZstBaseController.cs" />
  214. <Compile Include="Controllers\fchlj36x7\Fchlj36x7ZstController.cs" />
  215. <Compile Include="Controllers\fchn22x5\Fchn22x5ZstBaseController.cs" />
  216. <Compile Include="Controllers\fchn22x5\Fchn22x5ZstController.cs" />
  217. <Compile Include="Controllers\fcln35x7\Fcln35x7ZstBaseController.cs" />
  218. <Compile Include="Controllers\fcln35x7\Fcln35x7ZstController.cs" />
  219. <Compile Include="Controllers\fcny36x7\Fcny36x7ZstBaseController.cs" />
  220. <Compile Include="Controllers\fcny36x7\Fcny36x7ZstController.cs" />
  221. <Compile Include="Controllers\fcsd\FcsdController.cs" />
  222. <Compile Include="Controllers\fcsd\FcsdToolController.cs" />
  223. <Compile Include="Controllers\fcsd\FcsdYlBaseController.cs" />
  224. <Compile Include="Controllers\fcsd\FcsdYlController.cs" />
  225. <Compile Include="Controllers\fcxj18x7Zst\Fcxj18x7ZstBaseController.cs" />
  226. <Compile Include="Controllers\fcxj18x7Zst\Fcxj18x7ZstController.cs" />
  227. <Compile Include="Controllers\fcxj35x7\Fcxj35x7ZstBaseController.cs" />
  228. <Compile Include="Controllers\fcxj35x7\Fcxj35x7ZstController.cs" />
  229. <Compile Include="Controllers\gdhc1\Gdhc1ZstBaseController.cs" />
  230. <Compile Include="Controllers\gdhc1\Gdhc1ZstController.cs" />
  231. <Compile Include="Controllers\gp\11x5\Bj11x5Controller.cs" />
  232. <Compile Include="Controllers\gp\11x5\Gd11x5Controller.cs" />
  233. <Compile Include="Controllers\gp\11x5\Base11x5Controller.cs" />
  234. <Compile Include="Controllers\gp\11x5\Ah11x5Controller.cs" />
  235. <Compile Include="Controllers\gp\11x5\Gx11x5Controller.cs" />
  236. <Compile Include="Controllers\gp\11x5\Gz11x5Controller.cs" />
  237. <Compile Include="Controllers\gp\11x5\Heb11x5Controller.cs" />
  238. <Compile Include="Controllers\gp\11x5\Hb11x5Controller.cs" />
  239. <Compile Include="Controllers\gp\11x5\Jx11x5Controller.cs" />
  240. <Compile Include="Controllers\gp\11x5\Jl11x5Controller.cs" />
  241. <Compile Include="Controllers\gp\11x5\Tj11x5Controller.cs" />
  242. <Compile Include="Controllers\gp\11x5\Yn11x5Controller.cs" />
  243. <Compile Include="Controllers\gp\11x5\Zj11x5Controller.cs" />
  244. <Compile Include="Controllers\gp\11x5\Sh11x5Controller.cs" />
  245. <Compile Include="Controllers\gp\11x5\Fj11x5Controller.cs" />
  246. <Compile Include="Controllers\gp\11x5\Gs11x5Controller.cs" />
  247. <Compile Include="Controllers\gp\11x5\Js11x5Controller.cs" />
  248. <Compile Include="Controllers\gp\11x5\Hlj11x5Controller.cs" />
  249. <Compile Include="Controllers\gp\11x5\Sd11x5Controller.cs" />
  250. <Compile Include="Controllers\gp\11x5\Nmg11x5Controller.cs" />
  251. <Compile Include="Controllers\gp\11x5\Shanx11x5Controller.cs" />
  252. <Compile Include="Controllers\gp\11x5\Sx11x5Controller.cs" />
  253. <Compile Include="Controllers\gp\11x5\Ln11x5Controller.cs" />
  254. <Compile Include="Controllers\gp\11x5\Xj11x5Controller.cs" />
  255. <Compile Include="Controllers\gp\k3\Bjk3Controller.cs" />
  256. <Compile Include="Controllers\gp\k3\Fjk3Controller.cs" />
  257. <Compile Include="Controllers\gp\k3\Gsk3Controller%29.cs" />
  258. <Compile Include="Controllers\gp\k3\Gxk3Controller.cs" />
  259. <Compile Include="Controllers\gp\k3\Gzk3Controller%29.cs" />
  260. <Compile Include="Controllers\gp\k3\Hbk3Controller.cs" />
  261. <Compile Include="Controllers\gp\k3\Hnk3Controller%29.cs" />
  262. <Compile Include="Controllers\gp\k3\Jlk3Controller.cs" />
  263. <Compile Include="Controllers\gp\k3\Jxk3Controller.cs" />
  264. <Compile Include="Controllers\gp\k3\Nmgk3Controller.cs" />
  265. <Compile Include="Controllers\gp\k3\Basek3Controller.cs" />
  266. <Compile Include="Controllers\gp\k3\Ahk3Controller.cs" />
  267. <Compile Include="Controllers\gp\k3\Hebk3Controller.cs" />
  268. <Compile Include="Controllers\gp\k3\Jsk3Controller.cs" />
  269. <Compile Include="Controllers\gp\k3\Qhk3Controller.cs" />
  270. <Compile Include="Controllers\gp\k3\Shk3Controller.cs" />
  271. <Compile Include="Controllers\gp\kl12\Zjkl12Controller.cs" />
  272. <Compile Include="Controllers\gp\kl12\Lnkl12Controller.cs" />
  273. <Compile Include="Controllers\gp\kl12\Sckl12Controller.cs" />
  274. <Compile Include="Controllers\gp\kl12\Basekl12Controller.cs" />
  275. <Compile Include="Controllers\gp\klsf\Hljkl10fController.cs" />
  276. <Compile Include="Controllers\gp\klsf\Cqkl10fController.cs" />
  277. <Compile Include="Controllers\gp\klsf\Ynkl10fController.cs" />
  278. <Compile Include="Controllers\gp\klsf\Hnkl10fController.cs" />
  279. <Compile Include="Controllers\gp\klsf\Tjkl10fController.cs" />
  280. <Compile Include="Controllers\gp\klsf\Gdkl10fController.cs" />
  281. <Compile Include="Controllers\gp\klsf\Gxkl10fController.cs" />
  282. <Compile Include="Controllers\gp\qt\BaseshsslController.cs" />
  283. <Compile Include="Controllers\gp\qt\Fcbjkl8BaseController.cs" />
  284. <Compile Include="Controllers\gp\qt\Fcbjkl8Controller.cs" />
  285. <Compile Include="Controllers\gp\qt\Fcbjpk10BaseController.cs" />
  286. <Compile Include="Controllers\gp\qt\Fcbjpk10Controller.cs" />
  287. <Compile Include="Controllers\gp\qt\FcsdqyhBaseController.cs" />
  288. <Compile Include="Controllers\gp\qt\FcsdqyhController.cs" />
  289. <Compile Include="Controllers\gp\qt\FcshsslController.cs" />
  290. <Compile Include="Controllers\gp\klsf\Sxkl10fController.cs" />
  291. <Compile Include="Controllers\gp\klsf\Basekl10fController.cs" />
  292. <Compile Include="Controllers\gp\qt\TchnxyscBaseController.cs" />
  293. <Compile Include="Controllers\gp\qt\TchnxyscController.cs" />
  294. <Compile Include="Controllers\gp\qt\Tcsdklpk3BaseController.cs" />
  295. <Compile Include="Controllers\gp\qt\Tcsdklpk3Controller.cs" />
  296. <Compile Include="Controllers\gp\qt\TchnytdjBaseController.cs" />
  297. <Compile Include="Controllers\gp\qt\TchnytdjController.cs" />
  298. <Compile Include="Controllers\help\HelpController.cs" />
  299. <Compile Include="Controllers\gp\qt\TcsxytdjBaseController.cs" />
  300. <Compile Include="Controllers\gp\qt\TcsxytdjController.cs" />
  301. <Compile Include="Controllers\HomeController.cs" />
  302. <Compile Include="Controllers\MainController.cs" />
  303. <Compile Include="Controllers\notic\NoticeController.cs" />
  304. <Compile Include="Controllers\skills\SkillsController.cs" />
  305. <Compile Include="Controllers\qlc\QlcController.cs" />
  306. <Compile Include="Controllers\qlc\QlcToolController.cs" />
  307. <Compile Include="Controllers\qxc\QxcToolController.cs" />
  308. <Compile Include="Controllers\Shared\SharedController.cs" />
  309. <Compile Include="Controllers\ssq\SsqGjBaseController.cs" />
  310. <Compile Include="Controllers\qxc\QxcController.cs" />
  311. <Compile Include="Controllers\ssq\SsqGjController.cs" />
  312. <Compile Include="Controllers\ssq\SsqYlController.cs" />
  313. <Compile Include="Controllers\ssq\SsqZstBaseController.cs" />
  314. <Compile Include="Controllers\ssq\SsqYlBaseController.cs" />
  315. <Compile Include="Controllers\ssq\SsqZstController.cs" />
  316. <Compile Include="Controllers\fcszfc35x7\Fcszfc35x7ZstBaseController.cs" />
  317. <Compile Include="Controllers\fcszfc35x7\Fcszfc35x7ZstController.cs" />
  318. <Compile Include="Controllers\TbController.cs" />
  319. <Compile Include="Controllers\tcfj31x7\Tcfj31x7ZstBaseController.cs" />
  320. <Compile Include="Controllers\tcfj31x7\Tcfj31x7ZstController.cs" />
  321. <Compile Include="Controllers\tcfj36x7\Tcfj36x7ZstBaseController.cs" />
  322. <Compile Include="Controllers\tcfj36x7\Tcfj36x7ZstController.cs" />
  323. <Compile Include="Controllers\tchlj61\Tchlj61ZstBaseController.cs" />
  324. <Compile Include="Controllers\tchlj61\Tchlj61ZstController.cs" />
  325. <Compile Include="Controllers\tchn41\Tchn41ZstBaseController.cs" />
  326. <Compile Include="Controllers\tchn41\Tchn41ZstController.cs" />
  327. <Compile Include="Controllers\tcjs7ws\Tcjs7wsZstBaseController.cs" />
  328. <Compile Include="Controllers\tcjs7ws\Tcjs7wsZstController.cs" />
  329. <Compile Include="Controllers\tcp3\Tcp3Controller.cs" />
  330. <Compile Include="Controllers\tcp3\Tcp3ToolController.cs" />
  331. <Compile Include="Controllers\tcp3\Tcp3YlBaseController.cs" />
  332. <Compile Include="Controllers\tcp3\Tcp3YlController.cs" />
  333. <Compile Include="Controllers\tcp5\Tcp5Controller.cs" />
  334. <Compile Include="Controllers\tcp5\Tcp5ToolController.cs" />
  335. <Compile Include="Controllers\term\TermController.cs" />
  336. <Compile Include="Controllers\ToolDownloadController.cs" />
  337. <Compile Include="Controllers\tczj61\Tczj61ZstController.cs" />
  338. <Compile Include="Controllers\tczj61\Tczjj61ZstBaseController.cs" />
  339. <Compile Include="Controllers\fcxj25x7Zst\Fcxj25x7ZstBaseController.cs" />
  340. <Compile Include="Controllers\fcxj25x7Zst\Fcxj25x7ZstController.cs" />
  341. <Compile Include="Controllers\zslist\zslistController.cs" />
  342. <Compile Include="Controllers\ZtController.cs" />
  343. <Compile Include="Global.asax.cs">
  344. <DependentUpon>Global.asax</DependentUpon>
  345. </Compile>
  346. <Compile Include="PageFunc.cs" />
  347. <Compile Include="Properties\AssemblyInfo.cs" />
  348. <Compile Include="Statics.cs" />
  349. <Compile Include="TrendChartSearchField.cs" />
  350. <Compile Include="ZstOutHelp.cs" />
  351. <Compile Include="ZtUtil.cs" />
  352. </ItemGroup>
  353. <ItemGroup>
  354. <Content Include="about\aboutus.html" />
  355. <Content Include="about\adout_us.gif" />
  356. <Content Include="about\copyright.html" />
  357. <Content Include="about\dhs_06.gif" />
  358. <Content Include="about\dhs_08.gif" />
  359. <Content Include="about\dhs_10.gif" />
  360. <Content Include="about\dhs_12.gif" />
  361. <Content Include="about\dh_06.gif" />
  362. <Content Include="about\dh_08.gif" />
  363. <Content Include="about\dh_10.gif" />
  364. <Content Include="about\dh_12.gif" />
  365. <Content Include="about\logo.gif" />
  366. <Content Include="about\logo.png" />
  367. <Content Include="about\logokjh.jpg" />
  368. <Content Include="about\logotk.png" />
  369. <Content Include="about\logozx.png" />
  370. <Content Include="about\map.html" />
  371. <Content Include="about\maps.gif" />
  372. <Content Include="about\min_bg.gif" />
  373. <Content Include="about\qq.png" />
  374. <Content Include="about\relation.html" />
  375. <Content Include="about\wenm.gif" />
  376. <Content Include="about\zhen.gif" />
  377. <Content Include="Config\LotteryCode.xml" />
  378. <Content Include="favicon.ico" />
  379. <Content Include="Global.asax" />
  380. <Content Include="ApplicationInsights.config">
  381. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  382. </Content>
  383. <Content Include="static\carousel\css\ft-carousel.css" />
  384. <Content Include="static\carousel\img\002.png" />
  385. <Content Include="static\carousel\img\01.png" />
  386. <Content Include="static\carousel\img\02.png" />
  387. <Content Include="static\carousel\img\03.png" />
  388. <Content Include="static\carousel\img\04.png" />
  389. <Content Include="static\carousel\img\11.jpg" />
  390. <Content Include="static\carousel\img\a1.jpg" />
  391. <Content Include="static\carousel\img\a2.jpg" />
  392. <Content Include="static\carousel\img\a3.jpg" />
  393. <Content Include="static\carousel\img\lunbo.png" />
  394. <Content Include="static\carousel\img\next.png" />
  395. <Content Include="static\carousel\img\prev.png" />
  396. <Content Include="static\carousel\js\ft-carousel.min.js" />
  397. <Content Include="static\carousel\js\jquery.min.js" />
  398. <Content Include="static\css\base.css" />
  399. <Content Include="static\css\charts.css" />
  400. <Content Include="static\css\charts.min.css" />
  401. <Content Include="static\css\font\iconfont.svg" />
  402. <Content Include="static\css\hb.css" />
  403. <Content Include="static\css\iconfont.css" />
  404. <Content Include="static\css\jquery.fancybox.css" />
  405. <Content Include="static\css\special.css" />
  406. <Content Include="static\css\tool.css" />
  407. <Content Include="static\css\tool.min.css" />
  408. <Content Include="static\hc\exporting.js" />
  409. <Content Include="static\hc\highcharts.js" />
  410. <Content Include="static\images\00.gif" />
  411. <Content Include="static\images\404.jpg" />
  412. <Content Include="static\images\55128.png" />
  413. <Content Include="static\images\666.jpg" />
  414. <Content Include="static\images\ac_down.gif" />
  415. <Content Include="static\images\area.png" />
  416. <Content Include="static\images\box_blue.gif" />
  417. <Content Include="static\images\box_hui.gif" />
  418. <Content Include="static\images\box_red.gif" />
  419. <Content Include="static\images\ch_ball.gif" />
  420. <Content Include="static\images\close.gif" />
  421. <Content Include="static\images\close_h.gif" />
  422. <Content Include="static\images\color_cz.png" />
  423. <Content Include="static\images\czicon\22x5.png" />
  424. <Content Include="static\images\czicon\fcah25x5.png" />
  425. <Content Include="static\images\czicon\fcahk3.png" />
  426. <Content Include="static\images\czicon\fcbjk3.png" />
  427. <Content Include="static\images\czicon\fcbjkl8.png" />
  428. <Content Include="static\images\czicon\fcbjpk10.png" />
  429. <Content Include="static\images\czicon\fccqkl10f.png" />
  430. <Content Include="static\images\czicon\fccqssc.png" />
  431. <Content Include="static\images\czicon\fcdf61.png" />
  432. <Content Include="static\images\czicon\fcfjk3.png" />
  433. <Content Include="static\images\czicon\fcgd26x5.png" />
  434. <Content Include="static\images\czicon\fcgdkl10f.png" />
  435. <Content Include="static\images\czicon\fcgsk3.png" />
  436. <Content Include="static\images\czicon\fcgxk3.png" />
  437. <Content Include="static\images\czicon\fcgxkl10f.png" />
  438. <Content Include="static\images\czicon\fcgxklsc.png" />
  439. <Content Include="static\images\czicon\fcgzk3.png" />
  440. <Content Include="static\images\czicon\fchb30x5.png" />
  441. <Content Include="static\images\czicon\fchbk3.png" />
  442. <Content Include="static\images\czicon\fchd15x5.png" />
  443. <Content Include="static\images\czicon\fchebei20x5.png" />
  444. <Content Include="static\images\czicon\fchebeihyc2.png" />
  445. <Content Include="static\images\czicon\fchebeihyc3.png" />
  446. <Content Include="static\images\czicon\fchebeipl5.png" />
  447. <Content Include="static\images\czicon\fchebeipl7.png" />
  448. <Content Include="static\images\czicon\fchebk3.png" />
  449. <Content Include="static\images\czicon\fchlj22x5.png" />
  450. <Content Include="static\images\czicon\fchlj36x7.png" />
  451. <Content Include="static\images\czicon\fchljkl10f.png" />
  452. <Content Include="static\images\czicon\fchljp62.png" />
  453. <Content Include="static\images\czicon\fchljssc.png" />
  454. <Content Include="static\images\czicon\fchn22x5.png" />
  455. <Content Include="static\images\czicon\fchnk3.png" />
  456. <Content Include="static\images\czicon\fchnkl10f.png" />
  457. <Content Include="static\images\czicon\fcjlk3.png" />
  458. <Content Include="static\images\czicon\fcjsk3.png" />
  459. <Content Include="static\images\czicon\fcjxk3.png" />
  460. <Content Include="static\images\czicon\fcln35x7.png" />
  461. <Content Include="static\images\czicon\fclnkl12.png" />
  462. <Content Include="static\images\czicon\fcnmgk3.png" />
  463. <Content Include="static\images\czicon\fcny36x7.png" />
  464. <Content Include="static\images\czicon\fcqhk3.png" />
  465. <Content Include="static\images\czicon\fcqlc.png" />
  466. <Content Include="static\images\czicon\fcsckl12.png" />
  467. <Content Include="static\images\czicon\fcsd.png" />
  468. <Content Include="static\images\czicon\fcsdqyh.png" />
  469. <Content Include="static\images\czicon\fcshanxkl10f.png" />
  470. <Content Include="static\images\czicon\fcshk3.png" />
  471. <Content Include="static\images\czicon\fcshssl.png" />
  472. <Content Include="static\images\czicon\fcshttc4.png" />
  473. <Content Include="static\images\czicon\fcssq.png" />
  474. <Content Include="static\images\czicon\fcsxkl10f.png" />
  475. <Content Include="static\images\czicon\fcsz35x7.png" />
  476. <Content Include="static\images\czicon\fctjkl10f.png" />
  477. <Content Include="static\images\czicon\fctjssc.png" />
  478. <Content Include="static\images\czicon\fcxj18x7.png" />
  479. <Content Include="static\images\czicon\fcxj25x7.png" />
  480. <Content Include="static\images\czicon\fcxj35x7.png" />
  481. <Content Include="static\images\czicon\fcxjssc.png" />
  482. <Content Include="static\images\czicon\fcxjxlc.png" />
  483. <Content Include="static\images\czicon\fcynkl10f.png" />
  484. <Content Include="static\images\czicon\fcynssc.png" />
  485. <Content Include="static\images\czicon\fczjkl12.png" />
  486. <Content Include="static\images\czicon\gdhc1.png" />
  487. <Content Include="static\images\czicon\tcah11x5.png" />
  488. <Content Include="static\images\czicon\tcbj11x5.png" />
  489. <Content Include="static\images\czicon\tcbjkzc.png" />
  490. <Content Include="static\images\czicon\tcdlt.png" />
  491. <Content Include="static\images\czicon\tcfj11x5.png" />
  492. <Content Include="static\images\czicon\tcfj22x5.png" />
  493. <Content Include="static\images\czicon\tcfj31x7.png" />
  494. <Content Include="static\images\czicon\tcfj36x7.png" />
  495. <Content Include="static\images\czicon\tcgd11x5.png" />
  496. <Content Include="static\images\czicon\tcgs11x5.png" />
  497. <Content Include="static\images\czicon\tcgx11x5.png" />
  498. <Content Include="static\images\czicon\tcgz11x5.png" />
  499. <Content Include="static\images\czicon\tchb11x5.png" />
  500. <Content Include="static\images\czicon\tcheb11x5.png" />
  501. <Content Include="static\images\czicon\tchlj11x5.png" />
  502. <Content Include="static\images\czicon\tchlj61.png" />
  503. <Content Include="static\images\czicon\tchn41.png" />
  504. <Content Include="static\images\czicon\tchnky481.png" />
  505. <Content Include="static\images\czicon\tchnxysc.png" />
  506. <Content Include="static\images\czicon\tcjl11x5.png" />
  507. <Content Include="static\images\czicon\tcjs11x5.png" />
  508. <Content Include="static\images\czicon\tcjs7ws.png" />
  509. <Content Include="static\images\czicon\tcjx11x5.png" />
  510. <Content Include="static\images\czicon\tcln11x5.png" />
  511. <Content Include="static\images\czicon\tcnmg11x5.png" />
  512. <Content Include="static\images\czicon\tcp3.png" />
  513. <Content Include="static\images\czicon\tcp5.png" />
  514. <Content Include="static\images\czicon\tcqxc.png" />
  515. <Content Include="static\images\czicon\tcsd11x5.png" />
  516. <Content Include="static\images\czicon\tcsdklpk3.png" />
  517. <Content Include="static\images\czicon\tcsh11x5.png" />
  518. <Content Include="static\images\czicon\tcshanx11x5.png" />
  519. <Content Include="static\images\czicon\tcsx11x5.png" />
  520. <Content Include="static\images\czicon\tcsxytdj.png" />
  521. <Content Include="static\images\czicon\tctj11x5.png" />
  522. <Content Include="static\images\czicon\tcxj11x5.png" />
  523. <Content Include="static\images\czicon\tcyn11x5.png" />
  524. <Content Include="static\images\czicon\tczj11x5.png" />
  525. <Content Include="static\images\czicon\tczj61.png" />
  526. <Content Include="static\images\down.gif" />
  527. <Content Include="static\images\fancybox\blank.gif" />
  528. <Content Include="static\images\fancybox\close.gif" />
  529. <Content Include="static\images\fancybox\close_h.gif" />
  530. <Content Include="static\images\fancybox\fancybox_loading%402x.gif" />
  531. <Content Include="static\images\fancybox\fancybox_loading.gif" />
  532. <Content Include="static\images\fancybox\fancybox_overlay.png" />
  533. <Content Include="static\images\fancybox\fancybox_sprite%402x.png" />
  534. <Content Include="static\images\fancybox\fancybox_sprite.png" />
  535. <Content Include="static\images\fancybox\jquery.fancybox-1.3.4.css" />
  536. <Content Include="static\images\fancybox\jquery.fancybox-1.3.4.js" />
  537. <Content Include="static\images\fancybox\jquery.fancybox.css" />
  538. <Content Include="static\images\fancybox\jquery.fancybox.js" />
  539. <Content Include="static\images\fancybox\jquery.fancybox.pack.js" />
  540. <Content Include="static\images\gray_ball.gif" />
  541. <Content Include="static\images\green_ball.gif" />
  542. <Content Include="static\images\hb.png" />
  543. <Content Include="static\images\hm_order.gif" />
  544. <Content Include="static\images\lh_ball.gif" />
  545. <Content Include="static\images\red_ball_1.gif" />
  546. <Content Include="static\images\red_ball_2.gif" />
  547. <Content Include="static\images\128.png" />
  548. <Content Include="static\images\128index.png" />
  549. <Content Include="static\images\128zst.jpg" />
  550. <Content Include="static\images\ad.jpg" />
  551. <Content Include="static\images\back_old.gif" />
  552. <Content Include="static\images\back_old_01.gif" />
  553. <Content Include="static\images\back_old_small.gif" />
  554. <Content Include="static\images\bagua.jpg" />
  555. <Content Include="static\images\ball-frame.gif" />
  556. <Content Include="static\images\ball_01.png" />
  557. <Content Include="static\images\blue_ball.gif" />
  558. <Content Include="static\images\beian.png" />
  559. <Content Include="static\images\bg_01_03.gif" />
  560. <Content Include="static\images\biaoji.gif" />
  561. <Content Include="static\images\blueline.gif" />
  562. <Content Include="static\images\buy.gif" />
  563. <Content Include="static\images\chart-bg.png" />
  564. <Content Include="static\images\chart-icon.png" />
  565. <Content Include="static\images\chartball-small.png" />
  566. <Content Include="static\images\chartball.png" />
  567. <Content Include="static\images\chartBall01.gif" />
  568. <Content Include="static\images\chartBall02.gif" />
  569. <Content Include="static\images\chartBall03.gif" />
  570. <Content Include="static\images\chartBall04.gif" />
  571. <Content Include="static\images\chartBall05.gif" />
  572. <Content Include="static\images\chartBall06.gif" />
  573. <Content Include="static\images\chartBall07.gif" />
  574. <Content Include="static\images\chartBall08.gif" />
  575. <Content Include="static\images\chartBall09.gif" />
  576. <Content Include="static\images\chartBall10.gif" />
  577. <Content Include="static\images\chartBall11.gif" />
  578. <Content Include="static\images\close.png" />
  579. <Content Include="static\images\Column\04a0bae4-d2ba-4800-b04e-4c94d01241dd.jpg" />
  580. <Content Include="static\images\Column\0bb3dc1d-3817-4aa3-8078-ac4d2ce5a236.jpg" />
  581. <Content Include="static\images\Column\0f4f60e8-b871-4af0-95ae-479884e74cf3.jpg" />
  582. <Content Include="static\images\Column\139da99c-914e-4f27-80aa-cda8271f5a1d.jpg" />
  583. <Content Include="static\images\Column\215cda4d-c8d9-4e1f-b629-3676dde3f012.jpg" />
  584. <Content Include="static\images\Column\2bc17dce-9747-4d0a-b3a0-034803457766.jpg" />
  585. <Content Include="static\images\Column\37594ec9-837f-4941-9f44-cc172add101f.jpg" />
  586. <Content Include="static\images\Column\3a52cd72-2932-4d2d-a30f-4a22df4aa11c.jpg" />
  587. <Content Include="static\images\Column\3deb744f-3dc8-429e-a15c-1fc41af4da79.jpg" />
  588. <Content Include="static\images\Column\3ef870a9-5962-4b6e-a2e9-42ecfc1ae06b.jpg" />
  589. <Content Include="static\images\Column\475aee8b-774e-45ae-b9a7-de87d89a88cf.jpg" />
  590. <Content Include="static\images\Column\48979033-2372-4117-bfa9-2593b9e44891.jpg" />
  591. <Content Include="static\images\Column\603e7b85-a56b-4188-b9d4-0618487d403f.jpg" />
  592. <Content Include="static\images\Column\625616ec-1192-49fa-bd5e-715dafc5daa5.jpg" />
  593. <Content Include="static\images\Column\6e5eca81-652c-4d04-9b9e-676c4e89310e.jpg" />
  594. <Content Include="static\images\Column\72369698-fa7e-4d06-8185-eff94e3a11f2.jpg" />
  595. <Content Include="static\images\Column\834f1922-dc9c-41f1-bed1-ffad2d5ae9de.jpg" />
  596. <Content Include="static\images\Column\8416b500-0136-4104-ba75-615365d375b0.jpg" />
  597. <Content Include="static\images\Column\84494200-cb71-4459-83d8-a416a9d15e16.jpg" />
  598. <Content Include="static\images\Column\8586dd32-76bc-4290-a30f-9881ce7146d2.jpg" />
  599. <Content Include="static\images\Column\8a758cfc-51fe-4ac1-b63a-4b66454ae475.jpg" />
  600. <Content Include="static\images\Column\8d87dfbe-5174-4b3f-a567-074c1267409f.jpg" />
  601. <Content Include="static\images\Column\902558b4-58bd-4bc9-bbcd-70dad550f949.jpg" />
  602. <Content Include="static\images\Column\9111e71e-a4a3-4ed4-935d-8d1078dab9a0.jpg" />
  603. <Content Include="static\images\Column\92bf2db9-646b-4a2c-8b67-bd976cb821f8.jpg" />
  604. <Content Include="static\images\Column\98a531a8-a46c-4b4f-9301-35dd55d00989.jpg" />
  605. <Content Include="static\images\Column\9cb837a6-85c1-4b15-bf18-e028f613f39c.jpg" />
  606. <Content Include="static\images\Column\9e8c5f5e-f7b6-475c-9a4c-7850fd57e4fd.jpg" />
  607. <Content Include="static\images\Column\a109e27b-f63c-400e-a053-2a979fef5426.jpg" />
  608. <Content Include="static\images\Column\a11ece7d-36f6-4f38-8a4e-8d8891d994d1.jpg" />
  609. <Content Include="static\images\Column\a2fe5d09-caf7-43bb-80c0-78c8af94c9fd.jpg" />
  610. <Content Include="static\images\Column\a84425b8-e569-40ce-87f6-65aadd7bbfff.jpg" />
  611. <Content Include="static\images\Column\a89d412c-7274-4a0e-983f-b6b6bd7ad297.jpg" />
  612. <Content Include="static\images\Column\a8daebd1-ae83-47e5-97aa-655ef02f2215.jpg" />
  613. <Content Include="static\images\Column\aa2ea611-a989-43f9-913b-1c10756958d4.jpg" />
  614. <Content Include="static\images\Column\acc1ce77-de24-440f-9638-daba5a640526.jpg" />
  615. <Content Include="static\images\Column\ad58a953-6f1a-40a6-9c42-893f4eea0fac.jpg" />
  616. <Content Include="static\images\Column\ad68a267-5568-4c1a-9e06-ed8667f84f55.jpg" />
  617. <Content Include="static\images\Column\b6c075e1-1eb5-476a-9c2e-3eeb70c5f937.jpg" />
  618. <Content Include="static\images\Column\bad269ac-b38c-4c09-bb8e-6a59e2dc713e.jpg" />
  619. <Content Include="static\images\Column\bc82790a-4f6f-4e6b-b222-7e8a09551efe.jpg" />
  620. <Content Include="static\images\Column\c5945a4f-634e-48fd-b083-92ed3ab870a3.jpg" />
  621. <Content Include="static\images\Column\d68da569-3fd9-4196-98d5-8fb17f6d3e8e.jpg" />
  622. <Content Include="static\images\Column\d8e1289c-9b2e-4eb1-b399-8a0bac75d286.jpg" />
  623. <Content Include="static\images\Column\df8114bd-dfa0-491a-99a1-3c88fb5a6814.jpg" />
  624. <Content Include="static\images\Column\e5e72428-3b59-403a-86ce-0361725fc700.jpg" />
  625. <Content Include="static\images\Column\e6a47980-b101-49c6-9f26-faf5e8844da2.jpg" />
  626. <Content Include="static\images\Column\ea96314c-29e7-4889-8600-1f900f4adf42.jpg" />
  627. <Content Include="static\images\Column\efecc939-8efd-4030-8dfe-766ae878afc1.jpg" />
  628. <Content Include="static\images\Column\f4ec72a5-e640-4fbb-ac9b-b106f54495da.jpg" />
  629. <Content Include="static\images\Column\f61fc586-7871-4130-b105-189469393c85.jpg" />
  630. <Content Include="static\images\Column\fc455d80-aef5-4555-8c83-69959f6c0534.jpg" />
  631. <Content Include="static\images\Column\fded02d4-929a-4307-9adf-df4f1b590d04.jpg" />
  632. <Content Include="static\images\Column\fe974977-99fd-47b2-8dbe-4304b9857438.jpg" />
  633. <Content Include="static\images\Column\fec8b988-b4a3-4235-875b-333fe5157038.jpg" />
  634. <Content Include="static\images\cplogo-36.gif" />
  635. <Content Include="static\images\cplogo_30.gif" />
  636. <Content Include="static\images\cplogo_36.gif" />
  637. <Content Include="static\images\cplogo_72.gif" />
  638. <Content Include="static\images\cz_banner_bg.gif" />
  639. <Content Include="static\images\dcsj_01.gif" />
  640. <Content Include="static\images\del.gif" />
  641. <Content Include="static\images\download.gif" />
  642. <Content Include="static\images\fc.gif" />
  643. <Content Include="static\images\gp.gif" />
  644. <Content Include="static\images\icon.gif" />
  645. <Content Include="static\images\icon.png" />
  646. <Content Include="static\images\icon1.png" />
  647. <Content Include="static\images\icon_01.png" />
  648. <Content Include="static\images\icon_02.png" />
  649. <Content Include="static\images\ico_index.png" />
  650. <Content Include="static\images\ikcl-01.png" />
  651. <Content Include="static\images\img_06.jpg" />
  652. <Content Include="static\images\img_07.jpg" />
  653. <Content Include="static\images\img_08.jpg" />
  654. <Content Include="static\images\img_09.jpg" />
  655. <Content Include="static\images\img_10.jpg" />
  656. <Content Include="static\images\img_11.jpg" />
  657. <Content Include="static\images\jiou.png" />
  658. <Content Include="static\images\kancaila_100.jpg" />
  659. <Content Include="static\images\kancaila_100.png" />
  660. <Content Include="static\images\kancaila_120.jpg" />
  661. <Content Include="static\images\kjh_ball.gif" />
  662. <Content Include="static\images\kjh_logo.gif" />
  663. <Content Include="static\images\kjh_top_bg.gif" />
  664. <Content Include="static\images\kjss.gif" />
  665. <Content Include="static\images\kscx.gif" />
  666. <Content Include="static\images\ksfx.gif" />
  667. <Content Include="static\images\ksjs.gif" />
  668. <Content Include="static\images\ksxh.gif" />
  669. <Content Include="static\images\ksyj_01.gif" />
  670. <Content Include="static\images\kszh.gif" />
  671. <Content Include="static\images\label.gif" />
  672. <Content Include="static\images\line-blue.gif" />
  673. <Content Include="static\images\line-purple.gif" />
  674. <Content Include="static\images\line-red.gif" />
  675. <Content Include="static\images\line.jpg" />
  676. <Content Include="static\images\line_03.png" />
  677. <Content Include="static\images\logo-1.png" />
  678. <Content Include="static\images\logo.gif" />
  679. <Content Include="static\images\lot-high.jpg" />
  680. <Content Include="static\images\lot.gif" />
  681. <Content Include="static\images\lottery-logo-36.png" />
  682. <Content Include="static\images\lottery-logo.png" />
  683. <Content Include="static\images\lottery_logo.png" />
  684. <Content Include="static\images\message.jpg" />
  685. <Content Include="static\images\more.gif" />
  686. <Content Include="static\images\more.png" />
  687. <Content Include="static\images\p3_message.jpg" />
  688. <Content Include="static\images\phone_icon.gif" />
  689. <Content Include="static\images\phone_icon.jpg" />
  690. <Content Include="static\images\pnohe_icon.png" />
  691. <Content Include="static\images\poker.png" />
  692. <Content Include="static\images\Recruitment1-15.jpg" />
  693. <Content Include="static\images\Recruitment1-17-1.jpg" />
  694. <Content Include="static\images\Recruitment1-17-2.jpg" />
  695. <Content Include="static\images\Recruitment1-17-3.jpg" />
  696. <Content Include="static\images\Recruitment1-17-4.jpg" />
  697. <Content Include="static\images\Recruitment1-17-5.jpg" />
  698. <Content Include="static\images\Recruitment1-17-6.jpg" />
  699. <Content Include="static\images\Recruitment1-17-7.jpg" />
  700. <Content Include="static\images\Recruitment1-17-8.jpg" />
  701. <Content Include="static\images\Recruitment1-17.jpg" />
  702. <Content Include="static\images\Recruitment1-5.jpg" />
  703. <Content Include="static\images\Recruitment2%282017-07-26%29.jpg" />
  704. <Content Include="static\images\Recruitment2-3.jpg" />
  705. <Content Include="static\images\Recruitment2-4.jpg" />
  706. <Content Include="static\images\Recruitment2.jpg" />
  707. <Content Include="static\images\redline.gif" />
  708. <Content Include="static\images\resetss.gif" />
  709. <Content Include="static\images\result_bg.gif" />
  710. <Content Include="static\images\select_1.gif" />
  711. <Content Include="static\images\select_2.gif" />
  712. <Content Include="static\images\select_3.gif" />
  713. <Content Include="static\images\select_ball.gif" />
  714. <Content Include="static\images\shi_icon.gif" />
  715. <Content Include="static\images\shouji.png" />
  716. <Content Include="static\images\show_box_bg.gif" />
  717. <Content Include="static\images\show_box_close.gif" />
  718. <Content Include="static\images\solgan.png" />
  719. <Content Include="static\images\sort.gif" />
  720. <Content Include="static\images\sp_logo.png" />
  721. <Content Include="static\images\ss.gif" />
  722. <Content Include="static\images\ssq_blue.gif" />
  723. <Content Include="static\images\ssq_db.gif" />
  724. <Content Include="static\images\ssq_red.gif" />
  725. <Content Include="static\images\ssq_red_hui.gif" />
  726. <Content Include="static\images\ss_button.gif" />
  727. <Content Include="static\images\ss_button1.gif" />
  728. <Content Include="static\images\ss_button2.gif" />
  729. <Content Include="static\images\ss_num_bg.gif" />
  730. <Content Include="static\images\submit_bg.gif" />
  731. <Content Include="static\images\tb_tu.gif" />
  732. <Content Include="static\images\tb_tu1.gif" />
  733. <Content Include="static\images\tb_tu2.gif" />
  734. <Content Include="static\images\tb_tu3.gif" />
  735. <Content Include="static\images\tc.gif" />
  736. <Content Include="static\images\th_ball.gif" />
  737. <Content Include="static\images\times_order.gif" />
  738. <Content Include="static\images\tools_button.gif" />
  739. <Content Include="static\images\tool_button_bg.gif" />
  740. <Content Include="static\images\topbanner.gif" />
  741. <Content Include="static\images\top_bg.gif" />
  742. <Content Include="static\images\tumi.jpg" />
  743. <Content Include="static\images\up.gif" />
  744. <Content Include="static\images\weixin.png" />
  745. <Content Include="static\images\weixin1.png" />
  746. <Content Include="static\images\weixin_qrcode.jpg" />
  747. <Content Include="static\images\weixin_qrcode0.jpg" />
  748. <Content Include="static\images\weixin_qrcode1.jpg" />
  749. <Content Include="static\images\winingNote.gif" />
  750. <Content Include="static\images\yaojiang.gif" />
  751. <Content Include="static\images\yaojiang.jpg" />
  752. <Content Include="static\images\zcbanner.jpg" />
  753. <Content Include="static\js\baidutj.js" />
  754. <Content Include="static\js\dltdb.js" />
  755. <Content Include="static\js\dltgs.js" />
  756. <Content Include="static\js\function.js" />
  757. <Content Include="static\js\hashtable.js" />
  758. <Content Include="static\js\hb.js" />
  759. <Content Include="static\js\jquery.fancybox.js" />
  760. <Content Include="static\js\jquery.js" />
  761. <Content Include="static\js\kefu.js" />
  762. <Content Include="static\js\qlcdb.js" />
  763. <Content Include="static\js\qlcgs.js" />
  764. <Content Include="static\js\ssqdb.js" />
  765. <Content Include="static\js\ssqgs.js" />
  766. <Content Include="static\js\ssqyhq.js" />
  767. <Content Include="static\js\tipbox.js" />
  768. <Content Include="static\js\Tool.js" />
  769. <Content Include="static\js\trendChart2.js" />
  770. <Content Include="static\js\trendChart.js" />
  771. <Content Include="Views\Fcbjpk10\Jozs.cshtml" />
  772. <Content Include="Views\Fcbjpk10\Dxzs.cshtml" />
  773. <Content Include="Views\Fcbjpk10\Zhzs.cshtml" />
  774. <Content Include="Views\Fchb30x5Zst\Hzzs.cshtml" />
  775. <Content Include="Views\Fchb30x5Zst\Jbzs.cshtml" />
  776. <Content Include="Views\Help\List.cshtml" />
  777. <Content Include="Views\Help\Detail.cshtml" />
  778. <Content Include="Views\FcsdTool\Gsfx.cshtml" />
  779. <Content Include="Views\FcsdYl\Hzyl.cshtml" />
  780. <Content Include="Views\FcsdTool\Ssgjjy.cshtml" />
  781. <Content Include="Config\data\qlcjz.conf" />
  782. <Content Include="Views\QlcTool\Xz.cshtml" />
  783. <Content Include="Views\QxcTool\Fsarray.cshtml" />
  784. <Content Include="Views\QxcTool\ZhSsgj.cshtml" />
  785. <Content Include="Views\Fcsdqyh\Jbzs.cshtml" />
  786. <Content Include="Views\Fcsdqyh\Hzzs.cshtml" />
  787. <Content Include="Views\Fcsdqyh\Wezs.cshtml" />
  788. <Content Include="Views\Fcsdqyh\Wszs.cshtml" />
  789. <Content Include="Views\Fcsdqyh\Wsizs.cshtml" />
  790. <Content Include="Views\Fcsdqyh\S1zs.cshtml" />
  791. <Content Include="Views\Fcsdqyh\S2zs.cshtml" />
  792. <Content Include="Views\Fcsdqyh\S3zs.cshtml" />
  793. <Content Include="Views\Fcsdqyh\S4zs.cshtml" />
  794. <Content Include="Views\Fcsdqyh\S5zs.cshtml" />
  795. <Content Include="Views\FcsdYl\Szyl.cshtml" />
  796. <Content Include="Views\FcsdYl\Joyl.cshtml" />
  797. <Content Include="Views\FcsdYl\Dxyl.cshtml" />
  798. <Content Include="Views\FcsdYl\Zhyl.cshtml" />
  799. <Content Include="Views\FcsdYl\Kdyl.cshtml" />
  800. <Content Include="Views\FcsdYl\_012yl.cshtml" />
  801. <Content Include="Views\FcsdYl\hwyl.cshtml" />
  802. <Content Include="log4net.config" />
  803. <Content Include="Config\data\static.config" />
  804. <Content Include="Config\data\qqwry.dat" />
  805. <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
  806. <Content Include="Views\Notice\Index.cshtml" />
  807. <Content Include="Views\Notice\Detail.cshtml" />
  808. <Content Include="static\images\czicon\desktop.ini" />
  809. <Content Include="Views\QlcTool\Sjxh.cshtml" />
  810. <Content Include="Views\QlcTool\Dtzh.cshtml" />
  811. <Content Include="Views\QlcTool\Gsfx.cshtml" />
  812. <Content Include="Views\QlcTool\Lsdb.cshtml" />
  813. <Content Include="Views\QlcTool\Zxss.cshtml" />
  814. <Content Include="Views\FcsdTool\Sjhfx.cshtml" />
  815. <Content Include="Views\Fc22x5Tool\Jejs.cshtml" />
  816. <Content Include="Views\Fc22x5Tool\Sjxh.cshtml" />
  817. <Content Include="Views\Fc22x5Tool\Ssgj.cshtml" />
  818. <Content Include="Views\Fc22x5\Hzzs.cshtml" />
  819. <Content Include="Views\Fc22x5\Chzs.cshtml" />
  820. <Content Include="Views\Fc22x5\Lhzs.cshtml" />
  821. <Content Include="Views\Fc22x5\Index.cshtml" />
  822. <Content Include="Views\Shared\dfc_footer\dfc_18x7_footer.cshtml" />
  823. <Content Include="Views\Shared\dfc_footer\dfc_20x5_footer.cshtml" />
  824. <Content Include="Views\Shared\dfc_footer\dfc_22x5_footer.cshtml" />
  825. <Content Include="Views\Shared\dfc_footer\dfc_25x5_footer.cshtml" />
  826. <Content Include="Views\Shared\dfc_footer\dfc_25x7_footer.cshtml" />
  827. <Content Include="Views\Shared\dfc_footer\dfc_26x5_footer.cshtml" />
  828. <Content Include="Views\Shared\dfc_footer\dfc_30x5_footer.cshtml" />
  829. <Content Include="Views\Shared\dfc_footer\dfc_31x7_footer.cshtml" />
  830. <Content Include="Views\Shared\dfc_footer\dfc_35x7_footer.cshtml" />
  831. <Content Include="Views\Shared\dfc_footer\dfc_36x7_footer.cshtml" />
  832. <Content Include="Views\Shared\dfc_footer\dfc_4+1_footer.cshtml" />
  833. <Content Include="Views\Shared\dfc_footer\dfc_6+1_footer.cshtml" />
  834. <Content Include="Views\Shared\dfc_footer\dfc_7ws_footer.cshtml" />
  835. <Content Include="Views\Shared\dfc_footer\dfc_hc1_footer.cshtml" />
  836. <Content Include="Views\Shared\dfc_footer\dfc_hyc_footer.cshtml" />
  837. <Content Include="Views\Shared\dfc_footer\dfc_klsc_footer.cshtml" />
  838. <Content Include="Views\Shared\dfc_footer\dfc_p5_footer.cshtml" />
  839. <Content Include="Views\Shared\dfc_footer\dfc_p62_footer.cshtml" />
  840. <Content Include="Views\Shared\dfc_footer\dfc_p7_footer.cshtml" />
  841. <Content Include="Views\Shared\dfc_footer\dfc_szfc_footer.cshtml" />
  842. <Content Include="Views\Shared\dfc_footer\dfc_ttcx_footer.cshtml" />
  843. <Content Include="Views\Shared\dfc_footer\dfc_xgc_footer.cshtml" />
  844. <Content Include="Views\Shared\Error.cshtml" />
  845. <Content Include="Views\Shared\footer.cshtml" />
  846. <Content Include="Views\Shared\gpc_footer\gpc_11x5_footer.cshtml" />
  847. <Content Include="Views\Shared\gpc_footer\gpc_k3_footer.cshtml" />
  848. <Content Include="Views\Shared\gpc_footer\gpc_kl10_footer.cshtml" />
  849. <Content Include="Views\Shared\gpc_footer\gpc_kl12_footer.cshtml" />
  850. <Content Include="Views\Shared\gpc_footer\gpc_other_footer.cshtml" />
  851. <Content Include="Views\Shared\gpc_footer\gpc_ssc_footer.cshtml" />
  852. <Content Include="Views\Shared\header.cshtml" />
  853. <Content Include="Views\Shared\qgc_footer\qgc_fcqlc_footer.cshtml" />
  854. <Content Include="Views\Shared\qgc_footer\qgc_fcsd_footer.cshtml" />
  855. <Content Include="Views\Shared\qgc_footer\qgc_fcssq_footer.cshtml" />
  856. <Content Include="Views\Shared\qgc_footer\qgc_tcdlt_footer.cshtml" />
  857. <Content Include="Views\Shared\qgc_footer\qgc_tcp3_footer.cshtml" />
  858. <Content Include="Views\Shared\qgc_footer\qgc_tcp5_footer.cshtml" />
  859. <Content Include="Views\Shared\qgc_footer\qgc_tcqxc_footer.cshtml" />
  860. <Content Include="Views\Shared\_Advertisement.cshtml" />
  861. <Content Include="Views\Shared\_dqwf.cshtml" />
  862. <Content Include="Views\Shared\_help.cshtml" />
  863. <Content Include="Views\Shared\_Hot.cshtml" />
  864. <Content Include="Views\Shared\_Layout.cshtml" />
  865. <Content Include="Views\Shared\_Layout_help.cshtml" />
  866. <Content Include="Views\Shared\_Layout_tool.cshtml" />
  867. <Content Include="Views\Shared\_Links.cshtml" />
  868. <Content Include="Views\Shared\_zslist.cshtml" />
  869. <Content Include="Views\Shared\_zst.cshtml" />
  870. <Content Include="Views\Shared\_zt.cshtml" />
  871. <Content Include="Views\Skills\Index.cshtml" />
  872. <Content Include="Views\Skills\Details.cshtml" />
  873. <Content Include="Views\Error\Index.cshtml" />
  874. <Content Include="Views\Skills\GetPageData.cshtml" />
  875. <Content Include="Views\Tb\List.cshtml" />
  876. <Content Include="Views\Tb\tb_159.cshtml" />
  877. <Content Include="Views\Tb\tb_70.cshtml" />
  878. <Content Include="Views\Tb\tb_71.cshtml" />
  879. <Content Include="Web.config">
  880. <SubType>Designer</SubType>
  881. </Content>
  882. <Content Include="Web.Debug.config">
  883. <DependentUpon>Web.config</DependentUpon>
  884. </Content>
  885. <Content Include="Web.Release.config">
  886. <DependentUpon>Web.config</DependentUpon>
  887. </Content>
  888. <Content Include="Views\Web.config" />
  889. <Content Include="Views\_ViewStart.cshtml" />
  890. <Content Include="Views\Home\About.cshtml" />
  891. <Content Include="Views\Home\Contact.cshtml" />
  892. <Content Include="Views\Home\Index.cshtml" />
  893. <Content Include="Views\Tchnxysc\Jbzs.cshtml" />
  894. <Content Include="Views\Tchnxysc\Gjzs.cshtml" />
  895. <Content Include="Views\Tchnxysc\Gyjzhx.cshtml" />
  896. <Content Include="Views\Tcp3Tool\Fsarray.cshtml" />
  897. <Content Include="Views\Tcp3Tool\Fsfx.cshtml" />
  898. <Content Include="Views\Tcp3Tool\Hmfx.cshtml" />
  899. <Content Include="Views\Tcp3Tool\Hzhwarray.cshtml" />
  900. <Content Include="Views\Tcp3Tool\Ssgj.cshtml" />
  901. <Content Include="Views\Tcp3Tool\Wch.cshtml" />
  902. <Content Include="Views\Tcp3Tool\Zhuihao.cshtml" />
  903. <Content Include="Views\Tcp3Tool\Zxss.cshtml" />
  904. <Content Include="Views\Tcp5Tool\ZhSsgj.cshtml" />
  905. <Content Include="Views\Tchnxysc\Gyzx.cshtml" />
  906. <Content Include="Views\Tchnxysc\Gyzhx.cshtml" />
  907. <Content Include="Views\Tcsxytdj\Jbzs.cshtml" />
  908. <Content Include="Views\Tcsxytdj\Chzs.cshtml" />
  909. <Content Include="Views\Tcsxytdj\Hzzs.cshtml" />
  910. <Content Include="Views\Tcsxytdj\Dxzs.cshtml" />
  911. <Content Include="Views\Tcsxytdj\Jozs.cshtml" />
  912. <Content Include="Views\Tcsxytdj\Zhzs.cshtml" />
  913. <Content Include="Views\Tcp3Yl\Hzyl.cshtml" />
  914. <Content Include="Views\Tcp3Yl\Szyl.cshtml" />
  915. <Content Include="Views\Tcp3Yl\Dxyl.cshtml" />
  916. <Content Include="Views\Tcp3Yl\Joyl.cshtml" />
  917. <Content Include="Views\Tcp3Yl\Kdyl.cshtml" />
  918. <Content Include="Views\Tcp3Yl\_012yl.cshtml" />
  919. <Content Include="Views\Tcp3Yl\Zhyl.cshtml" />
  920. <Content Include="Views\Tcp3Yl\Hwyl.cshtml" />
  921. <Content Include="Views\Tcp3Tool\Gsfx.cshtml" />
  922. <Content Include="Views\Tcp3Tool\Postp3ssResult.cshtml" />
  923. <Content Include="Views\Tcp3Tool\Dxarray.cshtml" />
  924. <Content Include="Views\Tcp3Tool\Joarray.cshtml" />
  925. <Content Include="Views\Tcp3Tool\Ssgjjy.cshtml" />
  926. <Content Include="Views\Tcsdklpk3\Jbzs.cshtml" />
  927. <Content Include="Views\Tcsdklpk3\Chzs.cshtml" />
  928. <Content Include="Views\Tcsdklpk3\Hzzs.cshtml" />
  929. <Content Include="Views\Tcsdklpk3\Dxzs.cshtml" />
  930. <Content Include="Views\Tcsdklpk3\Jozs.cshtml" />
  931. <Content Include="Views\Tcsdklpk3\Zhzs.cshtml" />
  932. <Content Include="Views\Tcsdklpk3\Hszs.cshtml" />
  933. <Content Include="Views\Term\Index.cshtml" />
  934. <Content Include="Views\Term\Details.cshtml" />
  935. <Content Include="Views\Tchnytdj\Chzs.cshtml" />
  936. <Content Include="Views\Tchnytdj\Dxzs.cshtml" />
  937. <Content Include="Views\Tchnytdj\Hzzs.cshtml" />
  938. <Content Include="Views\Tchnytdj\Jbzs.cshtml" />
  939. <Content Include="Views\Tchnytdj\Jozs.cshtml" />
  940. <Content Include="Views\Tchnytdj\Zhzs.cshtml" />
  941. <Content Include="Views\Tb\tb_158.cshtml" />
  942. <Content Include="Views\Tb\tb_72.cshtml" />
  943. <Content Include="Views\Tb\tb_73.cshtml" />
  944. <Content Include="Views\Tb\tb_74.cshtml" />
  945. <Content Include="Views\Tb\tb_75.cshtml" />
  946. <Content Include="Views\Tb\tb_76.cshtml" />
  947. <Content Include="Views\Tb\tb_77.cshtml" />
  948. <Content Include="Views\Tb\tb_78.cshtml" />
  949. <Content Include="Views\Tb\tb_79.cshtml" />
  950. <Content Include="Views\Tb\tb_80.cshtml" />
  951. <Content Include="Views\Tb\tb_81.cshtml" />
  952. <Content Include="Views\Tb\tb_82.cshtml" />
  953. <Content Include="Views\Tb\tb_83.cshtml" />
  954. <Content Include="Views\Tb\tb_84.cshtml" />
  955. <Content Include="Views\Tb\tb_85.cshtml" />
  956. <Content Include="Views\Tb\tb_86.cshtml" />
  957. <Content Include="Views\Tb\tb_87.cshtml" />
  958. <Content Include="Views\Tb\tb_88.cshtml" />
  959. <Content Include="Views\Tb\tb_89.cshtml" />
  960. <Content Include="Views\Tb\tb_90.cshtml" />
  961. <Content Include="Views\Tb\tb_91.cshtml" />
  962. <Content Include="Views\Shared\dfc_footer\dfc_15x5_footer.cshtml" />
  963. <Content Include="Views\Fcsd\Bsgkdzs.cshtml" />
  964. <Content Include="Views\Tcp3\Bsgkdzs.cshtml" />
  965. <Content Include="Views\Zt\Sdhzscb.cshtml" />
  966. <Content Include="Views\Home\Hb.cshtml" />
  967. <Content Include="Views\Home\Gg.cshtml" />
  968. <Content Include="Views\FcsdTool\Output.cshtml" />
  969. <Content Include="Views\SsqGj\SsgjResultPage.cshtml" />
  970. <Content Include="Views\DltGj\SsgjResultPage.cshtml" />
  971. <Content Include="Views\Shared\_ssresult.cshtml" />
  972. <Content Include="static\css\font\iconfont.eot" />
  973. <Content Include="static\css\font\iconfont.ttf" />
  974. <Content Include="static\css\font\iconfont.woff" />
  975. <Content Include="Views\fcxj25x7Zst\Hzzs.cshtml" />
  976. <Content Include="Views\fcxj25x7Zst\Jbzs.cshtml" />
  977. <Content Include="Views\fcxj18x7Zst\Hzzs.cshtml" />
  978. <Content Include="Views\fcxj18x7Zst\Jbzs.cshtml" />
  979. <Content Include="Views\Tczj20x5Zst\Hzzs.cshtml" />
  980. <Content Include="Views\Tczj20x5Zst\Jbzs.cshtml" />
  981. <Content Include="Views\Fchebei20x5Zst\Hzzs.cshtml" />
  982. <Content Include="Views\Fchebei20x5Zst\Jbzs.cshtml" />
  983. <Content Include="Views\Fchljp62Zst\Hzzs.cshtml" />
  984. <Content Include="Views\Fchljp62Zst\Jbzs.cshtml" />
  985. <Content Include="Views\Fchlj22x5Zst\Jbzs.cshtml" />
  986. <Content Include="Views\Fchlj22x5Zst\Hzzs.cshtml" />
  987. <Content Include="Views\Tcfj22x5Zst\Jbzs.cshtml" />
  988. <Content Include="Views\Tcfj22x5Zst\Hzzs.cshtml" />
  989. <Content Include="Views\FcgxklscZst\Jbzs.cshtml" />
  990. <Content Include="Views\FcgxklscZst\Hzzs.cshtml" />
  991. <Content Include="Views\Tchlj61Zst\Jbzs.cshtml" />
  992. <Content Include="Views\Tchlj61Zst\Hzzs.cshtml" />
  993. <Content Include="Views\Fcszfc35x7st\Jbzs.cshtml" />
  994. <Content Include="Views\Fcszfc35x7st\Hzzs.cshtml" />
  995. <Content Include="Views\Fcln35x7st\Jbzs.cshtml" />
  996. <Content Include="Views\Fcln35x7st\Hzzs.cshtml" />
  997. <Content Include="Views\Fchlj36x7Zst\Jbzs.cshtml" />
  998. <Content Include="Views\Fchlj36x7Zst\Hzzs.cshtml" />
  999. <Content Include="Views\Fcah25x5Zst\Jbzs.cshtml" />
  1000. <Content Include="Views\Fcah25x5Zst\Hzzs.cshtml" />
  1001. <Content Include="Views\Fcgd26x5Zst\Jbzs.cshtml" />
  1002. <Content Include="Views\Fcgd26x5Zst\Hzzs.cshtml" />
  1003. <Content Include="Views\Cqssc\Index.cshtml" />
  1004. <Content Include="Views\Cqssc\Hzzs.cshtml" />
  1005. <Content Include="Views\Cqssc\Cohzs.cshtml" />
  1006. <Content Include="Views\Xjssc\Index.cshtml" />
  1007. <Content Include="Views\Xjssc\Hzzs.cshtml" />
  1008. <Content Include="Views\Xjssc\Cohzs.cshtml" />
  1009. <Content Include="Views\Hljssc\Index.cshtml" />
  1010. <Content Include="Views\Hljssc\Hzzs.cshtml" />
  1011. <Content Include="Views\Hljssc\Cohzs.cshtml" />
  1012. <Content Include="Views\Tjssc\Index.cshtml" />
  1013. <Content Include="Views\Tjssc\Hzzs.cshtml" />
  1014. <Content Include="Views\Tjssc\Cohzs.cshtml" />
  1015. <Content Include="Views\Ynssc\Index.cshtml" />
  1016. <Content Include="Views\Ynssc\Hzzs.cshtml" />
  1017. <Content Include="Views\Ynssc\Cohzs.cshtml" />
  1018. <Content Include="Views\Tchn41Zst\Index.cshtml" />
  1019. <Content Include="Views\Tchn41Zst\Hzzs.cshtml" />
  1020. <Content Include="Views\Fcszfc35x7Zst\Hzzs.cshtml" />
  1021. <Content Include="Views\Fcszfc35x7Zst\Jbzs.cshtml" />
  1022. <Content Include="Views\Fchebeipl5Zst\Index.cshtml" />
  1023. <Content Include="Views\Fchebeipl5Zst\Hzzs.cshtml" />
  1024. <Content Include="Views\Fchebeipl7Zst\Index.cshtml" />
  1025. <Content Include="Views\Fchebeipl7Zst\Hzzs.cshtml" />
  1026. <Content Include="Views\Fchebeihyc2Zst\Jbzs.cshtml" />
  1027. <Content Include="Views\Fchebeihyc2Zst\Hzzs.cshtml" />
  1028. <Content Include="Views\Fchebeihyc3Zst\Jbzs.cshtml" />
  1029. <Content Include="Views\Fchebeihyc3Zst\Hzzs.cshtml" />
  1030. <Content Include="Views\Fcshttcx4Zst\Index.cshtml" />
  1031. <Content Include="Views\Fcshttcx4Zst\Hzzs.cshtml" />
  1032. <Content Include="Views\TcbjkzcZst\Jbzs.cshtml" />
  1033. <Content Include="Views\TcbjkzcZst\Hzzs.cshtml" />
  1034. <Content Include="Views\Fchongkong6hcZst\Jbzs.cshtml" />
  1035. <Content Include="Views\Fchongkong6hcZst\Tmzs.cshtml" />
  1036. <Content Include="Views\Fchongkong6hcZst\Bszs.cshtml" />
  1037. <Content Include="Views\Fchongkong6hcZst\Dszs.cshtml" />
  1038. <Content Include="Views\Fchongkong6hcZst\Dwzs.cshtml" />
  1039. <Content Include="Views\Fchongkong6hcZst\Tmtszs.cshtml" />
  1040. <Content Include="Views\Fchongkong6hcZst\Tmwszs.cshtml" />
  1041. <Content Include="Views\Fchongkong6hcZst\Tmwxzs.cshtml" />
  1042. </ItemGroup>
  1043. <ItemGroup>
  1044. <Folder Include="App_Data\" />
  1045. <Folder Include="Views\BasesscZst\" />
  1046. <Folder Include="Views\Fcfj22x5ZstBase\" />
  1047. <Folder Include="Views\FcgxklscZstBase\" />
  1048. <Folder Include="Views\Fchebeibyc2ZstBase\" />
  1049. <Folder Include="Views\Fchebeibyc3ZstBase\" />
  1050. <Folder Include="Views\Fchebeihyc2\" />
  1051. <Folder Include="Views\Fchebeip5Base\" />
  1052. <Folder Include="Views\fchebeip5\" />
  1053. <Folder Include="Views\Fchebeipl7Base\" />
  1054. <Folder Include="Views\Fchlj22x5ZstBase\" />
  1055. <Folder Include="Views\FchongkongBase\" />
  1056. <Folder Include="Views\FchongkongZst\" />
  1057. <Folder Include="Views\FcsdYlBase\" />
  1058. <Folder Include="Views\Fcshttcx4Base\" />
  1059. <Folder Include="Views\Fj11x5\" />
  1060. <Folder Include="Views\Gs11x5\" />
  1061. <Folder Include="Views\Hb11x5\" />
  1062. <Folder Include="Views\Main\" />
  1063. <Folder Include="Views\Nmg11x5\" />
  1064. <Folder Include="Views\Sanx11x5\" />
  1065. <Folder Include="Views\Sx11x5\" />
  1066. <Folder Include="Views\SzfcBase\" />
  1067. <Folder Include="Views\Szfc\" />
  1068. <Folder Include="Views\TcbjkzcBase\" />
  1069. <Folder Include="Views\Tchlj61ZstBase\" />
  1070. <Folder Include="Views\Tchn41ZstBase\" />
  1071. <Folder Include="Views\ToolDownload\" />
  1072. <Folder Include="Views\Xj11x5\" />
  1073. </ItemGroup>
  1074. <ItemGroup>
  1075. <Content Include="Config\Resources.config" />
  1076. <Content Include="Config\data\ssqzj.conf" />
  1077. <Content Include="Config\data\dltzj.conf" />
  1078. <None Include="packages.config" />
  1079. <Content Include="Views\SsqZst\Aczs.cshtml" />
  1080. <Content Include="Views\SsqZst\Dlxzs.cshtml" />
  1081. <Content Include="Views\Fcsd\Index.cshtml" />
  1082. <Content Include="Views\Fcsd\Chzs.cshtml" />
  1083. <Content Include="Views\Fcsd\Hzzs.cshtml" />
  1084. <Content Include="Views\SsqZst\Jbzs.cshtml" />
  1085. <Content Include="Views\SsqZst\Hzzs.cshtml" />
  1086. <Content Include="Views\SsqZst\Lhzs.cshtml" />
  1087. <Content Include="Views\SsqZst\Chzs.cshtml" />
  1088. <Content Include="Views\SsqZst\Lqzs.cshtml" />
  1089. <Content Include="Views\SsqZst\Zezs.cshtml" />
  1090. <Content Include="Views\SsqZst\Zszs.cshtml" />
  1091. <Content Include="Views\SsqZst\Zrzs.cshtml" />
  1092. <Content Include="Views\SsqZst\Chpl.cshtml" />
  1093. <Content Include="Views\SsqZst\Zmzs.cshtml" />
  1094. <Content Include="Views\SsqZst\Xlzs.cshtml" />
  1095. <Content Include="Views\SsqZst\Xtzs.cshtml" />
  1096. <Content Include="Views\SsqZst\Sszs.cshtml" />
  1097. <Content Include="Views\SsqYl\Red.cshtml" />
  1098. <Content Include="Views\SsqYl\Blue.cshtml" />
  1099. <Content Include="Views\SsqYl\Hz.cshtml" />
  1100. <Content Include="Views\SsqGj\Xz.cshtml" />
  1101. <Content Include="Views\Fcsd\Hwzs.cshtml" />
  1102. <Content Include="Views\Fcsd\Kdzs.cshtml" />
  1103. <Content Include="Views\Fcsd\Zhzs.cshtml" />
  1104. <Content Include="Views\Fcsd\Z3zs.cshtml" />
  1105. <Content Include="Views\Fcsd\Sjhzs.cshtml" />
  1106. <Content Include="Views\Fcsd\zh012zs.cshtml" />
  1107. <Content Include="Views\Fcsd\Abc012zs.cshtml" />
  1108. <Content Include="Views\Fcsd\Ls012zs.cshtml" />
  1109. <Content Include="Views\Fcsd\Dxjozs.cshtml" />
  1110. <Content Include="Views\Fcsd\Zs012zs.cshtml" />
  1111. <Content Include="Views\Tcp3\Abc012zs.cshtml" />
  1112. <Content Include="Views\Tcp3\Chzs.cshtml" />
  1113. <Content Include="Views\Tcp3\Dxjozs.cshtml" />
  1114. <Content Include="Views\Tcp3\Hwzs.cshtml" />
  1115. <Content Include="Views\Tcp3\Hzzs.cshtml" />
  1116. <Content Include="Views\Tcp3\Index.cshtml" />
  1117. <Content Include="Views\Tcp3\Kdzs.cshtml" />
  1118. <Content Include="Views\Tcp3\Ls012zs.cshtml" />
  1119. <Content Include="Views\Tcp3\Sjhzs.cshtml" />
  1120. <Content Include="Views\Tcp3\Z3zs.cshtml" />
  1121. <Content Include="Views\Tcp3\zh012zs.cshtml" />
  1122. <Content Include="Views\Tcp3\Zhzs.cshtml" />
  1123. <Content Include="Views\Tcp3\Zs012zs.cshtml" />
  1124. <Content Include="Views\Tcp5\Index.cshtml" />
  1125. <Content Include="Views\SsqGj\Acjs.cshtml" />
  1126. <Content Include="Views\SsqGj\Sjxh.cshtml" />
  1127. <Content Include="Views\SsqGj\Hmgs.cshtml" />
  1128. <Content Include="Views\SsqGj\Lskj.cshtml" />
  1129. <Content Include="Views\SsqGj\Jejs.cshtml" />
  1130. <Content Include="Views\Qxc\Hzzs.cshtml" />
  1131. <Content Include="Views\Qxc\Index.cshtml" />
  1132. <Content Include="Views\Qxc\Zhzs.cshtml" />
  1133. <Content Include="Views\Tcp5\Hzzs.cshtml" />
  1134. <Content Include="Views\Tcp5\Cohzs.cshtml" />
  1135. <Content Include="Views\SsqGj\Dtzh.cshtml" />
  1136. <Content Include="Views\SsqGj\Ssgj.cshtml" />
  1137. <Content Include="Views\DltZst\Jbzs.cshtml" />
  1138. <Content Include="Views\DltZst\Qhzzs.cshtml" />
  1139. <Content Include="Views\Qlc\Cohzs.cshtml" />
  1140. <Content Include="Views\Qlc\Hzzs.cshtml" />
  1141. <Content Include="Views\Qlc\Index.cshtml" />
  1142. <Content Include="Views\Qlc\Lhzs.cshtml" />
  1143. <Content Include="Views\DltZst\Hhzzs.cshtml" />
  1144. <Content Include="Views\DltZst\Chzs.cshtml" />
  1145. <Content Include="Views\DltZst\Lhzs.cshtml" />
  1146. <Content Include="Views\DltZst\Zyzs.cshtml" />
  1147. <Content Include="Views\DltZst\Zszs.cshtml" />
  1148. <Content Include="Views\DltZst\Zlzs.cshtml" />
  1149. <Content Include="Views\DltZst\Stzs.cshtml" />
  1150. <Content Include="Views\DltZst\Hqzs.cshtml" />
  1151. <Content Include="Views\DltZst\Chpl.cshtml" />
  1152. <Content Include="Views\DltZst\Zmzs.cshtml" />
  1153. <Content Include="Views\DltZst\Xlzs.cshtml" />
  1154. <Content Include="Views\DltZst\Xtzs.cshtml" />
  1155. <Content Include="Views\DltGj\Ssgj.cshtml" />
  1156. <Content Include="Views\FcsdTool\Ssgj.cshtml" />
  1157. <Content Include="Views\FcsdTool\Post3dssResult.cshtml" />
  1158. <Content Include="Views\FcsdTool\Post3dzxssResult.cshtml" />
  1159. <Content Include="Views\FcsdTool\Zxss.cshtml" />
  1160. <Content Include="Views\FcsdTool\Wch.cshtml" />
  1161. <Content Include="Views\FcsdTool\Fsarray.cshtml" />
  1162. <Content Include="Views\FcsdTool\Hzhwarray.cshtml" />
  1163. <Content Include="Views\FcsdTool\Dxarray.cshtml" />
  1164. <Content Include="Views\FcsdTool\Joarray.cshtml" />
  1165. <Content Include="Views\FcsdTool\Xtarray.cshtml" />
  1166. <Content Include="Views\FcsdTool\Zhuihao.cshtml" />
  1167. <Content Include="Views\FcsdTool\R5x2fx.cshtml" />
  1168. <Content Include="Views\FcsdTool\Hmfx.cshtml" />
  1169. <Content Include="Views\FcsdTool\Fsfx.cshtml" />
  1170. <Content Include="Views\DltGj\Hmgs.cshtml" />
  1171. <Content Include="Views\DltGj\Lskj.cshtml" />
  1172. <Content Include="Views\DltGj\Xz.cshtml" />
  1173. <Content Include="Views\DltGj\Sjxh.cshtml" />
  1174. <Content Include="Views\DltGj\Dtzh.cshtml" />
  1175. <Content Include="Views\Fcdf61Zst\Hzzs.cshtml" />
  1176. <Content Include="Views\Fcdf61Zst\Jbzs.cshtml" />
  1177. <Content Include="Views\Fchd15x5Zst\Hzzs.cshtml" />
  1178. <Content Include="Views\Fchd15x5Zst\Jbzs.cshtml" />
  1179. <Content Include="Views\Tcfj36x7Zst\Jbzs.cshtml" />
  1180. <Content Include="Views\Tczj61Zst\Hzzs.cshtml" />
  1181. <Content Include="Views\Tczj61Zst\Jbzs.cshtml" />
  1182. <Content Include="Views\Tcjs7wsZst\Hzzs.cshtml" />
  1183. <Content Include="Views\Tcjs7wsZst\Jbzs.cshtml" />
  1184. <Content Include="Views\Tcfj36x7Zst\Hzzs.cshtml" />
  1185. <Content Include="Views\Fcny36x7Zst\Jbzs.cshtml" />
  1186. <Content Include="Views\Fcny36x7Zst\Hzzs.cshtml" />
  1187. <Content Include="Views\Tcfj31x7Zst\Jbzs.cshtml" />
  1188. <Content Include="Views\Tcfj31x7Zst\Hzzs.cshtml" />
  1189. <Content Include="Views\Fcxj35x7Zst\Jbzs.cshtml" />
  1190. <Content Include="Views\Fcxj35x7Zst\Hzzs.cshtml" />
  1191. <Content Include="Views\zslist\ZS.cshtml" />
  1192. <Content Include="Views\zslist\Ylgjtb.cshtml" />
  1193. <Content Include="Views\Gp11x5\11x5.cshtml" />
  1194. <Content Include="Views\Gp11x5\Hzzs.cshtml" />
  1195. <Content Include="Views\Gp11x5\Hzq2zs.cshtml" />
  1196. <Content Include="Views\Fchn22x5Zst\Jbzs.cshtml" />
  1197. <Content Include="Views\Fchn22x5Zst\Hzzs.cshtml" />
  1198. <Content Include="Views\Gdhc1Zst\Jbzs.cshtml" />
  1199. <Content Include="Views\Gdhc1Zst\Sxjj.cshtml" />
  1200. <Content Include="Views\Gp11x5\Q2zxzs.cshtml" />
  1201. <Content Include="Views\Gp11x5\Q2zuxzs.cshtml" />
  1202. <Content Include="Views\Gp11x5\Hzq3zs.cshtml" />
  1203. <Content Include="Views\Gp11x5\Q3zxzs.cshtml" />
  1204. <Content Include="Views\Gp11x5\Q3zuxzs.cshtml" />
  1205. <Content Include="Views\Gp11x5\Q1zs.cshtml" />
  1206. <Content Include="Views\zslist\zssj.cshtml" />
  1207. <Content Include="Views\Gpk3\k3.cshtml" />
  1208. <Content Include="Views\Gpk3\Hzzs.cshtml" />
  1209. <Content Include="Views\Gpk3\Xtzs.cshtml" />
  1210. <Content Include="Views\Gpk3\Zxzs.cshtml" />
  1211. <Content Include="Views\Gpk3\Zuxzs.cshtml" />
  1212. <Content Include="Views\Gpkl12\kl12.cshtml" />
  1213. <Content Include="Views\Gpkl12\Hzq2zs.cshtml" />
  1214. <Content Include="Views\Gpkl12\Hzq3zs.cshtml" />
  1215. <Content Include="Views\Gpkl12\Hzzs.cshtml" />
  1216. <Content Include="Views\Gpkl12\Q1zs.cshtml" />
  1217. <Content Include="Views\Gpkl12\Q2zuxzs.cshtml" />
  1218. <Content Include="Views\Gpkl12\Q2zxzs.cshtml" />
  1219. <Content Include="Views\Gpkl12\Q3zuxzs.cshtml" />
  1220. <Content Include="Views\Gpkl12\Q3zxzs.cshtml" />
  1221. <Content Include="Views\Gpkl10f\Hzq2zs.cshtml" />
  1222. <Content Include="Views\Gpkl10f\Hzq3zs.cshtml" />
  1223. <Content Include="Views\Gpkl10f\Hzzs.cshtml" />
  1224. <Content Include="Views\Gpkl10f\kl10f.cshtml" />
  1225. <Content Include="Views\Gpkl10f\Q1zs.cshtml" />
  1226. <Content Include="Views\Gpkl10f\Q2zuxzs.cshtml" />
  1227. <Content Include="Views\Gpkl10f\Q2zxzs.cshtml" />
  1228. <Content Include="Views\Gpkl10f\Q3zuxzs.cshtml" />
  1229. <Content Include="Views\Gxkl10f\Hzq2zs.cshtml" />
  1230. <Content Include="Views\Gxkl10f\Hzq3zs.cshtml" />
  1231. <Content Include="Views\Gxkl10f\Hzzs.cshtml" />
  1232. <Content Include="Views\Gxkl10f\kl10f.cshtml" />
  1233. <Content Include="Views\Gxkl10f\Q1zs.cshtml" />
  1234. <Content Include="Views\Gxkl10f\Q2zuxzs.cshtml" />
  1235. <Content Include="Views\Gxkl10f\Q2zxzs.cshtml" />
  1236. <Content Include="Views\Gxkl10f\Q3zuxzs.cshtml" />
  1237. <Content Include="Views\Qt\Shssc.cshtml" />
  1238. <Content Include="Views\Qt\Shsschz.cshtml" />
  1239. <Content Include="Views\Qt\Shsscxt.cshtml" />
  1240. <Content Include="Views\Qt\Shsscqh.cshtml" />
  1241. <Content Include="Views\Qt\ShsscQ2.cshtml" />
  1242. <Content Include="Views\Fcbjkl8\Hzzs.cshtml" />
  1243. <Content Include="Views\Fcbjkl8\Jbzs.cshtml" />
  1244. <Content Include="Views\Fcbjkl8\Znhzs.cshtml" />
  1245. <Content Include="Views\Fcbjkl8\Zhzs.cshtml" />
  1246. <Content Include="Views\Fcbjkl8\Jozs.cshtml" />
  1247. <Content Include="Views\Fcbjkl8\Dxzs.cshtml" />
  1248. <Content Include="Views\Fcbjpk10\Jbzs.cshtml" />
  1249. <Content Include="Views\Fcbjpk10\Gjzs.cshtml" />
  1250. <Content Include="Views\Fcbjpk10\Yjzs.cshtml" />
  1251. <Content Include="Views\Fcbjpk10\Jjzs.cshtml" />
  1252. <Content Include="Views\Zt\Index.cshtml" />
  1253. <Content Include="Views\Zt\ArticleIndex.cshtml" />
  1254. <Content Include="Views\Zt\_ArticleRight.cshtml" />
  1255. <Content Include="Views\Zt\ArticleInfo.cshtml" />
  1256. <Content Include="Views\Zt\Ssqfswf.cshtml" />
  1257. <Content Include="Views\zslist\Dqwf.cshtml" />
  1258. <Content Include="Views\Zt\Ssqzjgz.cshtml" />
  1259. <Content Include="Views\Zt\Ssqzmszj.cshtml" />
  1260. <Content Include="Views\Zt\ssqwf.cshtml" />
  1261. <Content Include="Views\Zt\Ssqmnyjq.cshtml" />
  1262. <Content Include="Views\Zt\Ssqjx.cshtml" />
  1263. <Content Include="Views\Zt\Ssq100qkjjg.cshtml" />
  1264. <Content Include="Views\Zt\Ssqjdkj.cshtml" />
  1265. <Content Include="Views\Zt\TukuIndex.cshtml" />
  1266. <Content Include="Views\Zt\Sdlskjhm.cshtml" />
  1267. <Content Include="Views\Zt\Sdsjhkj.cshtml" />
  1268. <Content Include="Views\Zt\Sdsjhcx.cshtml" />
  1269. <Content Include="Views\Zt\Sdlssdjt.cshtml" />
  1270. <Content Include="Views\Zt\Dltzjgz.cshtml" />
  1271. <Content Include="Views\Zt\Dltwf.cshtml" />
  1272. <Content Include="Views\Zt\Dltjdkj.cshtml" />
  1273. </ItemGroup>
  1274. <ItemGroup>
  1275. <ProjectReference Include="..\CB.Config\CB.Config.csproj">
  1276. <Project>{04E6ED1F-372C-4E12-AAD0-409218D2DB59}</Project>
  1277. <Name>CB.Config</Name>
  1278. </ProjectReference>
  1279. <ProjectReference Include="..\CP.Business\CP.Business.csproj">
  1280. <Project>{a298d632-143b-4505-bab5-024baf1cc92d}</Project>
  1281. <Name>CP.Business</Name>
  1282. </ProjectReference>
  1283. <ProjectReference Include="..\CP.Cache\CP.Cache.csproj">
  1284. <Project>{0705ee97-087e-4801-b274-7082638a8954}</Project>
  1285. <Name>CP.Cache</Name>
  1286. </ProjectReference>
  1287. <ProjectReference Include="..\CP.Common\CP.Common.csproj">
  1288. <Project>{cd102a12-e404-4a7c-8788-75e8307b2a9f}</Project>
  1289. <Name>CP.Common</Name>
  1290. </ProjectReference>
  1291. <ProjectReference Include="..\CP.Dapper\CP.Dapper.csproj">
  1292. <Project>{3ee8d64a-fb91-474e-acd6-6993917c1c12}</Project>
  1293. <Name>CP.Dapper</Name>
  1294. </ProjectReference>
  1295. <ProjectReference Include="..\CP.Model\CP.Model.csproj">
  1296. <Project>{a7012355-e3b8-4758-9677-5ca5e4c7180d}</Project>
  1297. <Name>CP.Model</Name>
  1298. </ProjectReference>
  1299. </ItemGroup>
  1300. <PropertyGroup>
  1301. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  1302. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  1303. </PropertyGroup>
  1304. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  1305. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  1306. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  1307. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  1308. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  1309. </Target>
  1310. <ProjectExtensions>
  1311. <VisualStudio>
  1312. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  1313. <WebProjectProperties>
  1314. <UseIIS>True</UseIIS>
  1315. <AutoAssignPort>True</AutoAssignPort>
  1316. <DevelopmentServerPort>7201</DevelopmentServerPort>
  1317. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  1318. <IISUrl>http://localhost:1122/</IISUrl>
  1319. <NTLMAuthentication>False</NTLMAuthentication>
  1320. <UseCustomServer>False</UseCustomServer>
  1321. <CustomServerUrl>
  1322. </CustomServerUrl>
  1323. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  1324. </WebProjectProperties>
  1325. </FlavorProperties>
  1326. </VisualStudio>
  1327. </ProjectExtensions>
  1328. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  1329. <PropertyGroup>
  1330. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  1331. </PropertyGroup>
  1332. <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'))" />
  1333. <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'))" />
  1334. </Target>
  1335. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1336. Other similar extension points exist, see Microsoft.Common.targets.
  1337. <Target Name="BeforeBuild">
  1338. </Target>
  1339. <Target Name="AfterBuild">
  1340. </Target> -->
  1341. </Project>