Lottomat.SOA.API.csproj 61 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275
  1. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <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')" />
  3. <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')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProductVersion>
  9. </ProductVersion>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <ProjectGuid>{3F4B26DB-F97D-48AA-A900-2C85D500585C}</ProjectGuid>
  12. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>Lottomat.SOA.API</RootNamespace>
  16. <AssemblyName>Lottomat.SOA.API</AssemblyName>
  17. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  18. <UseIISExpress>true</UseIISExpress>
  19. <Use64BitIISExpress />
  20. <IISExpressSSLPort />
  21. <IISExpressAnonymousAuthentication />
  22. <IISExpressWindowsAuthentication />
  23. <IISExpressUseClassicPipelineMode />
  24. <UseGlobalApplicationHostFile />
  25. <NuGetPackageImportStamp>
  26. </NuGetPackageImportStamp>
  27. <TargetFrameworkProfile />
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30. <DebugSymbols>true</DebugSymbols>
  31. <DebugType>full</DebugType>
  32. <Optimize>false</Optimize>
  33. <OutputPath>bin\</OutputPath>
  34. <DefineConstants>DEBUG;TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>pdbonly</DebugType>
  41. <Optimize>true</Optimize>
  42. <OutputPath>bin\</OutputPath>
  43. <DefineConstants>TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  49. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  50. </Reference>
  51. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  52. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Lottery.Cache, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>lib\Lottery.Cache.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Lottery.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>lib\Lottery.Common.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Lottery.Config, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>lib\Lottery.Config.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Lottery.Data, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>lib\Lottery.Data.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Lottery.Data.SqlServer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>lib\Lottery.Data.SqlServer.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Lottery.Entity, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>lib\Lottery.Entity.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Lottery.Interface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  79. <SpecificVersion>False</SpecificVersion>
  80. <HintPath>lib\Lottery.Interface.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Lottery.TrendChart, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  83. <SpecificVersion>False</SpecificVersion>
  84. <HintPath>lib\Lottery.TrendChart.dll</HintPath>
  85. </Reference>
  86. <Reference Include="Lottery.TrendTool, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  87. <SpecificVersion>False</SpecificVersion>
  88. <HintPath>lib\Lottery.TrendTool.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  91. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.5\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Microsoft.CSharp" />
  94. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  95. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  98. <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  99. </Reference>
  100. <Reference Include="System.Data.DataSetExtensions" />
  101. <Reference Include="System.Net.Http" />
  102. <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  103. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  104. </Reference>
  105. <Reference Include="System.Web.Cors, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  106. <HintPath>..\packages\Microsoft.AspNet.Cors.5.2.3\lib\net45\System.Web.Cors.dll</HintPath>
  107. </Reference>
  108. <Reference Include="System.Web.DynamicData" />
  109. <Reference Include="System.Web.Entity" />
  110. <Reference Include="System.Web.ApplicationServices" />
  111. <Reference Include="System.ComponentModel.DataAnnotations" />
  112. <Reference Include="System" />
  113. <Reference Include="System.Data" />
  114. <Reference Include="System.Web.Extensions" />
  115. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  116. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  117. </Reference>
  118. <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  119. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  120. </Reference>
  121. <Reference Include="System.Web.Http.Cors, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  122. <HintPath>..\packages\Microsoft.AspNet.WebApi.Cors.5.2.3\lib\net45\System.Web.Http.Cors.dll</HintPath>
  123. </Reference>
  124. <Reference Include="System.Drawing" />
  125. <Reference Include="System.Web" />
  126. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  127. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  128. </Reference>
  129. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  130. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  131. </Reference>
  132. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  133. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  134. </Reference>
  135. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  136. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  137. </Reference>
  138. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  139. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  140. </Reference>
  141. <Reference Include="System.Xml" />
  142. <Reference Include="System.Configuration" />
  143. <Reference Include="System.Web.Services" />
  144. <Reference Include="System.EnterpriseServices" />
  145. <Reference Include="System.Xml.Linq" />
  146. <Reference Include="TrendChartMain, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  147. <SpecificVersion>False</SpecificVersion>
  148. <HintPath>lib\TrendChartMain.dll</HintPath>
  149. </Reference>
  150. </ItemGroup>
  151. <ItemGroup>
  152. <Reference Include="System.Web.Http.WebHost">
  153. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  154. </Reference>
  155. </ItemGroup>
  156. <ItemGroup>
  157. <Content Include="ad_js\img\1200.gif" />
  158. <Content Include="ad_js\img\1200.jpg" />
  159. <Content Include="ad_js\img\1920.gif" />
  160. <Content Include="ad_js\img\1920.jpg" />
  161. <Content Include="ad_js\img\330.gif" />
  162. <Content Include="ad_js\img\330.jpg" />
  163. <Content Include="ad_js\img\330.png" />
  164. <Content Include="ad_js\mian_advertisement_js.js" />
  165. <Content Include="ad_js\mobil_advertisement_js.js" />
  166. <Content Include="ad_js\open_code_advertisement_js.js" />
  167. <Content Include="Global.asax" />
  168. <Content Include="lib\Lottery.Cache.dll" />
  169. <Content Include="lib\Lottery.Common.dll" />
  170. <Content Include="lib\Lottery.Config.dll" />
  171. <Content Include="lib\Lottery.Data.dll" />
  172. <Content Include="lib\Lottery.Data.SqlServer.dll" />
  173. <Content Include="lib\Lottery.Entity.dll" />
  174. <Content Include="lib\Lottery.Interface.dll" />
  175. <Content Include="lib\Lottery.TrendChart.dll" />
  176. <Content Include="lib\Lottery.TrendTool.dll" />
  177. <Content Include="lib\TrendChartMain.dll" />
  178. <Content Include="templates\tb\3d_tb_1.html">
  179. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  180. </Content>
  181. <Content Include="templates\tb\3d_tb_10.html">
  182. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  183. </Content>
  184. <Content Include="templates\tb\3d_tb_11.html">
  185. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  186. </Content>
  187. <Content Include="templates\tb\3d_tb_12.html">
  188. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  189. </Content>
  190. <Content Include="templates\tb\3d_tb_2.html">
  191. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  192. </Content>
  193. <Content Include="templates\tb\3d_tb_3.html">
  194. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  195. </Content>
  196. <Content Include="templates\tb\3d_tb_4.html">
  197. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  198. </Content>
  199. <Content Include="templates\tb\3d_tb_5.html">
  200. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  201. </Content>
  202. <Content Include="templates\tb\3d_tb_6.html">
  203. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  204. </Content>
  205. <Content Include="templates\tb\3d_tb_7.html">
  206. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  207. </Content>
  208. <Content Include="templates\tb\3d_tb_8.html">
  209. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  210. </Content>
  211. <Content Include="templates\tb\3d_tb_9.html">
  212. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  213. </Content>
  214. <Content Include="templates\tb\p3_tb_1.html">
  215. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  216. </Content>
  217. <Content Include="templates\tb\p3_tb_10.html">
  218. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  219. </Content>
  220. <Content Include="templates\tb\p3_tb_11.html">
  221. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  222. </Content>
  223. <Content Include="templates\tb\p3_tb_12.html">
  224. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  225. </Content>
  226. <Content Include="templates\tb\p3_tb_2.html">
  227. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  228. </Content>
  229. <Content Include="templates\tb\p3_tb_3.html">
  230. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  231. </Content>
  232. <Content Include="templates\tb\p3_tb_4.html">
  233. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  234. </Content>
  235. <Content Include="templates\tb\p3_tb_5.html">
  236. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  237. </Content>
  238. <Content Include="templates\tb\p3_tb_6.html">
  239. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  240. </Content>
  241. <Content Include="templates\tb\p3_tb_7.html">
  242. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  243. </Content>
  244. <Content Include="templates\tb\p3_tb_8.html">
  245. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  246. </Content>
  247. <Content Include="templates\tb\p3_tb_9.html">
  248. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  249. </Content>
  250. <Content Include="templates\tool\225_fs_tz.htm">
  251. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  252. </Content>
  253. <Content Include="templates\tool\225_ss.htm">
  254. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  255. </Content>
  256. <Content Include="templates\tool\225_Ssxh.htm">
  257. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  258. </Content>
  259. <Content Include="templates\tool\3ddx_array.htm">
  260. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  261. </Content>
  262. <Content Include="templates\tool\3dgs.htm">
  263. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  264. </Content>
  265. <Content Include="templates\tool\3djo_array.htm">
  266. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  267. </Content>
  268. <Content Include="templates\tool\3dss.htm">
  269. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  270. </Content>
  271. <Content Include="templates\tool\3dss_simple.htm">
  272. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  273. </Content>
  274. <Content Include="templates\tool\3dss_zx.htm">
  275. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  276. </Content>
  277. <Content Include="templates\tool\3d_5x2ylfx.htm">
  278. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  279. </Content>
  280. <Content Include="templates\tool\3d_fs_array.htm">
  281. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  282. </Content>
  283. <Content Include="templates\tool\3d_hmfx.htm">
  284. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  285. </Content>
  286. <Content Include="templates\tool\3d_hz_array.htm">
  287. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  288. </Content>
  289. <Content Include="templates\tool\3d_sjh.htm">
  290. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  291. </Content>
  292. <Content Include="templates\tool\dlt_dtzh.htm">
  293. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  294. </Content>
  295. <Content Include="templates\tool\dlt_fs_tz.htm">
  296. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  297. </Content>
  298. <Content Include="templates\tool\dlt_gs.htm">
  299. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  300. </Content>
  301. <Content Include="templates\tool\dlt_kjhdb.htm">
  302. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  303. </Content>
  304. <Content Include="templates\tool\dlt_qss.htm">
  305. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  306. </Content>
  307. <Content Include="templates\tool\dlt_ssxh.htm">
  308. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  309. </Content>
  310. <Content Include="templates\tool\dlt_xz.htm">
  311. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  312. </Content>
  313. <Content Include="templates\tool\p3dx_array.htm">
  314. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  315. </Content>
  316. <Content Include="templates\tool\p3gs.htm">
  317. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  318. </Content>
  319. <Content Include="templates\tool\p3jo_array.htm">
  320. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  321. </Content>
  322. <Content Include="templates\tool\p3ss.htm">
  323. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  324. </Content>
  325. <Content Include="templates\tool\p3ss_simple.htm">
  326. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  327. </Content>
  328. <Content Include="templates\tool\p3_fs_array.htm">
  329. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  330. </Content>
  331. <Content Include="templates\tool\p3_hmfx.htm">
  332. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  333. </Content>
  334. <Content Include="templates\tool\p3_hz_array.htm">
  335. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  336. </Content>
  337. <Content Include="templates\tool\p5_p7_ss.htm">
  338. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  339. </Content>
  340. <Content Include="templates\tool\p7_ss.htm">
  341. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  342. </Content>
  343. <Content Include="templates\tool\qlc_dt.htm">
  344. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  345. </Content>
  346. <Content Include="templates\tool\qlc_fs_tz.htm">
  347. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  348. </Content>
  349. <Content Include="templates\tool\qlc_gs_fx.htm">
  350. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  351. </Content>
  352. <Content Include="templates\tool\qlc_kjhdb.htm">
  353. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  354. </Content>
  355. <Content Include="templates\tool\qlc_ss.htm">
  356. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  357. </Content>
  358. <Content Include="templates\tool\qlc_ssxh.htm">
  359. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  360. </Content>
  361. <Content Include="templates\tool\qlc_xz.htm">
  362. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  363. </Content>
  364. <Content Include="templates\tool\qxc_fs_array.htm">
  365. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  366. </Content>
  367. <Content Include="templates\tool\ssqdb.htm">
  368. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  369. </Content>
  370. <Content Include="templates\tool\ssqdt.htm">
  371. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  372. </Content>
  373. <Content Include="templates\tool\ssqgs.htm">
  374. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  375. </Content>
  376. <Content Include="templates\tool\ssqxz.htm">
  377. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  378. </Content>
  379. <Content Include="templates\tool\ssq_ac.htm">
  380. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  381. </Content>
  382. <Content Include="templates\tool\ssq_ss.htm">
  383. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  384. </Content>
  385. <Content Include="templates\tool\ssq_ssxh.htm">
  386. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  387. </Content>
  388. <Content Include="templates\tool\ssq_tzmoney.htm">
  389. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  390. </Content>
  391. <Content Include="templates\tool\tools_3dfx.htm">
  392. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  393. </Content>
  394. <Content Include="templates\tool\tools_3dwch.htm">
  395. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  396. </Content>
  397. <Content Include="templates\tool\tools_p3fx.htm">
  398. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  399. </Content>
  400. <Content Include="templates\tool\tools_p3wch.htm">
  401. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  402. </Content>
  403. <Content Include="templates\tool\zhuihao.htm">
  404. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  405. </Content>
  406. <Content Include="templates\yl\P3_012_Miss.html">
  407. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  408. </Content>
  409. <Content Include="templates\yl\P3_DX_Miss.html">
  410. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  411. </Content>
  412. <Content Include="templates\yl\P3_hw_Miss.html">
  413. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  414. </Content>
  415. <Content Include="templates\yl\P3_HZ_Miss.html">
  416. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  417. </Content>
  418. <Content Include="templates\yl\P3_JO_Miss.html">
  419. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  420. </Content>
  421. <Content Include="templates\yl\P3_KD_Miss.html">
  422. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  423. </Content>
  424. <Content Include="templates\yl\P3_Num_Miss.html">
  425. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  426. </Content>
  427. <Content Include="templates\yl\P3_ZH_Miss.html">
  428. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  429. </Content>
  430. <Content Include="templates\yl\SD_012_Miss.html">
  431. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  432. </Content>
  433. <Content Include="templates\yl\SD_DX_Miss.html">
  434. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  435. </Content>
  436. <Content Include="templates\yl\SD_hw_Miss.html">
  437. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  438. </Content>
  439. <Content Include="templates\yl\SD_HZ_Miss.html">
  440. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  441. </Content>
  442. <Content Include="templates\yl\SD_JO_Miss.html">
  443. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  444. </Content>
  445. <Content Include="templates\yl\SD_KD_Miss.html">
  446. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  447. </Content>
  448. <Content Include="templates\yl\SD_Num_Miss.html">
  449. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  450. </Content>
  451. <Content Include="templates\yl\SD_ZH_Miss.html">
  452. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  453. </Content>
  454. <Content Include="templates\yl\SSQ_BLUE_Miss.html">
  455. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  456. </Content>
  457. <Content Include="templates\yl\SSQ_RED_Miss.html">
  458. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  459. </Content>
  460. <Content Include="Template\eamil_template.html" />
  461. <Content Include="txwl\css\main.css" />
  462. <Content Include="txwl\img\expired.png" />
  463. <Content Include="txwl\img\favicon.ico" />
  464. <Content Include="txwl\img\to_be_sold.png" />
  465. <Content Include="txwl\index.html" />
  466. <Content Include="txwl\js\common.js" />
  467. <Content Include="txwl\js\do.js" />
  468. <Content Include="txwl\js\doT.js" />
  469. <Content Include="txwl\js\jquery-3.1.1.js" />
  470. <Content Include="txwl\js\layer\layer.js" />
  471. <Content Include="txwl\js\layer\mobile\layer.js" />
  472. <Content Include="txwl\js\layer\mobile\need\layer.css" />
  473. <Content Include="txwl\js\layer\theme\default\icon-ext.png" />
  474. <Content Include="txwl\js\layer\theme\default\icon.png" />
  475. <Content Include="txwl\js\layer\theme\default\layer.css" />
  476. <Content Include="txwl\js\layer\theme\default\loading-0.gif" />
  477. <Content Include="txwl\js\layer\theme\default\loading-1.gif" />
  478. <Content Include="txwl\js\layer\theme\default\loading-2.gif" />
  479. <Content Include="txwl\js\layui\css\layui.css" />
  480. <Content Include="txwl\js\layui\css\layui.mobile.css" />
  481. <Content Include="txwl\js\layui\css\modules\code.css" />
  482. <Content Include="txwl\js\layui\css\modules\laydate\default\laydate.css" />
  483. <Content Include="txwl\js\layui\css\modules\layer\default\icon-ext.png" />
  484. <Content Include="txwl\js\layui\css\modules\layer\default\icon.png" />
  485. <Content Include="txwl\js\layui\css\modules\layer\default\layer.css" />
  486. <Content Include="txwl\js\layui\css\modules\layer\default\loading-0.gif" />
  487. <Content Include="txwl\js\layui\css\modules\layer\default\loading-1.gif" />
  488. <Content Include="txwl\js\layui\css\modules\layer\default\loading-2.gif" />
  489. <Content Include="txwl\js\layui\images\face\0.gif" />
  490. <Content Include="txwl\js\layui\images\face\1.gif" />
  491. <Content Include="txwl\js\layui\images\face\10.gif" />
  492. <Content Include="txwl\js\layui\images\face\11.gif" />
  493. <Content Include="txwl\js\layui\images\face\12.gif" />
  494. <Content Include="txwl\js\layui\images\face\13.gif" />
  495. <Content Include="txwl\js\layui\images\face\14.gif" />
  496. <Content Include="txwl\js\layui\images\face\15.gif" />
  497. <Content Include="txwl\js\layui\images\face\16.gif" />
  498. <Content Include="txwl\js\layui\images\face\17.gif" />
  499. <Content Include="txwl\js\layui\images\face\18.gif" />
  500. <Content Include="txwl\js\layui\images\face\19.gif" />
  501. <Content Include="txwl\js\layui\images\face\2.gif" />
  502. <Content Include="txwl\js\layui\images\face\20.gif" />
  503. <Content Include="txwl\js\layui\images\face\21.gif" />
  504. <Content Include="txwl\js\layui\images\face\22.gif" />
  505. <Content Include="txwl\js\layui\images\face\23.gif" />
  506. <Content Include="txwl\js\layui\images\face\24.gif" />
  507. <Content Include="txwl\js\layui\images\face\25.gif" />
  508. <Content Include="txwl\js\layui\images\face\26.gif" />
  509. <Content Include="txwl\js\layui\images\face\27.gif" />
  510. <Content Include="txwl\js\layui\images\face\28.gif" />
  511. <Content Include="txwl\js\layui\images\face\29.gif" />
  512. <Content Include="txwl\js\layui\images\face\3.gif" />
  513. <Content Include="txwl\js\layui\images\face\30.gif" />
  514. <Content Include="txwl\js\layui\images\face\31.gif" />
  515. <Content Include="txwl\js\layui\images\face\32.gif" />
  516. <Content Include="txwl\js\layui\images\face\33.gif" />
  517. <Content Include="txwl\js\layui\images\face\34.gif" />
  518. <Content Include="txwl\js\layui\images\face\35.gif" />
  519. <Content Include="txwl\js\layui\images\face\36.gif" />
  520. <Content Include="txwl\js\layui\images\face\37.gif" />
  521. <Content Include="txwl\js\layui\images\face\38.gif" />
  522. <Content Include="txwl\js\layui\images\face\39.gif" />
  523. <Content Include="txwl\js\layui\images\face\4.gif" />
  524. <Content Include="txwl\js\layui\images\face\40.gif" />
  525. <Content Include="txwl\js\layui\images\face\41.gif" />
  526. <Content Include="txwl\js\layui\images\face\42.gif" />
  527. <Content Include="txwl\js\layui\images\face\43.gif" />
  528. <Content Include="txwl\js\layui\images\face\44.gif" />
  529. <Content Include="txwl\js\layui\images\face\45.gif" />
  530. <Content Include="txwl\js\layui\images\face\46.gif" />
  531. <Content Include="txwl\js\layui\images\face\47.gif" />
  532. <Content Include="txwl\js\layui\images\face\48.gif" />
  533. <Content Include="txwl\js\layui\images\face\49.gif" />
  534. <Content Include="txwl\js\layui\images\face\5.gif" />
  535. <Content Include="txwl\js\layui\images\face\50.gif" />
  536. <Content Include="txwl\js\layui\images\face\51.gif" />
  537. <Content Include="txwl\js\layui\images\face\52.gif" />
  538. <Content Include="txwl\js\layui\images\face\53.gif" />
  539. <Content Include="txwl\js\layui\images\face\54.gif" />
  540. <Content Include="txwl\js\layui\images\face\55.gif" />
  541. <Content Include="txwl\js\layui\images\face\56.gif" />
  542. <Content Include="txwl\js\layui\images\face\57.gif" />
  543. <Content Include="txwl\js\layui\images\face\58.gif" />
  544. <Content Include="txwl\js\layui\images\face\59.gif" />
  545. <Content Include="txwl\js\layui\images\face\6.gif" />
  546. <Content Include="txwl\js\layui\images\face\60.gif" />
  547. <Content Include="txwl\js\layui\images\face\61.gif" />
  548. <Content Include="txwl\js\layui\images\face\62.gif" />
  549. <Content Include="txwl\js\layui\images\face\63.gif" />
  550. <Content Include="txwl\js\layui\images\face\64.gif" />
  551. <Content Include="txwl\js\layui\images\face\65.gif" />
  552. <Content Include="txwl\js\layui\images\face\66.gif" />
  553. <Content Include="txwl\js\layui\images\face\67.gif" />
  554. <Content Include="txwl\js\layui\images\face\68.gif" />
  555. <Content Include="txwl\js\layui\images\face\69.gif" />
  556. <Content Include="txwl\js\layui\images\face\7.gif" />
  557. <Content Include="txwl\js\layui\images\face\70.gif" />
  558. <Content Include="txwl\js\layui\images\face\71.gif" />
  559. <Content Include="txwl\js\layui\images\face\8.gif" />
  560. <Content Include="txwl\js\layui\images\face\9.gif" />
  561. <Content Include="txwl\js\layui\layui.all.js" />
  562. <Content Include="txwl\js\layui\layui.js" />
  563. <Content Include="txwl\js\layui\lay\modules\carousel.js" />
  564. <Content Include="txwl\js\layui\lay\modules\code.js" />
  565. <Content Include="txwl\js\layui\lay\modules\element.js" />
  566. <Content Include="txwl\js\layui\lay\modules\flow.js" />
  567. <Content Include="txwl\js\layui\lay\modules\form.js" />
  568. <Content Include="txwl\js\layui\lay\modules\jquery.js" />
  569. <Content Include="txwl\js\layui\lay\modules\laydate.js" />
  570. <Content Include="txwl\js\layui\lay\modules\layedit.js" />
  571. <Content Include="txwl\js\layui\lay\modules\layer.js" />
  572. <Content Include="txwl\js\layui\lay\modules\laypage.js" />
  573. <Content Include="txwl\js\layui\lay\modules\laytpl.js" />
  574. <Content Include="txwl\js\layui\lay\modules\mobile.js" />
  575. <Content Include="txwl\js\layui\lay\modules\table.js" />
  576. <Content Include="txwl\js\layui\lay\modules\tree.js" />
  577. <Content Include="txwl\js\layui\lay\modules\upload.js" />
  578. <Content Include="txwl\js\layui\lay\modules\util.js" />
  579. <Content Include="txwl\js\mui.min.js" />
  580. <Content Include="Web.config">
  581. <SubType>Designer</SubType>
  582. </Content>
  583. </ItemGroup>
  584. <ItemGroup>
  585. <Compile Include="App_Start\WebApiConfig.cs" />
  586. <Compile Include="Attribute\RequestAuthorizeAttribute.cs" />
  587. <Compile Include="Caching\DataTablePagerCache.cs" />
  588. <Compile Include="Caching\InMemoryThrottleStore.cs" />
  589. <Compile Include="Caching\IThrottleStore.cs" />
  590. <Compile Include="Caching\ThrottleEntry.cs" />
  591. <Compile Include="Controllers\Base\BaseApiController.cs" />
  592. <Compile Include="Controllers\Base\OpenCodeFactory.cs" />
  593. <Compile Include="Controllers\LoginController.cs" />
  594. <Compile Include="Controllers\V1\AdvertisementController.cs" />
  595. <Compile Include="Controllers\V1\APICacheManageController.cs" />
  596. <Compile Include="Controllers\V1\CommonController.cs" />
  597. <Compile Include="Controllers\V1\DFCController.cs" />
  598. <Compile Include="Controllers\V1\GPC11X5Controller.cs" />
  599. <Compile Include="Controllers\V1\GPCK3Controller.cs" />
  600. <Compile Include="Controllers\V1\GPCKL10FController.cs" />
  601. <Compile Include="Controllers\V1\GPCKL12Controller.cs" />
  602. <Compile Include="Controllers\V1\GPCQTCController.cs" />
  603. <Compile Include="Controllers\V1\GPCSSCController.cs" />
  604. <Compile Include="Controllers\V1\LotteryGlossaryController.cs" />
  605. <Compile Include="Controllers\V1\LotteryNewsController.cs" />
  606. <Compile Include="Controllers\V1\LotteryNumberController.cs" />
  607. <Compile Include="Controllers\V1\LotterySkillController.cs" />
  608. <Compile Include="Controllers\V1\OAuthController.cs" />
  609. <Compile Include="Controllers\V1\QGCController.cs" />
  610. <Compile Include="Controllers\V1\ThematicArticleController.cs" />
  611. <Compile Include="Controllers\V1\ToolsController.cs" />
  612. <Compile Include="Controllers\V1\TrendChartController.cs" />
  613. <Compile Include="Controllers\V1\ZxNewsController.cs" />
  614. <Compile Include="Controllers\V1\GallerMangerApiController.cs" />
  615. <Compile Include="Controllers\V2\TestApiController.cs" />
  616. <Compile Include="Filters\ApiSecurityFilter.cs" />
  617. <Compile Include="Filters\RequireHttpsFilter.cs" />
  618. <Compile Include="Filters\TimingActionFilter.cs" />
  619. <Compile Include="Global.asax.cs">
  620. <DependentUpon>Global.asax</DependentUpon>
  621. </Compile>
  622. <Compile Include="Handlers\CrosHandler.cs" />
  623. <Compile Include="Handlers\RequestFrequencyLimitHandlers.cs" />
  624. <Compile Include="Properties\AssemblyInfo.cs" />
  625. <Compile Include="Selector\WebApiControllerSelector.cs" />
  626. </ItemGroup>
  627. <ItemGroup>
  628. <Content Include="config\DataPrivoder.config">
  629. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  630. <SubType>Designer</SubType>
  631. </Content>
  632. <Content Include="ad_js\ad_js20190425.7z" />
  633. <None Include="packages.config" />
  634. <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
  635. <Content Include="templates\zs\FC3D012.shtml">
  636. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  637. </Content>
  638. <Content Include="templates\zs\FC3D012_1.shtml">
  639. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  640. </Content>
  641. <Content Include="templates\zs\FC3D012_2.shtml">
  642. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  643. </Content>
  644. <Content Include="templates\zs\FC3DCH.shtml">
  645. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  646. </Content>
  647. <Content Include="templates\zs\FC3DCHfxt.shtml">
  648. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  649. </Content>
  650. <Content Include="templates\zs\FC3DHZ.shtml">
  651. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  652. </Content>
  653. <Content Include="templates\zs\FC3Dhzhw.shtml">
  654. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  655. </Content>
  656. <Content Include="templates\zs\FC3DJO.shtml">
  657. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  658. </Content>
  659. <Content Include="templates\zs\FC3DKD.shtml">
  660. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  661. </Content>
  662. <Content Include="templates\zs\FC3DSJH.shtml">
  663. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  664. </Content>
  665. <Content Include="templates\zs\FC3Dzhzst.shtml">
  666. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  667. </Content>
  668. <Content Include="templates\zs\FC3Dzszst.shtml">
  669. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  670. </Content>
  671. <Content Include="templates\zs\FCDF6J1_base.shtml">
  672. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  673. </Content>
  674. <Content Include="templates\zs\FCDF6J1_hz.shtml">
  675. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  676. </Content>
  677. <Content Include="templates\zs\FCHB22X5_base.shtml">
  678. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  679. </Content>
  680. <Content Include="templates\zs\FCHB22X5_hz.shtml">
  681. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  682. </Content>
  683. <Content Include="templates\zs\FCHB30X5_base.shtml">
  684. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  685. </Content>
  686. <Content Include="templates\zs\FCHB30X5_hz.shtml">
  687. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  688. </Content>
  689. <Content Include="templates\zs\FCHD15X5_base.shtml">
  690. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  691. </Content>
  692. <Content Include="templates\zs\FCHD15X5_hz.shtml">
  693. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  694. </Content>
  695. <Content Include="templates\zs\FCHN22X5_base.shtml">
  696. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  697. </Content>
  698. <Content Include="templates\zs\FCHN22X5_hz.shtml">
  699. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  700. </Content>
  701. <Content Include="templates\zs\FCNYFC36X7_base.shtml">
  702. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  703. </Content>
  704. <Content Include="templates\zs\FCNYFC36X7_hz.shtml">
  705. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  706. </Content>
  707. <Content Include="templates\zs\FCQLCCH.shtml">
  708. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  709. </Content>
  710. <Content Include="templates\zs\FCQLCCHH.shtml">
  711. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  712. </Content>
  713. <Content Include="templates\zs\FCQLCHZ.shtml">
  714. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  715. </Content>
  716. <Content Include="templates\zs\FCQLCLH.shtml">
  717. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  718. </Content>
  719. <Content Include="templates\zs\FCSSQAC.shtml">
  720. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  721. </Content>
  722. <Content Include="templates\zs\FCSSQCH.shtml">
  723. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  724. </Content>
  725. <Content Include="templates\zs\FCSSQCHFX.shtml">
  726. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  727. </Content>
  728. <Content Include="templates\zs\FCSSQCHH.shtml">
  729. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  730. </Content>
  731. <Content Include="templates\zs\FCSSQHZ.shtml">
  732. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  733. </Content>
  734. <Content Include="templates\zs\FCSSQLH.shtml">
  735. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  736. </Content>
  737. <Content Include="templates\zs\FCSSQLQCH.shtml">
  738. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  739. </Content>
  740. <Content Include="templates\zs\FCSSQ_2.shtml">
  741. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  742. </Content>
  743. <Content Include="templates\zs\FCSSQ_4.shtml">
  744. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  745. </Content>
  746. <Content Include="templates\zs\FCSSQ_7.shtml">
  747. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  748. </Content>
  749. <Content Include="templates\zs\FCSSQ_SSL.shtml">
  750. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  751. </Content>
  752. <Content Include="templates\zs\FCSSQ_XLH.shtml">
  753. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  754. </Content>
  755. <Content Include="templates\zs\FCSSQ_XTH.shtml">
  756. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  757. </Content>
  758. <Content Include="templates\zs\FCSSQ_ZM.shtml">
  759. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  760. </Content>
  761. <Content Include="templates\zs\FCXJ35X7_base.shtml">
  762. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  763. </Content>
  764. <Content Include="templates\zs\FCXJ35X7_hz.shtml">
  765. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  766. </Content>
  767. <Content Include="templates\zs\GP_11x5_base.shtml">
  768. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  769. </Content>
  770. <Content Include="templates\zs\GP_11x5_hz.shtml">
  771. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  772. </Content>
  773. <Content Include="templates\zs\GP_11x5_Q1zs.shtml">
  774. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  775. </Content>
  776. <Content Include="templates\zs\GP_11x5_Q2hz.shtml">
  777. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  778. </Content>
  779. <Content Include="templates\zs\GP_11x5_Q2zux.shtml">
  780. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  781. </Content>
  782. <Content Include="templates\zs\GP_11x5_Q2zx.shtml">
  783. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  784. </Content>
  785. <Content Include="templates\zs\GP_11x5_Q3hz.shtml">
  786. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  787. </Content>
  788. <Content Include="templates\zs\GP_11x5_Q3zux.shtml">
  789. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  790. </Content>
  791. <Content Include="templates\zs\GP_11x5_Q3zx.shtml">
  792. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  793. </Content>
  794. <Content Include="templates\zs\GP_bj_kl8_dx.shtml">
  795. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  796. </Content>
  797. <Content Include="templates\zs\GP_bj_kl8_hz.shtml">
  798. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  799. </Content>
  800. <Content Include="templates\zs\GP_bj_kl8_jb.shtml">
  801. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  802. </Content>
  803. <Content Include="templates\zs\GP_bj_kl8_jo.shtml">
  804. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  805. </Content>
  806. <Content Include="templates\zs\GP_bj_kl8_zh.shtml">
  807. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  808. </Content>
  809. <Content Include="templates\zs\GP_bj_kl8_zongh.shtml">
  810. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  811. </Content>
  812. <Content Include="templates\zs\GP_bj_pk10_dx.shtml">
  813. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  814. </Content>
  815. <Content Include="templates\zs\GP_bj_pk10_gj.shtml">
  816. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  817. </Content>
  818. <Content Include="templates\zs\GP_bj_pk10_jb.shtml">
  819. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  820. </Content>
  821. <Content Include="templates\zs\GP_bj_pk10_jj.shtml">
  822. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  823. </Content>
  824. <Content Include="templates\zs\GP_bj_pk10_jo.shtml">
  825. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  826. </Content>
  827. <Content Include="templates\zs\GP_bj_pk10_yj.shtml">
  828. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  829. </Content>
  830. <Content Include="templates\zs\GP_bj_pk10_zh.shtml">
  831. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  832. </Content>
  833. <Content Include="templates\zs\GP_K3_2bt.shtml">
  834. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  835. </Content>
  836. <Content Include="templates\zs\GP_K3_3bt.shtml">
  837. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  838. </Content>
  839. <Content Include="templates\zs\GP_K3_base.shtml">
  840. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  841. </Content>
  842. <Content Include="templates\zs\GP_K3_Hz.shtml">
  843. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  844. </Content>
  845. <Content Include="templates\zs\GP_K3_Xt.shtml">
  846. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  847. </Content>
  848. <Content Include="templates\zs\gp_sh_hz.shtml">
  849. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  850. </Content>
  851. <Content Include="templates\zs\gp_sh_jb.shtml">
  852. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  853. </Content>
  854. <Content Include="templates\zs\gp_sh_q1h1.shtml">
  855. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  856. </Content>
  857. <Content Include="templates\zs\gp_sh_q2.shtml">
  858. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  859. </Content>
  860. <Content Include="templates\zs\gp_sh_xt.shtml">
  861. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  862. </Content>
  863. <Content Include="templates\zs\GXKLSF_Base.shtml">
  864. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  865. </Content>
  866. <Content Include="templates\zs\GXKLSF_Hz.shtml">
  867. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  868. </Content>
  869. <Content Include="templates\zs\GXKLSF_Q1.shtml">
  870. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  871. </Content>
  872. <Content Include="templates\zs\GXKLSF_Q2hz.shtml">
  873. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  874. </Content>
  875. <Content Include="templates\zs\GXKLSF_Q2zhx.shtml">
  876. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  877. </Content>
  878. <Content Include="templates\zs\GXKLSF_Q2zx.shtml">
  879. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  880. </Content>
  881. <Content Include="templates\zs\GXKLSF_Q3hz.shtml">
  882. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  883. </Content>
  884. <Content Include="templates\zs\GXKLSF_Q3zx.shtml">
  885. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  886. </Content>
  887. <Content Include="templates\zs\HC1CH.shtml">
  888. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  889. </Content>
  890. <Content Include="templates\zs\HC1SXJJFW.shtml">
  891. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  892. </Content>
  893. <Content Include="templates\zs\KLSF_Base.shtml">
  894. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  895. </Content>
  896. <Content Include="templates\zs\KLSF_Hz.shtml">
  897. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  898. </Content>
  899. <Content Include="templates\zs\KLSF_Q1.shtml">
  900. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  901. </Content>
  902. <Content Include="templates\zs\KLSF_Q2hz.shtml">
  903. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  904. </Content>
  905. <Content Include="templates\zs\KLSF_Q2zhx.shtml">
  906. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  907. </Content>
  908. <Content Include="templates\zs\KLSF_Q2zx.shtml">
  909. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  910. </Content>
  911. <Content Include="templates\zs\KLSF_Q3hz.shtml">
  912. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  913. </Content>
  914. <Content Include="templates\zs\KLSF_Q3zx.shtml">
  915. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  916. </Content>
  917. <Content Include="templates\zs\QYH_base.shtml">
  918. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  919. </Content>
  920. <Content Include="templates\zs\QYH_Hz.shtml">
  921. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  922. </Content>
  923. <Content Include="templates\zs\QYH_W1sx.shtml">
  924. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  925. </Content>
  926. <Content Include="templates\zs\QYH_W2sx.shtml">
  927. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  928. </Content>
  929. <Content Include="templates\zs\QYH_W3sx.shtml">
  930. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  931. </Content>
  932. <Content Include="templates\zs\QYH_W4sx.shtml">
  933. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  934. </Content>
  935. <Content Include="templates\zs\QYH_W5sx.shtml">
  936. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  937. </Content>
  938. <Content Include="templates\zs\QYH_Wx2.shtml">
  939. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  940. </Content>
  941. <Content Include="templates\zs\QYH_Wx3.shtml">
  942. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  943. </Content>
  944. <Content Include="templates\zs\QYH_Wx4.shtml">
  945. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  946. </Content>
  947. <Content Include="templates\zs\SCKL12_Base.shtml">
  948. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  949. </Content>
  950. <Content Include="templates\zs\SCKL12_Hz.shtml">
  951. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  952. </Content>
  953. <Content Include="templates\zs\SCKL12_Q1.shtml">
  954. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  955. </Content>
  956. <Content Include="templates\zs\SCKL12_Q2hzkd.shtml">
  957. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  958. </Content>
  959. <Content Include="templates\zs\SCKL12_Q2zhix.shtml">
  960. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  961. </Content>
  962. <Content Include="templates\zs\SCKL12_Q2zx.shtml">
  963. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  964. </Content>
  965. <Content Include="templates\zs\SCKL12_Q3hzkd.shtml">
  966. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  967. </Content>
  968. <Content Include="templates\zs\SCKL12_Q3zhix.shtml">
  969. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  970. </Content>
  971. <Content Include="templates\zs\SCKL12_Q3zx.shtml">
  972. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  973. </Content>
  974. <Content Include="templates\zs\SDKLPK3_Base.shtml">
  975. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  976. </Content>
  977. <Content Include="templates\zs\SDKLPK3_CHZS.shtml">
  978. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  979. </Content>
  980. <Content Include="templates\zs\SDKLPK3_DXZS.shtml">
  981. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  982. </Content>
  983. <Content Include="templates\zs\SDKLPK3_HSZS.shtml">
  984. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  985. </Content>
  986. <Content Include="templates\zs\SDKLPK3_HZZS.shtml">
  987. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  988. </Content>
  989. <Content Include="templates\zs\SDKLPK3_JOZS.shtml">
  990. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  991. </Content>
  992. <Content Include="templates\zs\SDKLPK3_ZHZS.shtml">
  993. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  994. </Content>
  995. <Content Include="templates\zs\TCDLTCH.shtml">
  996. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  997. </Content>
  998. <Content Include="templates\zs\TCDLTCHHFBT.shtml">
  999. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1000. </Content>
  1001. <Content Include="templates\zs\TCDLTHQDXJOKD.shtml">
  1002. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1003. </Content>
  1004. <Content Include="templates\zs\TCDLTHQHZ.shtml">
  1005. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1006. </Content>
  1007. <Content Include="templates\zs\TCDLTLHFBT.shtml">
  1008. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1009. </Content>
  1010. <Content Include="templates\zs\TCDLTQQHZ.shtml">
  1011. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1012. </Content>
  1013. <Content Include="templates\zs\TCDLTSTHFBT.shtml">
  1014. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1015. </Content>
  1016. <Content Include="templates\zs\TCDLTXLHFBT.shtml">
  1017. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1018. </Content>
  1019. <Content Include="templates\zs\TCDLTXTHFBT.shtml">
  1020. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1021. </Content>
  1022. <Content Include="templates\zs\TCDLTZHFBT.shtml">
  1023. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1024. </Content>
  1025. <Content Include="templates\zs\TCDLT_1.shtml">
  1026. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1027. </Content>
  1028. <Content Include="templates\zs\TCDLT_3.shtml">
  1029. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1030. </Content>
  1031. <Content Include="templates\zs\TCDLT_6.shtml">
  1032. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1033. </Content>
  1034. <Content Include="templates\zs\TCFJ31X7_base.shtml">
  1035. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1036. </Content>
  1037. <Content Include="templates\zs\TCFJ31X7_hz.shtml">
  1038. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1039. </Content>
  1040. <Content Include="templates\zs\TCFJ36X7_base.shtml">
  1041. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1042. </Content>
  1043. <Content Include="templates\zs\TCFJ36X7_hz.shtml">
  1044. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1045. </Content>
  1046. <Content Include="templates\zs\TCJS7WS_base.shtml">
  1047. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1048. </Content>
  1049. <Content Include="templates\zs\TCJS7WS_hz.shtml">
  1050. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1051. </Content>
  1052. <Content Include="templates\zs\TCP3012.shtml">
  1053. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1054. </Content>
  1055. <Content Include="templates\zs\TCP3012_1.shtml">
  1056. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1057. </Content>
  1058. <Content Include="templates\zs\TCP3012_2.shtml">
  1059. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1060. </Content>
  1061. <Content Include="templates\zs\TCP3CH.shtml">
  1062. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1063. </Content>
  1064. <Content Include="templates\zs\TCP3CHfxt.shtml">
  1065. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1066. </Content>
  1067. <Content Include="templates\zs\TCP3HZ.shtml">
  1068. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1069. </Content>
  1070. <Content Include="templates\zs\TCP3hzhw.shtml">
  1071. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1072. </Content>
  1073. <Content Include="templates\zs\TCP3JO.shtml">
  1074. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1075. </Content>
  1076. <Content Include="templates\zs\TCP3KD.shtml">
  1077. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1078. </Content>
  1079. <Content Include="templates\zs\TCP3SJH.shtml">
  1080. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1081. </Content>
  1082. <Content Include="templates\zs\TCP3zhzst.shtml">
  1083. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1084. </Content>
  1085. <Content Include="templates\zs\TCP3zszst.shtml">
  1086. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1087. </Content>
  1088. <Content Include="templates\zs\TCP5CH.shtml">
  1089. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1090. </Content>
  1091. <Content Include="templates\zs\TCP5CHH.shtml">
  1092. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1093. </Content>
  1094. <Content Include="templates\zs\TCP5HZZST.shtml">
  1095. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1096. </Content>
  1097. <Content Include="templates\zs\TCQXCHFXT.shtml">
  1098. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1099. </Content>
  1100. <Content Include="templates\zs\TCQXCHZZST.shtml">
  1101. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1102. </Content>
  1103. <Content Include="templates\zs\TCQXCZST.shtml">
  1104. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1105. </Content>
  1106. <Content Include="templates\zs\TCXYSC_Base.shtml">
  1107. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1108. </Content>
  1109. <Content Include="templates\zs\TCXYSC_GJZS.shtml">
  1110. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1111. </Content>
  1112. <Content Include="templates\zs\TCXYSC_GYJJZX.shtml">
  1113. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1114. </Content>
  1115. <Content Include="templates\zs\TCXYSC_GYJZHIX.shtml">
  1116. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1117. </Content>
  1118. <Content Include="templates\zs\TCXYSC_GYJZUX.shtml">
  1119. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1120. </Content>
  1121. <Content Include="templates\zs\TCYTDJ_Base.shtml">
  1122. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1123. </Content>
  1124. <Content Include="templates\zs\TCYTDJ_CHZS.shtml">
  1125. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1126. </Content>
  1127. <Content Include="templates\zs\TCYTDJ_DXXT.shtml">
  1128. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1129. </Content>
  1130. <Content Include="templates\zs\TCYTDJ_HZXT.shtml">
  1131. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1132. </Content>
  1133. <Content Include="templates\zs\TCYTDJ_HZZS.shtml">
  1134. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1135. </Content>
  1136. <Content Include="templates\zs\TCYTDJ_JOXT.shtml">
  1137. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1138. </Content>
  1139. <Content Include="templates\zs\TCZJ6J1_base.shtml">
  1140. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1141. </Content>
  1142. <Content Include="templates\zs\TCZJ6J1_hz.shtml">
  1143. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1144. </Content>
  1145. <Content Include="txwl\js\layui\font\iconfont.eot" />
  1146. <Content Include="txwl\js\layui\font\iconfont.svg" />
  1147. <Content Include="txwl\js\layui\font\iconfont.ttf" />
  1148. <Content Include="txwl\js\layui\font\iconfont.woff" />
  1149. <None Include="Web.Debug.config">
  1150. <DependentUpon>Web.config</DependentUpon>
  1151. </None>
  1152. <None Include="Web.Release.config">
  1153. <DependentUpon>Web.config</DependentUpon>
  1154. </None>
  1155. <Content Include="XmlConfig\log4net.config" />
  1156. <Content Include="XmlConfig\LotteryCode.xml" />
  1157. <Content Include="XmlConfig\SCCConfig.xml">
  1158. <SubType>Designer</SubType>
  1159. </Content>
  1160. <Content Include="XmlConfig\system.config">
  1161. <SubType>Designer</SubType>
  1162. </Content>
  1163. <Content Include="XmlConfig\redis.config" />
  1164. <Content Include="XmlConfig\ioc.config">
  1165. <SubType>Designer</SubType>
  1166. </Content>
  1167. <Content Include="XmlConfig\database.config">
  1168. <SubType>Designer</SubType>
  1169. </Content>
  1170. </ItemGroup>
  1171. <ItemGroup>
  1172. <ProjectReference Include="..\Lottomat.Application\Lottomat.Application.Busines\Lottomat.Application.Busines.csproj">
  1173. <Project>{21566527-8f54-4a8d-aa68-7662c2c31fb9}</Project>
  1174. <Name>Lottomat.Application.Busines</Name>
  1175. </ProjectReference>
  1176. <ProjectReference Include="..\Lottomat.Application\Lottomat.Application.Cache\Lottomat.Application.Cache.csproj">
  1177. <Project>{73a55239-a22d-4ac9-b412-64ea83035a18}</Project>
  1178. <Name>Lottomat.Application.Cache</Name>
  1179. </ProjectReference>
  1180. <ProjectReference Include="..\Lottomat.Application\Lottomat.Application.Code\Lottomat.Application.Code.csproj">
  1181. <Project>{9b10db87-130c-41d3-8687-1fac877db74a}</Project>
  1182. <Name>Lottomat.Application.Code</Name>
  1183. </ProjectReference>
  1184. <ProjectReference Include="..\Lottomat.Application\Lottomat.Application.Entity\Lottomat.Application.Entity.csproj">
  1185. <Project>{c10920fe-8c74-4993-a7f4-1da189da842c}</Project>
  1186. <Name>Lottomat.Application.Entity</Name>
  1187. </ProjectReference>
  1188. <ProjectReference Include="..\Lottomat.Application\Lottomat.Application.IService\Lottomat.Application.IService.csproj">
  1189. <Project>{6CE11FF9-1CB7-494E-89C7-5F06BEA94211}</Project>
  1190. <Name>Lottomat.Application.IService</Name>
  1191. </ProjectReference>
  1192. <ProjectReference Include="..\Lottomat.Application\Lottomat.Application.Mapping\Lottomat.Application.Mapping.csproj">
  1193. <Project>{42234e7a-b484-479d-b1c1-08a08a59c935}</Project>
  1194. <Name>Lottomat.Application.Mapping</Name>
  1195. </ProjectReference>
  1196. <ProjectReference Include="..\Lottomat.Application\Lottomat.Application.Service\Lottomat.Application.Service.csproj">
  1197. <Project>{D6B8ABEA-C923-4605-99A9-B7ACA5DE4D8A}</Project>
  1198. <Name>Lottomat.Application.Service</Name>
  1199. </ProjectReference>
  1200. <ProjectReference Include="..\Lottomat.Cache\CP.Cache\CP.Cache.csproj">
  1201. <Project>{0705ee97-087e-4801-b274-7082638a8954}</Project>
  1202. <Name>CP.Cache</Name>
  1203. </ProjectReference>
  1204. <ProjectReference Include="..\Lottomat.Cache\Lottomat.Cache.Factory\Lottomat.Cache.Factory.csproj">
  1205. <Project>{a68cdd21-2e12-4b11-95db-d0a0fced48b1}</Project>
  1206. <Name>Lottomat.Cache.Factory</Name>
  1207. </ProjectReference>
  1208. <ProjectReference Include="..\Lottomat.Cache\Lottomat.Cache\Lottomat.Cache.csproj">
  1209. <Project>{5af4997c-4395-48af-990c-932259111dff}</Project>
  1210. <Name>Lottomat.Cache</Name>
  1211. </ProjectReference>
  1212. <ProjectReference Include="..\Lottomat.Data\Lottomat.Data.EF\Lottomat.Data.EF.csproj">
  1213. <Project>{7c84f157-09b6-42d8-85f2-04af1f31a046}</Project>
  1214. <Name>Lottomat.Data.EF</Name>
  1215. </ProjectReference>
  1216. <ProjectReference Include="..\Lottomat.Util\Lottomat.Util.Extension\Lottomat.Util.Extension.csproj">
  1217. <Project>{4b7dde80-dfa1-4938-93f8-3721e2c592b9}</Project>
  1218. <Name>Lottomat.Util.Extension</Name>
  1219. </ProjectReference>
  1220. <ProjectReference Include="..\Lottomat.Util\Lottomat.Util.Log\Lottomat.Util.Log.csproj">
  1221. <Project>{2ef55895-d7dd-42d6-8741-f8100e5c210f}</Project>
  1222. <Name>Lottomat.Util.Log</Name>
  1223. </ProjectReference>
  1224. <ProjectReference Include="..\Lottomat.Util\Lottomat.Util.WebControl\Lottomat.Util.WebControl.csproj">
  1225. <Project>{93f81df7-5a0b-4a13-a90e-8cf7c41955c3}</Project>
  1226. <Name>Lottomat.Util.WebControl</Name>
  1227. </ProjectReference>
  1228. <ProjectReference Include="..\Lottomat.Util\Lottomat.Util\Lottomat.Utils.csproj">
  1229. <Project>{07aa2566-d0e5-47af-a17d-3b1c6aee598d}</Project>
  1230. <Name>Lottomat.Utils</Name>
  1231. </ProjectReference>
  1232. </ItemGroup>
  1233. <ItemGroup>
  1234. <Folder Include="Views\ConsultationApi\" />
  1235. </ItemGroup>
  1236. <PropertyGroup>
  1237. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  1238. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  1239. </PropertyGroup>
  1240. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  1241. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  1242. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  1243. <ProjectExtensions>
  1244. <VisualStudio>
  1245. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  1246. <WebProjectProperties>
  1247. <UseIIS>True</UseIIS>
  1248. <AutoAssignPort>True</AutoAssignPort>
  1249. <DevelopmentServerPort>52115</DevelopmentServerPort>
  1250. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  1251. <IISUrl>http://localhost:52115/</IISUrl>
  1252. <NTLMAuthentication>False</NTLMAuthentication>
  1253. <UseCustomServer>False</UseCustomServer>
  1254. <CustomServerUrl>
  1255. </CustomServerUrl>
  1256. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  1257. </WebProjectProperties>
  1258. </FlavorProperties>
  1259. </VisualStudio>
  1260. </ProjectExtensions>
  1261. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  1262. <PropertyGroup>
  1263. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}</ErrorText>
  1264. </PropertyGroup>
  1265. <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'))" />
  1266. <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'))" />
  1267. </Target>
  1268. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1269. Other similar extension points exist, see Microsoft.Common.targets.
  1270. <Target Name="BeforeBuild">
  1271. </Target>
  1272. <Target Name="AfterBuild">
  1273. </Target>
  1274. -->
  1275. </Project>