CB.Admin.csproj 87 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProductVersion>
  8. </ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{F6D32369-3968-43E0-9F07-61E73074D31C}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>CB.Admin</RootNamespace>
  15. <AssemblyName>CB.Admin</AssemblyName>
  16. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  17. <UseIISExpress>false</UseIISExpress>
  18. <FileUpgradeFlags>
  19. </FileUpgradeFlags>
  20. <UpgradeBackupLocation>
  21. </UpgradeBackupLocation>
  22. <OldToolsVersion>4.0</OldToolsVersion>
  23. <Use64BitIISExpress />
  24. <IISExpressSSLPort />
  25. <IISExpressAnonymousAuthentication />
  26. <IISExpressWindowsAuthentication />
  27. <IISExpressUseClassicPipelineMode />
  28. <UseGlobalApplicationHostFile />
  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. <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="AspNetPager">
  49. <HintPath>..\Library\AspNetPager.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Web.DynamicData" />
  53. <Reference Include="System.Web.Entity" />
  54. <Reference Include="System.Web.ApplicationServices" />
  55. <Reference Include="System" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="System.Web.Extensions" />
  60. <Reference Include="System.Xml.Linq" />
  61. <Reference Include="System.Drawing" />
  62. <Reference Include="System.Web" />
  63. <Reference Include="System.Xml" />
  64. <Reference Include="System.Configuration" />
  65. <Reference Include="System.Web.Services" />
  66. <Reference Include="System.EnterpriseServices" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Content Include="Ajax\UploadImageAndThumbnail_ajax.aspx" />
  70. <Content Include="Ajax\uploadphoto_ajax.aspx" />
  71. <Content Include="DUCenter\Authority\authorityinfo.aspx" />
  72. <Content Include="DUCenter\Authority\authoritylist.aspx" />
  73. <Content Include="DUCenter\Group\groupauthority.aspx" />
  74. <Content Include="DUCenter\Group\groupinfo.aspx" />
  75. <Content Include="DUCenter\Group\grouplist.aspx" />
  76. <Content Include="DUCenter\mypassword.aspx" />
  77. <Content Include="Plugins\Basic\BaseConfigSet.aspx" />
  78. <Content Include="DUCenter\Resources\resourcesinfo.aspx" />
  79. <Content Include="DUCenter\Resources\resourceslist.aspx" />
  80. <Content Include="DUCenter\SynchronizeData.aspx" />
  81. <Content Include="DUCenter\UserLog\userloginfo.aspx" />
  82. <Content Include="DUCenter\UserLog\userloglist.aspx" />
  83. <Content Include="DUCenter\User\userinfo.aspx" />
  84. <Content Include="DUCenter\User\userlist.aspx" />
  85. <Content Include="main.aspx" />
  86. <Content Include="menu.aspx" />
  87. <Content Include="Plugins\Basic\AreaEdit.aspx" />
  88. <Content Include="Plugins\Basic\AreaList.aspx" />
  89. <Content Include="Plugins\OpenCode\DiFang\FCDF6J1InfoEdit.aspx" />
  90. <Content Include="Plugins\OpenCode\DiFang\FCDF6J1InfoList.aspx" />
  91. <Content Include="Plugins\OpenCode\DiFang\FCHD15X5InfoEdit.aspx" />
  92. <Content Include="Plugins\OpenCode\DiFang\FCHD15X5InfoList.aspx" />
  93. <Content Include="Plugins\OpenCode\DiFang\FCHN22X5InfoEdit.aspx" />
  94. <Content Include="Plugins\OpenCode\DiFang\FCHN22X5InfoList.aspx" />
  95. <Content Include="Plugins\OpenCode\DiFang\FCGD36X7InfoEdit.aspx" />
  96. <Content Include="Plugins\OpenCode\DiFang\FCGD36X7InfoList.aspx" />
  97. <Content Include="Plugins\OpenCode\DiFang\FCXJ35X7InfoEdit.aspx" />
  98. <Content Include="Plugins\OpenCode\DiFang\FCXJ35X7InfoList.aspx" />
  99. <Content Include="Plugins\OpenCode\DiFang\TCJS7WSInfoEdit.aspx" />
  100. <Content Include="Plugins\OpenCode\DiFang\TCJS7WSInfoList.aspx" />
  101. <Content Include="Plugins\OpenCode\DiFang\TCZJ6J1InfoEdit.aspx" />
  102. <Content Include="Plugins\OpenCode\DiFang\TCZJ6J1InfoList.aspx" />
  103. <Content Include="Plugins\OpenCode\DiFang\TCFJ36X7InfoEdit.aspx" />
  104. <Content Include="Plugins\OpenCode\DiFang\TCFJ36X7InfoList.aspx" />
  105. <Content Include="Plugins\OpenCode\DiFang\TCFJ31X7InfoEdit.aspx" />
  106. <Content Include="Plugins\OpenCode\DiFang\TCFJ31X7InfoList.aspx" />
  107. <Content Include="Plugins\OpenCode\GaoPin\BJKL8InfoEdit.aspx" />
  108. <Content Include="Plugins\OpenCode\GaoPin\BJKL8InfoList.aspx" />
  109. <Content Include="Plugins\OpenCode\GaoPin\BJPK10InfoEdit.aspx" />
  110. <Content Include="Plugins\OpenCode\GaoPin\BJPK10InfoList.aspx" />
  111. <Content Include="Plugins\OpenCode\GaoPin\CQKL10FInfoEdit.aspx" />
  112. <Content Include="Plugins\OpenCode\GaoPin\CQKL10FInfoList.aspx" />
  113. <Content Include="Plugins\OpenCode\GaoPin\HBK3InfoEdit.aspx" />
  114. <Content Include="Plugins\OpenCode\GaoPin\HBK3InfoList.aspx" />
  115. <Content Include="Plugins\OpenCode\GaoPin\HLJ11X5InfoEdit.aspx" />
  116. <Content Include="Plugins\OpenCode\GaoPin\HLJ11X5InfoList.aspx" />
  117. <Content Include="Plugins\OpenCode\GaoPin\HNKL10FInfoEdit.aspx" />
  118. <Content Include="Plugins\OpenCode\GaoPin\HNKL10FInfoList.aspx" />
  119. <Content Include="Plugins\OpenCode\GaoPin\JS11X5InfoEdit.aspx" />
  120. <Content Include="Plugins\OpenCode\GaoPin\JS11X5InfoList.aspx" />
  121. <Content Include="Plugins\OpenCode\GaoPin\HEB11X5InfoEdit.aspx" />
  122. <Content Include="Plugins\OpenCode\GaoPin\HEB11X5InfoList.aspx" />
  123. <Content Include="Plugins\OpenCode\GaoPin\GD11X5InfoEdit.aspx" />
  124. <Content Include="Plugins\OpenCode\GaoPin\GD11X5InfoList.aspx" />
  125. <Content Include="Plugins\OpenCode\GaoPin\SHSSLInfoEdit.aspx" />
  126. <Content Include="Plugins\OpenCode\GaoPin\SHSSLInfoList.aspx" />
  127. <Content Include="Plugins\OpenCode\GaoPin\ZJ11X5InfoEdit.aspx" />
  128. <Content Include="Plugins\OpenCode\GaoPin\ZJ11X5InfoList.aspx" />
  129. <Content Include="Plugins\OpenCode\GaoPin\YN11X5InfoEdit.aspx" />
  130. <Content Include="Plugins\OpenCode\GaoPin\YN11X5InfoList.aspx" />
  131. <Content Include="Plugins\OpenCode\GaoPin\JL11X5InfoEdit.aspx" />
  132. <Content Include="Plugins\OpenCode\GaoPin\JL11X5InfoList.aspx" />
  133. <Content Include="Plugins\OpenCode\GaoPin\JX11X5InfoEdit.aspx" />
  134. <Content Include="Plugins\OpenCode\GaoPin\JX11X5InfoList.aspx" />
  135. <Content Include="Plugins\OpenCode\GaoPin\LN11X5InfoEdit.aspx" />
  136. <Content Include="Plugins\OpenCode\GaoPin\LN11X5InfoList.aspx" />
  137. <Content Include="Plugins\OpenCode\GaoPin\SD11X5InfoEdit.aspx" />
  138. <Content Include="Plugins\OpenCode\GaoPin\SD11X5InfoList.aspx" />
  139. <Content Include="Plugins\OpenCode\GaoPin\JSK3InfoEdit.aspx" />
  140. <Content Include="Plugins\OpenCode\GaoPin\JSK3InfoList.aspx" />
  141. <Content Include="Plugins\OpenCode\GaoPin\HEBK3InfoEdit.aspx" />
  142. <Content Include="Plugins\OpenCode\GaoPin\HEBK3InfoList.aspx" />
  143. <Content Include="Plugins\OpenCode\GaoPin\AHK3InfoEdit.aspx" />
  144. <Content Include="Plugins\OpenCode\GaoPin\AHK3InfoList.aspx" />
  145. <Content Include="Plugins\OpenCode\GaoPin\NMGK3InfoEdit.aspx" />
  146. <Content Include="Plugins\OpenCode\GaoPin\NMGK3InfoList.aspx" />
  147. <Content Include="Plugins\OpenCode\GaoPin\JLK3InfoEdit.aspx" />
  148. <Content Include="Plugins\OpenCode\GaoPin\JLK3InfoList.aspx" />
  149. <Content Include="Plugins\OpenCode\GaoPin\SCKL12InfoEdit.aspx" />
  150. <Content Include="Plugins\OpenCode\GaoPin\SCKL12InfoList.aspx" />
  151. <Content Include="Plugins\OpenCode\GaoPin\LNKL12InfoEdit.aspx" />
  152. <Content Include="Plugins\OpenCode\GaoPin\LNKL12InfoList.aspx" />
  153. <Content Include="Plugins\OpenCode\GaoPin\ZJKL12InfoEdit.aspx" />
  154. <Content Include="Plugins\OpenCode\GaoPin\ZJKL12InfoList.aspx" />
  155. <Content Include="Plugins\OpenCode\GaoPin\SDQYHInfoEdit.aspx" />
  156. <Content Include="Plugins\OpenCode\GaoPin\SDQYHInfoList.aspx" />
  157. <Content Include="Plugins\OpenCode\GaoPin\GXKL10FInfoEdit.aspx" />
  158. <Content Include="Plugins\OpenCode\GaoPin\GXKL10FInfoList.aspx" />
  159. <Content Include="Plugins\OpenCode\GaoPin\GDKL10FInfoEdit.aspx" />
  160. <Content Include="Plugins\OpenCode\GaoPin\GDKL10FInfoList.aspx" />
  161. <Content Include="Plugins\OpenCode\GaoPin\SXKL10FInfoEdit.aspx" />
  162. <Content Include="Plugins\OpenCode\GaoPin\SXKL10FInfoList.aspx" />
  163. <Content Include="Plugins\OpenCode\GaoPin\TJKL10FInfoEdit.aspx" />
  164. <Content Include="Plugins\OpenCode\GaoPin\TJKL10FInfoList.aspx" />
  165. <Content Include="Plugins\OpenCode\GrabOpenCodeManage.aspx" />
  166. <Content Include="Plugins\OpenCode\HaoCai1InfoEdit.aspx" />
  167. <Content Include="Plugins\OpenCode\HaoCai1InfoList.aspx" />
  168. <Content Include="Plugins\Recommend\recommendDetail.aspx" />
  169. <Content Include="Plugins\SpecialColumn\ColumnEdit.aspx" />
  170. <Content Include="Plugins\SpecialColumn\ColumnList.aspx" />
  171. <Content Include="Plugins\Template\TemplateContentEdit.aspx" />
  172. <Content Include="Plugins\Template\TemplateList.aspx" />
  173. <Content Include="Plugins\Template\TemplateTypeList.aspx" />
  174. <Content Include="Plugins\TrendChartConfig\ChartCssConfigEdit.aspx" />
  175. <Content Include="Plugins\TrendChartConfig\ChartCssConfigList.aspx" />
  176. <Content Include="Plugins\Basic\LotteryEdit.aspx" />
  177. <Content Include="Plugins\Basic\LotteryList.aspx" />
  178. <Content Include="Plugins\Basic\TopicClassEdit.aspx" />
  179. <Content Include="Plugins\Basic\TopicClassList.aspx" />
  180. <Content Include="Plugins\Basic\TopicEdit.aspx" />
  181. <Content Include="Plugins\Basic\TopicList.aspx" />
  182. <Content Include="Plugins\OpenCode\FC3DInfoEdit.aspx" />
  183. <Content Include="Plugins\OpenCode\FC3DInfoList.aspx" />
  184. <Content Include="Plugins\OpenCode\FCQLCInfoEdit.aspx" />
  185. <Content Include="Plugins\OpenCode\FCQLCInfoList.aspx" />
  186. <Content Include="Plugins\OpenCode\FCSSQInfoEdit.aspx" />
  187. <Content Include="Plugins\OpenCode\FCSSQInfoList.aspx" />
  188. <Content Include="Plugins\OpenCode\TCDLTInfoEdit.aspx" />
  189. <Content Include="Plugins\OpenCode\TCDLTInfoList.aspx" />
  190. <Content Include="Plugins\OpenCode\TCP3InfoEdit.aspx" />
  191. <Content Include="Plugins\OpenCode\TCP3InfoList.aspx" />
  192. <Content Include="Plugins\OpenCode\TCQXCInfoEdit.aspx" />
  193. <Content Include="Plugins\OpenCode\TCQXCInfoList.aspx" />
  194. <Content Include="Plugins\TrendTool\TrendToolInfoPage.aspx" />
  195. <Content Include="Plugins\TrendTool\TrendToolsPageList.aspx" />
  196. <Content Include="Plugins\TrendChartConfig\TrendChartInfo.aspx" />
  197. <Content Include="Plugins\TrendChartConfig\TrendChartItemInfo.aspx" />
  198. <Content Include="Plugins\TrendChartConfig\TrendChartList.aspx" />
  199. <Content Include="Plugins\TrendChartConfig\TrendChartPreview.aspx" />
  200. <Content Include="Plugins\TrendMissConfig\TrendMissInfo.aspx" />
  201. <Content Include="Plugins\TrendMissConfig\TrendMissItemInfo.aspx" />
  202. <Content Include="Plugins\TrendMissConfig\TrendMissList.aspx" />
  203. <Content Include="Plugins\TrendMissConfig\TrendMissPreview.aspx" />
  204. <Content Include="Plugins\TrendTool\TrendToolsPagePreview.aspx" />
  205. <Content Include="Plugins\TuBiao\3d_tb_1.html" />
  206. <Content Include="Plugins\TuBiao\3d_tb_10.html" />
  207. <Content Include="Plugins\TuBiao\3d_tb_11.html" />
  208. <Content Include="Plugins\TuBiao\3d_tb_12.html" />
  209. <Content Include="Plugins\TuBiao\3d_tb_2.html" />
  210. <Content Include="Plugins\TuBiao\3d_tb_3.html" />
  211. <Content Include="Plugins\TuBiao\3d_tb_4.html" />
  212. <Content Include="Plugins\TuBiao\3d_tb_5.html" />
  213. <Content Include="Plugins\TuBiao\3d_tb_6.html" />
  214. <Content Include="Plugins\TuBiao\3d_tb_7.html" />
  215. <Content Include="Plugins\TuBiao\3d_tb_8.html" />
  216. <Content Include="Plugins\TuBiao\3d_tb_9.html" />
  217. <Content Include="Plugins\TuBiao\p3_tb_1.html" />
  218. <Content Include="Plugins\TuBiao\p3_tb_10.html" />
  219. <Content Include="Plugins\TuBiao\p3_tb_11.html" />
  220. <Content Include="Plugins\TuBiao\p3_tb_12.html" />
  221. <Content Include="Plugins\TuBiao\p3_tb_2.html" />
  222. <Content Include="Plugins\TuBiao\p3_tb_3.html" />
  223. <Content Include="Plugins\TuBiao\p3_tb_4.html" />
  224. <Content Include="Plugins\TuBiao\p3_tb_5.html" />
  225. <Content Include="Plugins\TuBiao\p3_tb_6.html" />
  226. <Content Include="Plugins\TuBiao\p3_tb_7.html" />
  227. <Content Include="Plugins\TuBiao\p3_tb_8.html" />
  228. <Content Include="Plugins\TuBiao\p3_tb_9.html" />
  229. <Content Include="Plugins\TVServer\LotteryServerList.aspx" />
  230. <Content Include="Plugins\TVServer\TVConfigEdit.aspx" />
  231. <Content Include="Plugins\TVServer\TVOnlineUserList.aspx" />
  232. <Content Include="Plugins\TVServer\TVServerList.aspx" />
  233. <Content Include="Plugins\TVServer\TVUserList.aspx" />
  234. <Content Include="OldDataCenter\ProcessResultData.aspx" />
  235. <Content Include="right.aspx" />
  236. <Content Include="Static\css\base.css" />
  237. <Content Include="Static\css\charts.css" />
  238. <Content Include="Static\css\jquery.ui.datepicker.css" />
  239. <Content Include="Static\css\main.css" />
  240. <Content Include="Static\css\menu.css" />
  241. <Content Include="Static\css\tool.css" />
  242. <Content Include="Static\editor\kindeditor-all-min.js" />
  243. <Content Include="Static\editor\kindeditor.js" />
  244. <Content Include="Static\editor\lang\ar.js" />
  245. <Content Include="Static\editor\lang\en.js" />
  246. <Content Include="Static\editor\lang\zh_CN.js" />
  247. <Content Include="Static\editor\lang\zh_TW.js" />
  248. <Content Include="Static\editor\plugins\anchor\anchor.js" />
  249. <Content Include="Static\editor\plugins\autoheight\autoheight.js" />
  250. <Content Include="Static\editor\plugins\baidumap\baidumap.js" />
  251. <Content Include="Static\editor\plugins\baidumap\index.html" />
  252. <Content Include="Static\editor\plugins\baidumap\map.html" />
  253. <Content Include="Static\editor\plugins\clearhtml\clearhtml.js" />
  254. <Content Include="Static\editor\plugins\code\code.js" />
  255. <Content Include="Static\editor\plugins\code\prettify.css" />
  256. <Content Include="Static\editor\plugins\code\prettify.js" />
  257. <Content Include="Static\editor\plugins\emoticons\emoticons.js" />
  258. <Content Include="Static\editor\plugins\emoticons\images\0.gif" />
  259. <Content Include="Static\editor\plugins\emoticons\images\1.gif" />
  260. <Content Include="Static\editor\plugins\emoticons\images\10.gif" />
  261. <Content Include="Static\editor\plugins\emoticons\images\100.gif" />
  262. <Content Include="Static\editor\plugins\emoticons\images\101.gif" />
  263. <Content Include="Static\editor\plugins\emoticons\images\102.gif" />
  264. <Content Include="Static\editor\plugins\emoticons\images\103.gif" />
  265. <Content Include="Static\editor\plugins\emoticons\images\104.gif" />
  266. <Content Include="Static\editor\plugins\emoticons\images\105.gif" />
  267. <Content Include="Static\editor\plugins\emoticons\images\106.gif" />
  268. <Content Include="Static\editor\plugins\emoticons\images\107.gif" />
  269. <Content Include="Static\editor\plugins\emoticons\images\108.gif" />
  270. <Content Include="Static\editor\plugins\emoticons\images\109.gif" />
  271. <Content Include="Static\editor\plugins\emoticons\images\11.gif" />
  272. <Content Include="Static\editor\plugins\emoticons\images\110.gif" />
  273. <Content Include="Static\editor\plugins\emoticons\images\111.gif" />
  274. <Content Include="Static\editor\plugins\emoticons\images\112.gif" />
  275. <Content Include="Static\editor\plugins\emoticons\images\113.gif" />
  276. <Content Include="Static\editor\plugins\emoticons\images\114.gif" />
  277. <Content Include="Static\editor\plugins\emoticons\images\115.gif" />
  278. <Content Include="Static\editor\plugins\emoticons\images\116.gif" />
  279. <Content Include="Static\editor\plugins\emoticons\images\117.gif" />
  280. <Content Include="Static\editor\plugins\emoticons\images\118.gif" />
  281. <Content Include="Static\editor\plugins\emoticons\images\119.gif" />
  282. <Content Include="Static\editor\plugins\emoticons\images\12.gif" />
  283. <Content Include="Static\editor\plugins\emoticons\images\120.gif" />
  284. <Content Include="Static\editor\plugins\emoticons\images\121.gif" />
  285. <Content Include="Static\editor\plugins\emoticons\images\122.gif" />
  286. <Content Include="Static\editor\plugins\emoticons\images\123.gif" />
  287. <Content Include="Static\editor\plugins\emoticons\images\124.gif" />
  288. <Content Include="Static\editor\plugins\emoticons\images\125.gif" />
  289. <Content Include="Static\editor\plugins\emoticons\images\126.gif" />
  290. <Content Include="Static\editor\plugins\emoticons\images\127.gif" />
  291. <Content Include="Static\editor\plugins\emoticons\images\128.gif" />
  292. <Content Include="Static\editor\plugins\emoticons\images\129.gif" />
  293. <Content Include="Static\editor\plugins\emoticons\images\13.gif" />
  294. <Content Include="Static\editor\plugins\emoticons\images\130.gif" />
  295. <Content Include="Static\editor\plugins\emoticons\images\131.gif" />
  296. <Content Include="Static\editor\plugins\emoticons\images\132.gif" />
  297. <Content Include="Static\editor\plugins\emoticons\images\133.gif" />
  298. <Content Include="Static\editor\plugins\emoticons\images\134.gif" />
  299. <Content Include="Static\editor\plugins\emoticons\images\14.gif" />
  300. <Content Include="Static\editor\plugins\emoticons\images\15.gif" />
  301. <Content Include="Static\editor\plugins\emoticons\images\16.gif" />
  302. <Content Include="Static\editor\plugins\emoticons\images\17.gif" />
  303. <Content Include="Static\editor\plugins\emoticons\images\18.gif" />
  304. <Content Include="Static\editor\plugins\emoticons\images\19.gif" />
  305. <Content Include="Static\editor\plugins\emoticons\images\2.gif" />
  306. <Content Include="Static\editor\plugins\emoticons\images\20.gif" />
  307. <Content Include="Static\editor\plugins\emoticons\images\21.gif" />
  308. <Content Include="Static\editor\plugins\emoticons\images\22.gif" />
  309. <Content Include="Static\editor\plugins\emoticons\images\23.gif" />
  310. <Content Include="Static\editor\plugins\emoticons\images\24.gif" />
  311. <Content Include="Static\editor\plugins\emoticons\images\25.gif" />
  312. <Content Include="Static\editor\plugins\emoticons\images\26.gif" />
  313. <Content Include="Static\editor\plugins\emoticons\images\27.gif" />
  314. <Content Include="Static\editor\plugins\emoticons\images\28.gif" />
  315. <Content Include="Static\editor\plugins\emoticons\images\29.gif" />
  316. <Content Include="Static\editor\plugins\emoticons\images\3.gif" />
  317. <Content Include="Static\editor\plugins\emoticons\images\30.gif" />
  318. <Content Include="Static\editor\plugins\emoticons\images\31.gif" />
  319. <Content Include="Static\editor\plugins\emoticons\images\32.gif" />
  320. <Content Include="Static\editor\plugins\emoticons\images\33.gif" />
  321. <Content Include="Static\editor\plugins\emoticons\images\34.gif" />
  322. <Content Include="Static\editor\plugins\emoticons\images\35.gif" />
  323. <Content Include="Static\editor\plugins\emoticons\images\36.gif" />
  324. <Content Include="Static\editor\plugins\emoticons\images\37.gif" />
  325. <Content Include="Static\editor\plugins\emoticons\images\38.gif" />
  326. <Content Include="Static\editor\plugins\emoticons\images\39.gif" />
  327. <Content Include="Static\editor\plugins\emoticons\images\4.gif" />
  328. <Content Include="Static\editor\plugins\emoticons\images\40.gif" />
  329. <Content Include="Static\editor\plugins\emoticons\images\41.gif" />
  330. <Content Include="Static\editor\plugins\emoticons\images\42.gif" />
  331. <Content Include="Static\editor\plugins\emoticons\images\43.gif" />
  332. <Content Include="Static\editor\plugins\emoticons\images\44.gif" />
  333. <Content Include="Static\editor\plugins\emoticons\images\45.gif" />
  334. <Content Include="Static\editor\plugins\emoticons\images\46.gif" />
  335. <Content Include="Static\editor\plugins\emoticons\images\47.gif" />
  336. <Content Include="Static\editor\plugins\emoticons\images\48.gif" />
  337. <Content Include="Static\editor\plugins\emoticons\images\49.gif" />
  338. <Content Include="Static\editor\plugins\emoticons\images\5.gif" />
  339. <Content Include="Static\editor\plugins\emoticons\images\50.gif" />
  340. <Content Include="Static\editor\plugins\emoticons\images\51.gif" />
  341. <Content Include="Static\editor\plugins\emoticons\images\52.gif" />
  342. <Content Include="Static\editor\plugins\emoticons\images\53.gif" />
  343. <Content Include="Static\editor\plugins\emoticons\images\54.gif" />
  344. <Content Include="Static\editor\plugins\emoticons\images\55.gif" />
  345. <Content Include="Static\editor\plugins\emoticons\images\56.gif" />
  346. <Content Include="Static\editor\plugins\emoticons\images\57.gif" />
  347. <Content Include="Static\editor\plugins\emoticons\images\58.gif" />
  348. <Content Include="Static\editor\plugins\emoticons\images\59.gif" />
  349. <Content Include="Static\editor\plugins\emoticons\images\6.gif" />
  350. <Content Include="Static\editor\plugins\emoticons\images\60.gif" />
  351. <Content Include="Static\editor\plugins\emoticons\images\61.gif" />
  352. <Content Include="Static\editor\plugins\emoticons\images\62.gif" />
  353. <Content Include="Static\editor\plugins\emoticons\images\63.gif" />
  354. <Content Include="Static\editor\plugins\emoticons\images\64.gif" />
  355. <Content Include="Static\editor\plugins\emoticons\images\65.gif" />
  356. <Content Include="Static\editor\plugins\emoticons\images\66.gif" />
  357. <Content Include="Static\editor\plugins\emoticons\images\67.gif" />
  358. <Content Include="Static\editor\plugins\emoticons\images\68.gif" />
  359. <Content Include="Static\editor\plugins\emoticons\images\69.gif" />
  360. <Content Include="Static\editor\plugins\emoticons\images\7.gif" />
  361. <Content Include="Static\editor\plugins\emoticons\images\70.gif" />
  362. <Content Include="Static\editor\plugins\emoticons\images\71.gif" />
  363. <Content Include="Static\editor\plugins\emoticons\images\72.gif" />
  364. <Content Include="Static\editor\plugins\emoticons\images\73.gif" />
  365. <Content Include="Static\editor\plugins\emoticons\images\74.gif" />
  366. <Content Include="Static\editor\plugins\emoticons\images\75.gif" />
  367. <Content Include="Static\editor\plugins\emoticons\images\76.gif" />
  368. <Content Include="Static\editor\plugins\emoticons\images\77.gif" />
  369. <Content Include="Static\editor\plugins\emoticons\images\78.gif" />
  370. <Content Include="Static\editor\plugins\emoticons\images\79.gif" />
  371. <Content Include="Static\editor\plugins\emoticons\images\8.gif" />
  372. <Content Include="Static\editor\plugins\emoticons\images\80.gif" />
  373. <Content Include="Static\editor\plugins\emoticons\images\81.gif" />
  374. <Content Include="Static\editor\plugins\emoticons\images\82.gif" />
  375. <Content Include="Static\editor\plugins\emoticons\images\83.gif" />
  376. <Content Include="Static\editor\plugins\emoticons\images\84.gif" />
  377. <Content Include="Static\editor\plugins\emoticons\images\85.gif" />
  378. <Content Include="Static\editor\plugins\emoticons\images\86.gif" />
  379. <Content Include="Static\editor\plugins\emoticons\images\87.gif" />
  380. <Content Include="Static\editor\plugins\emoticons\images\88.gif" />
  381. <Content Include="Static\editor\plugins\emoticons\images\89.gif" />
  382. <Content Include="Static\editor\plugins\emoticons\images\9.gif" />
  383. <Content Include="Static\editor\plugins\emoticons\images\90.gif" />
  384. <Content Include="Static\editor\plugins\emoticons\images\91.gif" />
  385. <Content Include="Static\editor\plugins\emoticons\images\92.gif" />
  386. <Content Include="Static\editor\plugins\emoticons\images\93.gif" />
  387. <Content Include="Static\editor\plugins\emoticons\images\94.gif" />
  388. <Content Include="Static\editor\plugins\emoticons\images\95.gif" />
  389. <Content Include="Static\editor\plugins\emoticons\images\96.gif" />
  390. <Content Include="Static\editor\plugins\emoticons\images\97.gif" />
  391. <Content Include="Static\editor\plugins\emoticons\images\98.gif" />
  392. <Content Include="Static\editor\plugins\emoticons\images\99.gif" />
  393. <Content Include="Static\editor\plugins\emoticons\images\static.gif" />
  394. <Content Include="Static\editor\plugins\filemanager\filemanager.js" />
  395. <Content Include="Static\editor\plugins\filemanager\images\file-16.gif" />
  396. <Content Include="Static\editor\plugins\filemanager\images\file-64.gif" />
  397. <Content Include="Static\editor\plugins\filemanager\images\folder-16.gif" />
  398. <Content Include="Static\editor\plugins\filemanager\images\folder-64.gif" />
  399. <Content Include="Static\editor\plugins\filemanager\images\go-up.gif" />
  400. <Content Include="Static\editor\plugins\flash\flash.js" />
  401. <Content Include="Static\editor\plugins\image\image.js" />
  402. <Content Include="Static\editor\plugins\image\images\align_left.gif" />
  403. <Content Include="Static\editor\plugins\image\images\align_right.gif" />
  404. <Content Include="Static\editor\plugins\image\images\align_top.gif" />
  405. <Content Include="Static\editor\plugins\image\images\refresh.png" />
  406. <Content Include="Static\editor\plugins\insertfile\insertfile.js" />
  407. <Content Include="Static\editor\plugins\lineheight\lineheight.js" />
  408. <Content Include="Static\editor\plugins\link\link.js" />
  409. <Content Include="Static\editor\plugins\map\map.html" />
  410. <Content Include="Static\editor\plugins\map\map.js" />
  411. <Content Include="Static\editor\plugins\media\media.js" />
  412. <Content Include="Static\editor\plugins\multiimage\images\image.png" />
  413. <Content Include="Static\editor\plugins\multiimage\images\select-files-en.png" />
  414. <Content Include="Static\editor\plugins\multiimage\images\select-files-zh_CN.png" />
  415. <Content Include="Static\editor\plugins\multiimage\images\swfupload.swf" />
  416. <Content Include="Static\editor\plugins\multiimage\multiimage.js" />
  417. <Content Include="Static\editor\plugins\pagebreak\pagebreak.js" />
  418. <Content Include="Static\editor\plugins\plainpaste\plainpaste.js" />
  419. <Content Include="Static\editor\plugins\preview\preview.js" />
  420. <Content Include="Static\editor\plugins\quickformat\quickformat.js" />
  421. <Content Include="Static\editor\plugins\table\table.js" />
  422. <Content Include="Static\editor\plugins\template\html\1.html" />
  423. <Content Include="Static\editor\plugins\template\html\2.html" />
  424. <Content Include="Static\editor\plugins\template\html\3.html" />
  425. <Content Include="Static\editor\plugins\template\template.js" />
  426. <Content Include="Static\editor\plugins\wordpaste\wordpaste.js" />
  427. <Content Include="Static\editor\themes\common\anchor.gif" />
  428. <Content Include="Static\editor\themes\common\blank.gif" />
  429. <Content Include="Static\editor\themes\common\flash.gif" />
  430. <Content Include="Static\editor\themes\common\loading.gif" />
  431. <Content Include="Static\editor\themes\common\media.gif" />
  432. <Content Include="Static\editor\themes\common\rm.gif" />
  433. <Content Include="Static\editor\themes\default\background.png" />
  434. <Content Include="Static\editor\themes\default\default.css" />
  435. <Content Include="Static\editor\themes\default\default.png" />
  436. <Content Include="Static\editor\themes\qq\editor.gif" />
  437. <Content Include="Static\editor\themes\qq\qq.css" />
  438. <Content Include="Static\editor\themes\simple\simple.css" />
  439. <Content Include="Static\images\admin_left_13.gif" />
  440. <Content Include="Static\images\admin_title.gif" />
  441. <Content Include="Static\images\ball-frame.gif" />
  442. <Content Include="Static\images\bg-ball.png" />
  443. <Content Include="Static\images\bg-select.gif" />
  444. <Content Include="Static\images\biaoji.gif" />
  445. <Content Include="Static\images\bullet.gif" />
  446. <Content Include="Static\images\buy.gif" />
  447. <Content Include="Static\images\chart-bg.png" />
  448. <Content Include="Static\images\chart-icon.png" />
  449. <Content Include="Static\images\chartball-small.png" />
  450. <Content Include="Static\images\chartball.png" />
  451. <Content Include="Static\images\chartBall01.gif" />
  452. <Content Include="Static\images\chartBall02.gif" />
  453. <Content Include="Static\images\chartBall03.gif" />
  454. <Content Include="Static\images\chartBall04.gif" />
  455. <Content Include="Static\images\chartBall05.gif" />
  456. <Content Include="Static\images\chartBall06.gif" />
  457. <Content Include="Static\images\chartBall07.gif" />
  458. <Content Include="Static\images\chartBall08.gif" />
  459. <Content Include="Static\images\chartBall09.gif" />
  460. <Content Include="Static\images\chartBall10.gif" />
  461. <Content Include="Static\images\chartBall11.gif" />
  462. <Content Include="Static\images\circle_black.gif" />
  463. <Content Include="Static\images\circle_blue.gif" />
  464. <Content Include="Static\images\circle_red.gif" />
  465. <Content Include="Static\images\cplogo_30.gif" />
  466. <Content Include="Static\images\cplogo_36.gif" />
  467. <Content Include="Static\images\cplogo_72.gif" />
  468. <Content Include="Static\images\del.gif" />
  469. <Content Include="Static\images\download.gif" />
  470. <Content Include="Static\images\icon.gif" />
  471. <Content Include="Static\images\icon.png" />
  472. <Content Include="Static\images\jiou.png" />
  473. <Content Include="Static\images\kancaila_120.jpg" />
  474. <Content Include="Static\images\kjss.gif" />
  475. <Content Include="Static\images\kscx.gif" />
  476. <Content Include="Static\images\ksfx.gif" />
  477. <Content Include="Static\images\ksjs.gif" />
  478. <Content Include="Static\images\ksxh.gif" />
  479. <Content Include="Static\images\kszh.gif" />
  480. <Content Include="Static\images\line-blue.gif" />
  481. <Content Include="Static\images\line-purple.gif" />
  482. <Content Include="Static\images\line-red.gif" />
  483. <Content Include="Static\images\login_bg.gif" />
  484. <Content Include="Static\images\login_box.gif" />
  485. <Content Include="Static\images\login_button.gif" />
  486. <Content Include="Static\images\logo.gif" />
  487. <Content Include="Static\images\lottery-logo.png" />
  488. <Content Include="Static\images\more.gif" />
  489. <Content Include="Static\images\resetss.gif" />
  490. <Content Include="Static\images\ss.gif" />
  491. <Content Include="Static\images\tb_tu.gif" />
  492. <Content Include="Static\images\tb_tu1.gif" />
  493. <Content Include="Static\images\tb_tu2.gif" />
  494. <Content Include="Static\images\tb_tu3.gif" />
  495. <Content Include="Static\images\ui-bg_flat_0_aaaaaa_40x100.png" />
  496. <Content Include="Static\images\ui-bg_flat_75_ffffff_40x100.png" />
  497. <Content Include="Static\images\ui-bg_glass_55_fbf9ee_1x400.png" />
  498. <Content Include="Static\images\ui-bg_glass_65_ffffff_1x400.png" />
  499. <Content Include="Static\images\ui-bg_glass_75_dadada_1x400.png" />
  500. <Content Include="Static\images\ui-bg_glass_75_e6e6e6_1x400.png" />
  501. <Content Include="Static\images\ui-bg_glass_95_fef1ec_1x400.png" />
  502. <Content Include="Static\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
  503. <Content Include="Static\images\ui-icons_222222_256x240.png" />
  504. <Content Include="Static\images\ui-icons_2e83ff_256x240.png" />
  505. <Content Include="Static\images\ui-icons_454545_256x240.png" />
  506. <Content Include="Static\images\ui-icons_888888_256x240.png" />
  507. <Content Include="Static\images\ui-icons_cd0a0a_256x240.png" />
  508. <Content Include="Static\js\admin.js" />
  509. <Content Include="Static\js\swfFileProgress.js" />
  510. <Content Include="Static\js\function.js" />
  511. <Content Include="Static\js\swfHandlers.js" />
  512. <Content Include="Static\js\jquery.js" />
  513. <Content Include="Static\js\jquery.jstree.js" />
  514. <Content Include="Static\js\jquery.ui.core.js" />
  515. <Content Include="Static\js\jquery.ui.datepicker-zh-CN.js" />
  516. <Content Include="Static\js\jquery.ui.datepicker.js" />
  517. <Content Include="Static\js\My97DatePicker\calendar.js" />
  518. <Content Include="Static\js\My97DatePicker\lang\en.js" />
  519. <Content Include="Static\js\My97DatePicker\lang\zh-cn.js" />
  520. <Content Include="Static\js\My97DatePicker\lang\zh-tw.js" />
  521. <Content Include="Static\js\My97DatePicker\skin\datePicker.gif" />
  522. <Content Include="Static\js\My97DatePicker\skin\default\datepicker.css" />
  523. <Content Include="Static\js\My97DatePicker\skin\default\img.gif" />
  524. <Content Include="Static\js\My97DatePicker\skin\WdatePicker.css" />
  525. <Content Include="Static\js\My97DatePicker\skin\whyGreen\bg.jpg" />
  526. <Content Include="Static\js\My97DatePicker\skin\whyGreen\datepicker.css" />
  527. <Content Include="Static\js\My97DatePicker\skin\whyGreen\img.gif" />
  528. <Content Include="Static\js\My97DatePicker\WdatePicker.js" />
  529. <Content Include="Static\js\My97DatePicker\开发包\lang\en.js" />
  530. <Content Include="Static\js\My97DatePicker\开发包\lang\zh-cn.js" />
  531. <Content Include="Static\js\My97DatePicker\开发包\lang\zh-tw.js" />
  532. <Content Include="Static\js\My97DatePicker\开发包\readme.txt" />
  533. <Content Include="Static\js\My97DatePicker\开发包\skin\datePicker.gif" />
  534. <Content Include="Static\js\My97DatePicker\开发包\skin\default\datepicker.css" />
  535. <Content Include="Static\js\My97DatePicker\开发包\skin\default\img.gif" />
  536. <Content Include="Static\js\My97DatePicker\开发包\skin\WdatePicker.css" />
  537. <Content Include="Static\js\My97DatePicker\开发包\skin\whyGreen\bg.jpg" />
  538. <Content Include="Static\js\My97DatePicker\开发包\skin\whyGreen\datepicker.css" />
  539. <Content Include="Static\js\My97DatePicker\开发包\skin\whyGreen\img.gif" />
  540. <Content Include="Static\js\swfupload.queue.js" />
  541. <Content Include="Static\js\swfupload.swfobject.js" />
  542. <Content Include="Static\js\themes\default\d.gif" />
  543. <Content Include="Static\js\themes\default\d.png" />
  544. <Content Include="Static\js\themes\default\jstree.css" />
  545. <Content Include="Static\js\themes\default\throbber.gif" />
  546. <Content Include="Static\js\trendChart.js" />
  547. <Content Include="Static\swfupload\swfupload.cookies.js" />
  548. <Content Include="Static\swfupload\swfupload.js" />
  549. <Content Include="Static\swfupload\swfupload.queue.js" />
  550. <Content Include="Static\swfupload\swfupload.speed.js" />
  551. <Content Include="Static\swfupload\swfupload.swf" />
  552. <Content Include="syslogin.aspx" />
  553. <Content Include="Plugins\TrendTool\TrendToolList.aspx" />
  554. <Content Include="templates\zs\FC3D012.shtml" />
  555. <Content Include="templates\zs\FC3D012_1.shtml" />
  556. <Content Include="templates\zs\FC3D012_2.shtml" />
  557. <Content Include="templates\zs\FC3DCH.shtml" />
  558. <Content Include="templates\zs\FC3Dchfxt.html" />
  559. <Content Include="templates\zs\FC3DCHfxt.shtml" />
  560. <Content Include="templates\zs\FC3Dchzst.html" />
  561. <Content Include="templates\zs\FC3DHZ.shtml" />
  562. <Content Include="templates\zs\FC3Dhzhw.shtml" />
  563. <Content Include="templates\zs\FC3DJO.shtml" />
  564. <Content Include="templates\zs\FC3DKD.shtml" />
  565. <Content Include="templates\zs\FC3DSJH.shtml" />
  566. <Content Include="templates\zs\FC3Dzhzst.shtml" />
  567. <Content Include="templates\zs\FC3Dzszst.shtml" />
  568. <Content Include="templates\zs\FCQLCCH.shtml" />
  569. <Content Include="templates\zs\FCQLCCHH.shtml" />
  570. <Content Include="templates\zs\FCQLCHZ.shtml" />
  571. <Content Include="templates\zs\FCQLCLH.shtml" />
  572. <Content Include="templates\zs\KL12_SiChuan_TV.html" />
  573. <Content Include="templates\zs\TCP3012.shtml" />
  574. <Content Include="templates\zs\TCP3012_1.shtml" />
  575. <Content Include="templates\zs\TCP3012_2.shtml" />
  576. <Content Include="templates\zs\TCP3CH.shtml" />
  577. <Content Include="templates\zs\TCP3CHfxt.shtml" />
  578. <Content Include="templates\zs\TCP3HZ.shtml" />
  579. <Content Include="templates\zs\TCP3hzhw.shtml" />
  580. <Content Include="templates\zs\TCP3JO.shtml" />
  581. <Content Include="templates\zs\TCP3KD.shtml" />
  582. <Content Include="templates\zs\TCP3SJH.shtml" />
  583. <Content Include="templates\zs\TCP3zhzst.shtml" />
  584. <Content Include="templates\zs\TCP3zszst.shtml" />
  585. <Content Include="templates\zs\TCP5CH.shtml" />
  586. <Content Include="templates\zs\TCP5CHH.shtml" />
  587. <Content Include="templates\zs\TCP5HZZST.shtml" />
  588. <Content Include="verifyimage.aspx" />
  589. <Content Include="Web.config">
  590. <SubType>Designer</SubType>
  591. </Content>
  592. <Content Include="Web.Debug.config">
  593. <DependentUpon>Web.config</DependentUpon>
  594. </Content>
  595. <Content Include="Web.Release.config">
  596. <DependentUpon>Web.config</DependentUpon>
  597. </Content>
  598. </ItemGroup>
  599. <ItemGroup>
  600. <Compile Include="Ajax\FileUpLoadManager.cs" />
  601. <Compile Include="Ajax\UploadImageAndThumbnail_ajax.aspx.cs">
  602. <DependentUpon>UploadImageAndThumbnail_ajax.aspx</DependentUpon>
  603. <SubType>ASPXCodeBehind</SubType>
  604. </Compile>
  605. <Compile Include="Ajax\UploadImageAndThumbnail_ajax.aspx.designer.cs">
  606. <DependentUpon>UploadImageAndThumbnail_ajax.aspx</DependentUpon>
  607. </Compile>
  608. <Compile Include="Ajax\uploadphoto_ajax.aspx.cs">
  609. <DependentUpon>uploadphoto_ajax.aspx</DependentUpon>
  610. <SubType>ASPXCodeBehind</SubType>
  611. </Compile>
  612. <Compile Include="Ajax\uploadphoto_ajax.aspx.designer.cs">
  613. <DependentUpon>uploadphoto_ajax.aspx</DependentUpon>
  614. </Compile>
  615. <Compile Include="DUCenter\Authority\authorityinfo.aspx.cs">
  616. <DependentUpon>authorityinfo.aspx</DependentUpon>
  617. <SubType>ASPXCodeBehind</SubType>
  618. </Compile>
  619. <Compile Include="DUCenter\Authority\authorityinfo.aspx.designer.cs">
  620. <DependentUpon>authorityinfo.aspx</DependentUpon>
  621. </Compile>
  622. <Compile Include="DUCenter\Authority\authoritylist.aspx.cs">
  623. <DependentUpon>authoritylist.aspx</DependentUpon>
  624. <SubType>ASPXCodeBehind</SubType>
  625. </Compile>
  626. <Compile Include="DUCenter\Authority\authoritylist.aspx.designer.cs">
  627. <DependentUpon>authoritylist.aspx</DependentUpon>
  628. </Compile>
  629. <Compile Include="DUCenter\Group\groupauthority.aspx.cs">
  630. <DependentUpon>groupauthority.aspx</DependentUpon>
  631. <SubType>ASPXCodeBehind</SubType>
  632. </Compile>
  633. <Compile Include="DUCenter\Group\groupauthority.aspx.designer.cs">
  634. <DependentUpon>groupauthority.aspx</DependentUpon>
  635. </Compile>
  636. <Compile Include="DUCenter\Group\groupinfo.aspx.cs">
  637. <DependentUpon>groupinfo.aspx</DependentUpon>
  638. <SubType>ASPXCodeBehind</SubType>
  639. </Compile>
  640. <Compile Include="DUCenter\Group\groupinfo.aspx.designer.cs">
  641. <DependentUpon>groupinfo.aspx</DependentUpon>
  642. </Compile>
  643. <Compile Include="DUCenter\Group\grouplist.aspx.cs">
  644. <DependentUpon>grouplist.aspx</DependentUpon>
  645. <SubType>ASPXCodeBehind</SubType>
  646. </Compile>
  647. <Compile Include="DUCenter\Group\grouplist.aspx.designer.cs">
  648. <DependentUpon>grouplist.aspx</DependentUpon>
  649. </Compile>
  650. <Compile Include="DUCenter\mypassword.aspx.cs">
  651. <DependentUpon>mypassword.aspx</DependentUpon>
  652. <SubType>ASPXCodeBehind</SubType>
  653. </Compile>
  654. <Compile Include="DUCenter\mypassword.aspx.designer.cs">
  655. <DependentUpon>mypassword.aspx</DependentUpon>
  656. </Compile>
  657. <Compile Include="Plugins\Basic\BaseConfigSet.aspx.cs">
  658. <DependentUpon>BaseConfigSet.aspx</DependentUpon>
  659. <SubType>ASPXCodeBehind</SubType>
  660. </Compile>
  661. <Compile Include="Plugins\Basic\BaseConfigSet.aspx.designer.cs">
  662. <DependentUpon>BaseConfigSet.aspx</DependentUpon>
  663. </Compile>
  664. <Compile Include="DUCenter\Resources\resourcesinfo.aspx.cs">
  665. <DependentUpon>resourcesinfo.aspx</DependentUpon>
  666. <SubType>ASPXCodeBehind</SubType>
  667. </Compile>
  668. <Compile Include="DUCenter\Resources\resourcesinfo.aspx.designer.cs">
  669. <DependentUpon>resourcesinfo.aspx</DependentUpon>
  670. </Compile>
  671. <Compile Include="DUCenter\Resources\resourceslist.aspx.cs">
  672. <DependentUpon>resourceslist.aspx</DependentUpon>
  673. <SubType>ASPXCodeBehind</SubType>
  674. </Compile>
  675. <Compile Include="DUCenter\Resources\resourceslist.aspx.designer.cs">
  676. <DependentUpon>resourceslist.aspx</DependentUpon>
  677. </Compile>
  678. <Compile Include="DUCenter\SynchronizeData.aspx.cs">
  679. <DependentUpon>SynchronizeData.aspx</DependentUpon>
  680. <SubType>ASPXCodeBehind</SubType>
  681. </Compile>
  682. <Compile Include="DUCenter\SynchronizeData.aspx.designer.cs">
  683. <DependentUpon>SynchronizeData.aspx</DependentUpon>
  684. </Compile>
  685. <Compile Include="DUCenter\UserLog\userloginfo.aspx.cs">
  686. <DependentUpon>userloginfo.aspx</DependentUpon>
  687. <SubType>ASPXCodeBehind</SubType>
  688. </Compile>
  689. <Compile Include="DUCenter\UserLog\userloginfo.aspx.designer.cs">
  690. <DependentUpon>userloginfo.aspx</DependentUpon>
  691. </Compile>
  692. <Compile Include="DUCenter\UserLog\userloglist.aspx.cs">
  693. <DependentUpon>userloglist.aspx</DependentUpon>
  694. <SubType>ASPXCodeBehind</SubType>
  695. </Compile>
  696. <Compile Include="DUCenter\UserLog\userloglist.aspx.designer.cs">
  697. <DependentUpon>userloglist.aspx</DependentUpon>
  698. </Compile>
  699. <Compile Include="DUCenter\User\userinfo.aspx.cs">
  700. <DependentUpon>userinfo.aspx</DependentUpon>
  701. <SubType>ASPXCodeBehind</SubType>
  702. </Compile>
  703. <Compile Include="DUCenter\User\userinfo.aspx.designer.cs">
  704. <DependentUpon>userinfo.aspx</DependentUpon>
  705. </Compile>
  706. <Compile Include="DUCenter\User\userlist.aspx.cs">
  707. <DependentUpon>userlist.aspx</DependentUpon>
  708. <SubType>ASPXCodeBehind</SubType>
  709. </Compile>
  710. <Compile Include="DUCenter\User\userlist.aspx.designer.cs">
  711. <DependentUpon>userlist.aspx</DependentUpon>
  712. </Compile>
  713. <Compile Include="main.aspx.cs">
  714. <DependentUpon>main.aspx</DependentUpon>
  715. <SubType>ASPXCodeBehind</SubType>
  716. </Compile>
  717. <Compile Include="main.aspx.designer.cs">
  718. <DependentUpon>main.aspx</DependentUpon>
  719. </Compile>
  720. <Compile Include="menu.aspx.cs">
  721. <DependentUpon>menu.aspx</DependentUpon>
  722. <SubType>ASPXCodeBehind</SubType>
  723. </Compile>
  724. <Compile Include="menu.aspx.designer.cs">
  725. <DependentUpon>menu.aspx</DependentUpon>
  726. </Compile>
  727. <Compile Include="Plugins\Basic\AreaEdit.aspx.cs">
  728. <DependentUpon>AreaEdit.aspx</DependentUpon>
  729. <SubType>ASPXCodeBehind</SubType>
  730. </Compile>
  731. <Compile Include="Plugins\Basic\AreaEdit.aspx.designer.cs">
  732. <DependentUpon>AreaEdit.aspx</DependentUpon>
  733. </Compile>
  734. <Compile Include="Plugins\Basic\AreaList.aspx.cs">
  735. <DependentUpon>AreaList.aspx</DependentUpon>
  736. <SubType>ASPXCodeBehind</SubType>
  737. </Compile>
  738. <Compile Include="Plugins\Basic\AreaList.aspx.designer.cs">
  739. <DependentUpon>AreaList.aspx</DependentUpon>
  740. </Compile>
  741. <Compile Include="Plugins\Basic\UploadImage.ashx.cs">
  742. <DependentUpon>UploadImage.ashx</DependentUpon>
  743. </Compile>
  744. <Compile Include="Plugins\CommunalHelper.cs" />
  745. <Compile Include="Plugins\HttpHelper.cs" />
  746. <Compile Include="Plugins\OpenCode\DiFang\FCDF6J1InfoEdit.aspx.cs">
  747. <DependentUpon>FCDF6J1InfoEdit.aspx</DependentUpon>
  748. <SubType>ASPXCodeBehind</SubType>
  749. </Compile>
  750. <Compile Include="Plugins\OpenCode\DiFang\FCDF6J1InfoEdit.aspx.designer.cs">
  751. <DependentUpon>FCDF6J1InfoEdit.aspx</DependentUpon>
  752. </Compile>
  753. <Compile Include="Plugins\OpenCode\DiFang\FCDF6J1InfoList.aspx.cs">
  754. <DependentUpon>FCDF6J1InfoList.aspx</DependentUpon>
  755. <SubType>ASPXCodeBehind</SubType>
  756. </Compile>
  757. <Compile Include="Plugins\OpenCode\DiFang\FCDF6J1InfoList.aspx.designer.cs">
  758. <DependentUpon>FCDF6J1InfoList.aspx</DependentUpon>
  759. </Compile>
  760. <Compile Include="Plugins\OpenCode\DiFang\FCHD15X5InfoEdit.aspx.cs">
  761. <DependentUpon>FCHD15X5InfoEdit.aspx</DependentUpon>
  762. <SubType>ASPXCodeBehind</SubType>
  763. </Compile>
  764. <Compile Include="Plugins\OpenCode\DiFang\FCHD15X5InfoEdit.aspx.designer.cs">
  765. <DependentUpon>FCHD15X5InfoEdit.aspx</DependentUpon>
  766. </Compile>
  767. <Compile Include="Plugins\OpenCode\DiFang\FCHD15X5InfoList.aspx.cs">
  768. <DependentUpon>FCHD15X5InfoList.aspx</DependentUpon>
  769. <SubType>ASPXCodeBehind</SubType>
  770. </Compile>
  771. <Compile Include="Plugins\OpenCode\DiFang\FCHD15X5InfoList.aspx.designer.cs">
  772. <DependentUpon>FCHD15X5InfoList.aspx</DependentUpon>
  773. </Compile>
  774. <Compile Include="Plugins\OpenCode\DiFang\FCHN22X5InfoEdit.aspx.cs">
  775. <DependentUpon>FCHN22X5InfoEdit.aspx</DependentUpon>
  776. <SubType>ASPXCodeBehind</SubType>
  777. </Compile>
  778. <Compile Include="Plugins\OpenCode\DiFang\FCHN22X5InfoEdit.aspx.designer.cs">
  779. <DependentUpon>FCHN22X5InfoEdit.aspx</DependentUpon>
  780. </Compile>
  781. <Compile Include="Plugins\OpenCode\DiFang\FCHN22X5InfoList.aspx.cs">
  782. <DependentUpon>FCHN22X5InfoList.aspx</DependentUpon>
  783. <SubType>ASPXCodeBehind</SubType>
  784. </Compile>
  785. <Compile Include="Plugins\OpenCode\DiFang\FCHN22X5InfoList.aspx.designer.cs">
  786. <DependentUpon>FCHN22X5InfoList.aspx</DependentUpon>
  787. </Compile>
  788. <Compile Include="Plugins\OpenCode\DiFang\FCGD36X7InfoEdit.aspx.cs">
  789. <DependentUpon>FCGD36X7InfoEdit.aspx</DependentUpon>
  790. <SubType>ASPXCodeBehind</SubType>
  791. </Compile>
  792. <Compile Include="Plugins\OpenCode\DiFang\FCGD36X7InfoEdit.aspx.designer.cs">
  793. <DependentUpon>FCGD36X7InfoEdit.aspx</DependentUpon>
  794. </Compile>
  795. <Compile Include="Plugins\OpenCode\DiFang\FCGD36X7InfoList.aspx.cs">
  796. <DependentUpon>FCGD36X7InfoList.aspx</DependentUpon>
  797. <SubType>ASPXCodeBehind</SubType>
  798. </Compile>
  799. <Compile Include="Plugins\OpenCode\DiFang\FCGD36X7InfoList.aspx.designer.cs">
  800. <DependentUpon>FCGD36X7InfoList.aspx</DependentUpon>
  801. </Compile>
  802. <Compile Include="Plugins\OpenCode\DiFang\FCXJ35X7InfoEdit.aspx.cs">
  803. <DependentUpon>FCXJ35X7InfoEdit.aspx</DependentUpon>
  804. <SubType>ASPXCodeBehind</SubType>
  805. </Compile>
  806. <Compile Include="Plugins\OpenCode\DiFang\FCXJ35X7InfoEdit.aspx.designer.cs">
  807. <DependentUpon>FCXJ35X7InfoEdit.aspx</DependentUpon>
  808. </Compile>
  809. <Compile Include="Plugins\OpenCode\DiFang\FCXJ35X7InfoList.aspx.cs">
  810. <DependentUpon>FCXJ35X7InfoList.aspx</DependentUpon>
  811. <SubType>ASPXCodeBehind</SubType>
  812. </Compile>
  813. <Compile Include="Plugins\OpenCode\DiFang\FCXJ35X7InfoList.aspx.designer.cs">
  814. <DependentUpon>FCXJ35X7InfoList.aspx</DependentUpon>
  815. </Compile>
  816. <Compile Include="Plugins\OpenCode\DiFang\TCJS7WSInfoEdit.aspx.cs">
  817. <DependentUpon>TCJS7WSInfoEdit.aspx</DependentUpon>
  818. <SubType>ASPXCodeBehind</SubType>
  819. </Compile>
  820. <Compile Include="Plugins\OpenCode\DiFang\TCJS7WSInfoEdit.aspx.designer.cs">
  821. <DependentUpon>TCJS7WSInfoEdit.aspx</DependentUpon>
  822. </Compile>
  823. <Compile Include="Plugins\OpenCode\DiFang\TCJS7WSInfoList.aspx.cs">
  824. <DependentUpon>TCJS7WSInfoList.aspx</DependentUpon>
  825. <SubType>ASPXCodeBehind</SubType>
  826. </Compile>
  827. <Compile Include="Plugins\OpenCode\DiFang\TCJS7WSInfoList.aspx.designer.cs">
  828. <DependentUpon>TCJS7WSInfoList.aspx</DependentUpon>
  829. </Compile>
  830. <Compile Include="Plugins\OpenCode\DiFang\TCZJ6J1InfoEdit.aspx.cs">
  831. <DependentUpon>TCZJ6J1InfoEdit.aspx</DependentUpon>
  832. <SubType>ASPXCodeBehind</SubType>
  833. </Compile>
  834. <Compile Include="Plugins\OpenCode\DiFang\TCZJ6J1InfoEdit.aspx.designer.cs">
  835. <DependentUpon>TCZJ6J1InfoEdit.aspx</DependentUpon>
  836. </Compile>
  837. <Compile Include="Plugins\OpenCode\DiFang\TCZJ6J1InfoList.aspx.cs">
  838. <DependentUpon>TCZJ6J1InfoList.aspx</DependentUpon>
  839. <SubType>ASPXCodeBehind</SubType>
  840. </Compile>
  841. <Compile Include="Plugins\OpenCode\DiFang\TCZJ6J1InfoList.aspx.designer.cs">
  842. <DependentUpon>TCZJ6J1InfoList.aspx</DependentUpon>
  843. </Compile>
  844. <Compile Include="Plugins\OpenCode\DiFang\TCFJ36X7InfoEdit.aspx.cs">
  845. <DependentUpon>TCFJ36X7InfoEdit.aspx</DependentUpon>
  846. <SubType>ASPXCodeBehind</SubType>
  847. </Compile>
  848. <Compile Include="Plugins\OpenCode\DiFang\TCFJ36X7InfoEdit.aspx.designer.cs">
  849. <DependentUpon>TCFJ36X7InfoEdit.aspx</DependentUpon>
  850. </Compile>
  851. <Compile Include="Plugins\OpenCode\DiFang\TCFJ36X7InfoList.aspx.cs">
  852. <DependentUpon>TCFJ36X7InfoList.aspx</DependentUpon>
  853. <SubType>ASPXCodeBehind</SubType>
  854. </Compile>
  855. <Compile Include="Plugins\OpenCode\DiFang\TCFJ36X7InfoList.aspx.designer.cs">
  856. <DependentUpon>TCFJ36X7InfoList.aspx</DependentUpon>
  857. </Compile>
  858. <Compile Include="Plugins\OpenCode\DiFang\TCFJ31X7InfoEdit.aspx.cs">
  859. <DependentUpon>TCFJ31X7InfoEdit.aspx</DependentUpon>
  860. <SubType>ASPXCodeBehind</SubType>
  861. </Compile>
  862. <Compile Include="Plugins\OpenCode\DiFang\TCFJ31X7InfoEdit.aspx.designer.cs">
  863. <DependentUpon>TCFJ31X7InfoEdit.aspx</DependentUpon>
  864. </Compile>
  865. <Compile Include="Plugins\OpenCode\DiFang\TCFJ31X7InfoList.aspx.cs">
  866. <DependentUpon>TCFJ31X7InfoList.aspx</DependentUpon>
  867. <SubType>ASPXCodeBehind</SubType>
  868. </Compile>
  869. <Compile Include="Plugins\OpenCode\DiFang\TCFJ31X7InfoList.aspx.designer.cs">
  870. <DependentUpon>TCFJ31X7InfoList.aspx</DependentUpon>
  871. </Compile>
  872. <Compile Include="Plugins\OpenCode\GaoPin\BJKL8InfoEdit.aspx.cs">
  873. <DependentUpon>BJKL8InfoEdit.aspx</DependentUpon>
  874. <SubType>ASPXCodeBehind</SubType>
  875. </Compile>
  876. <Compile Include="Plugins\OpenCode\GaoPin\BJKL8InfoEdit.aspx.designer.cs">
  877. <DependentUpon>BJKL8InfoEdit.aspx</DependentUpon>
  878. </Compile>
  879. <Compile Include="Plugins\OpenCode\GaoPin\BJKL8InfoList.aspx.cs">
  880. <DependentUpon>BJKL8InfoList.aspx</DependentUpon>
  881. <SubType>ASPXCodeBehind</SubType>
  882. </Compile>
  883. <Compile Include="Plugins\OpenCode\GaoPin\BJKL8InfoList.aspx.designer.cs">
  884. <DependentUpon>BJKL8InfoList.aspx</DependentUpon>
  885. </Compile>
  886. <Compile Include="Plugins\OpenCode\GaoPin\BJPK10InfoEdit.aspx.cs">
  887. <DependentUpon>BJPK10InfoEdit.aspx</DependentUpon>
  888. <SubType>ASPXCodeBehind</SubType>
  889. </Compile>
  890. <Compile Include="Plugins\OpenCode\GaoPin\BJPK10InfoEdit.aspx.designer.cs">
  891. <DependentUpon>BJPK10InfoEdit.aspx</DependentUpon>
  892. </Compile>
  893. <Compile Include="Plugins\OpenCode\GaoPin\BJPK10InfoList.aspx.cs">
  894. <DependentUpon>BJPK10InfoList.aspx</DependentUpon>
  895. <SubType>ASPXCodeBehind</SubType>
  896. </Compile>
  897. <Compile Include="Plugins\OpenCode\GaoPin\BJPK10InfoList.aspx.designer.cs">
  898. <DependentUpon>BJPK10InfoList.aspx</DependentUpon>
  899. </Compile>
  900. <Compile Include="Plugins\OpenCode\GaoPin\CQKL10FInfoEdit.aspx.cs">
  901. <DependentUpon>CQKL10FInfoEdit.aspx</DependentUpon>
  902. <SubType>ASPXCodeBehind</SubType>
  903. </Compile>
  904. <Compile Include="Plugins\OpenCode\GaoPin\CQKL10FInfoEdit.aspx.designer.cs">
  905. <DependentUpon>CQKL10FInfoEdit.aspx</DependentUpon>
  906. </Compile>
  907. <Compile Include="Plugins\OpenCode\GaoPin\CQKL10FInfoList.aspx.cs">
  908. <DependentUpon>CQKL10FInfoList.aspx</DependentUpon>
  909. <SubType>ASPXCodeBehind</SubType>
  910. </Compile>
  911. <Compile Include="Plugins\OpenCode\GaoPin\CQKL10FInfoList.aspx.designer.cs">
  912. <DependentUpon>CQKL10FInfoList.aspx</DependentUpon>
  913. </Compile>
  914. <Compile Include="Plugins\OpenCode\GaoPin\HBK3InfoEdit.aspx.cs">
  915. <DependentUpon>HBK3InfoEdit.aspx</DependentUpon>
  916. <SubType>ASPXCodeBehind</SubType>
  917. </Compile>
  918. <Compile Include="Plugins\OpenCode\GaoPin\HBK3InfoEdit.aspx.designer.cs">
  919. <DependentUpon>HBK3InfoEdit.aspx</DependentUpon>
  920. </Compile>
  921. <Compile Include="Plugins\OpenCode\GaoPin\HBK3InfoList.aspx.cs">
  922. <DependentUpon>HBK3InfoList.aspx</DependentUpon>
  923. <SubType>ASPXCodeBehind</SubType>
  924. </Compile>
  925. <Compile Include="Plugins\OpenCode\GaoPin\HBK3InfoList.aspx.designer.cs">
  926. <DependentUpon>HBK3InfoList.aspx</DependentUpon>
  927. </Compile>
  928. <Compile Include="Plugins\OpenCode\GaoPin\HLJ11X5InfoEdit.aspx.cs">
  929. <DependentUpon>HLJ11X5InfoEdit.aspx</DependentUpon>
  930. <SubType>ASPXCodeBehind</SubType>
  931. </Compile>
  932. <Compile Include="Plugins\OpenCode\GaoPin\HLJ11X5InfoEdit.aspx.designer.cs">
  933. <DependentUpon>HLJ11X5InfoEdit.aspx</DependentUpon>
  934. </Compile>
  935. <Compile Include="Plugins\OpenCode\GaoPin\HLJ11X5InfoList.aspx.cs">
  936. <DependentUpon>HLJ11X5InfoList.aspx</DependentUpon>
  937. <SubType>ASPXCodeBehind</SubType>
  938. </Compile>
  939. <Compile Include="Plugins\OpenCode\GaoPin\HLJ11X5InfoList.aspx.designer.cs">
  940. <DependentUpon>HLJ11X5InfoList.aspx</DependentUpon>
  941. </Compile>
  942. <Compile Include="Plugins\OpenCode\GaoPin\HNKL10FInfoEdit.aspx.cs">
  943. <DependentUpon>HNKL10FInfoEdit.aspx</DependentUpon>
  944. <SubType>ASPXCodeBehind</SubType>
  945. </Compile>
  946. <Compile Include="Plugins\OpenCode\GaoPin\HNKL10FInfoEdit.aspx.designer.cs">
  947. <DependentUpon>HNKL10FInfoEdit.aspx</DependentUpon>
  948. </Compile>
  949. <Compile Include="Plugins\OpenCode\GaoPin\HNKL10FInfoList.aspx.cs">
  950. <DependentUpon>HNKL10FInfoList.aspx</DependentUpon>
  951. <SubType>ASPXCodeBehind</SubType>
  952. </Compile>
  953. <Compile Include="Plugins\OpenCode\GaoPin\HNKL10FInfoList.aspx.designer.cs">
  954. <DependentUpon>HNKL10FInfoList.aspx</DependentUpon>
  955. </Compile>
  956. <Compile Include="Plugins\OpenCode\GaoPin\JS11X5InfoEdit.aspx.cs">
  957. <DependentUpon>JS11X5InfoEdit.aspx</DependentUpon>
  958. <SubType>ASPXCodeBehind</SubType>
  959. </Compile>
  960. <Compile Include="Plugins\OpenCode\GaoPin\JS11X5InfoEdit.aspx.designer.cs">
  961. <DependentUpon>JS11X5InfoEdit.aspx</DependentUpon>
  962. </Compile>
  963. <Compile Include="Plugins\OpenCode\GaoPin\JS11X5InfoList.aspx.cs">
  964. <DependentUpon>JS11X5InfoList.aspx</DependentUpon>
  965. <SubType>ASPXCodeBehind</SubType>
  966. </Compile>
  967. <Compile Include="Plugins\OpenCode\GaoPin\JS11X5InfoList.aspx.designer.cs">
  968. <DependentUpon>JS11X5InfoList.aspx</DependentUpon>
  969. </Compile>
  970. <Compile Include="Plugins\OpenCode\GaoPin\HEB11X5InfoEdit.aspx.cs">
  971. <DependentUpon>HEB11X5InfoEdit.aspx</DependentUpon>
  972. <SubType>ASPXCodeBehind</SubType>
  973. </Compile>
  974. <Compile Include="Plugins\OpenCode\GaoPin\HEB11X5InfoEdit.aspx.designer.cs">
  975. <DependentUpon>HEB11X5InfoEdit.aspx</DependentUpon>
  976. </Compile>
  977. <Compile Include="Plugins\OpenCode\GaoPin\HEB11X5InfoList.aspx.cs">
  978. <DependentUpon>HEB11X5InfoList.aspx</DependentUpon>
  979. <SubType>ASPXCodeBehind</SubType>
  980. </Compile>
  981. <Compile Include="Plugins\OpenCode\GaoPin\HEB11X5InfoList.aspx.designer.cs">
  982. <DependentUpon>HEB11X5InfoList.aspx</DependentUpon>
  983. </Compile>
  984. <Compile Include="Plugins\OpenCode\GaoPin\GD11X5InfoEdit.aspx.cs">
  985. <DependentUpon>GD11X5InfoEdit.aspx</DependentUpon>
  986. <SubType>ASPXCodeBehind</SubType>
  987. </Compile>
  988. <Compile Include="Plugins\OpenCode\GaoPin\GD11X5InfoEdit.aspx.designer.cs">
  989. <DependentUpon>GD11X5InfoEdit.aspx</DependentUpon>
  990. </Compile>
  991. <Compile Include="Plugins\OpenCode\GaoPin\GD11X5InfoList.aspx.cs">
  992. <DependentUpon>GD11X5InfoList.aspx</DependentUpon>
  993. <SubType>ASPXCodeBehind</SubType>
  994. </Compile>
  995. <Compile Include="Plugins\OpenCode\GaoPin\GD11X5InfoList.aspx.designer.cs">
  996. <DependentUpon>GD11X5InfoList.aspx</DependentUpon>
  997. </Compile>
  998. <Compile Include="Plugins\OpenCode\GaoPin\SHSSLInfoEdit.aspx.cs">
  999. <DependentUpon>SHSSLInfoEdit.aspx</DependentUpon>
  1000. <SubType>ASPXCodeBehind</SubType>
  1001. </Compile>
  1002. <Compile Include="Plugins\OpenCode\GaoPin\SHSSLInfoEdit.aspx.designer.cs">
  1003. <DependentUpon>SHSSLInfoEdit.aspx</DependentUpon>
  1004. </Compile>
  1005. <Compile Include="Plugins\OpenCode\GaoPin\SHSSLInfoList.aspx.cs">
  1006. <DependentUpon>SHSSLInfoList.aspx</DependentUpon>
  1007. <SubType>ASPXCodeBehind</SubType>
  1008. </Compile>
  1009. <Compile Include="Plugins\OpenCode\GaoPin\SHSSLInfoList.aspx.designer.cs">
  1010. <DependentUpon>SHSSLInfoList.aspx</DependentUpon>
  1011. </Compile>
  1012. <Compile Include="Plugins\OpenCode\GaoPin\ZJ11X5InfoEdit.aspx.cs">
  1013. <DependentUpon>ZJ11X5InfoEdit.aspx</DependentUpon>
  1014. <SubType>ASPXCodeBehind</SubType>
  1015. </Compile>
  1016. <Compile Include="Plugins\OpenCode\GaoPin\ZJ11X5InfoEdit.aspx.designer.cs">
  1017. <DependentUpon>ZJ11X5InfoEdit.aspx</DependentUpon>
  1018. </Compile>
  1019. <Compile Include="Plugins\OpenCode\GaoPin\ZJ11X5InfoList.aspx.cs">
  1020. <DependentUpon>ZJ11X5InfoList.aspx</DependentUpon>
  1021. <SubType>ASPXCodeBehind</SubType>
  1022. </Compile>
  1023. <Compile Include="Plugins\OpenCode\GaoPin\ZJ11X5InfoList.aspx.designer.cs">
  1024. <DependentUpon>ZJ11X5InfoList.aspx</DependentUpon>
  1025. </Compile>
  1026. <Compile Include="Plugins\OpenCode\GaoPin\YN11X5InfoEdit.aspx.cs">
  1027. <DependentUpon>YN11X5InfoEdit.aspx</DependentUpon>
  1028. <SubType>ASPXCodeBehind</SubType>
  1029. </Compile>
  1030. <Compile Include="Plugins\OpenCode\GaoPin\YN11X5InfoEdit.aspx.designer.cs">
  1031. <DependentUpon>YN11X5InfoEdit.aspx</DependentUpon>
  1032. </Compile>
  1033. <Compile Include="Plugins\OpenCode\GaoPin\YN11X5InfoList.aspx.cs">
  1034. <DependentUpon>YN11X5InfoList.aspx</DependentUpon>
  1035. <SubType>ASPXCodeBehind</SubType>
  1036. </Compile>
  1037. <Compile Include="Plugins\OpenCode\GaoPin\YN11X5InfoList.aspx.designer.cs">
  1038. <DependentUpon>YN11X5InfoList.aspx</DependentUpon>
  1039. </Compile>
  1040. <Compile Include="Plugins\OpenCode\GaoPin\JL11X5InfoEdit.aspx.cs">
  1041. <DependentUpon>JL11X5InfoEdit.aspx</DependentUpon>
  1042. <SubType>ASPXCodeBehind</SubType>
  1043. </Compile>
  1044. <Compile Include="Plugins\OpenCode\GaoPin\JL11X5InfoEdit.aspx.designer.cs">
  1045. <DependentUpon>JL11X5InfoEdit.aspx</DependentUpon>
  1046. </Compile>
  1047. <Compile Include="Plugins\OpenCode\GaoPin\JL11X5InfoList.aspx.cs">
  1048. <DependentUpon>JL11X5InfoList.aspx</DependentUpon>
  1049. <SubType>ASPXCodeBehind</SubType>
  1050. </Compile>
  1051. <Compile Include="Plugins\OpenCode\GaoPin\JL11X5InfoList.aspx.designer.cs">
  1052. <DependentUpon>JL11X5InfoList.aspx</DependentUpon>
  1053. </Compile>
  1054. <Compile Include="Plugins\OpenCode\GaoPin\JX11X5InfoEdit.aspx.cs">
  1055. <DependentUpon>JX11X5InfoEdit.aspx</DependentUpon>
  1056. <SubType>ASPXCodeBehind</SubType>
  1057. </Compile>
  1058. <Compile Include="Plugins\OpenCode\GaoPin\JX11X5InfoEdit.aspx.designer.cs">
  1059. <DependentUpon>JX11X5InfoEdit.aspx</DependentUpon>
  1060. </Compile>
  1061. <Compile Include="Plugins\OpenCode\GaoPin\JX11X5InfoList.aspx.cs">
  1062. <DependentUpon>JX11X5InfoList.aspx</DependentUpon>
  1063. <SubType>ASPXCodeBehind</SubType>
  1064. </Compile>
  1065. <Compile Include="Plugins\OpenCode\GaoPin\JX11X5InfoList.aspx.designer.cs">
  1066. <DependentUpon>JX11X5InfoList.aspx</DependentUpon>
  1067. </Compile>
  1068. <Compile Include="Plugins\OpenCode\GaoPin\LN11X5InfoEdit.aspx.cs">
  1069. <DependentUpon>LN11X5InfoEdit.aspx</DependentUpon>
  1070. <SubType>ASPXCodeBehind</SubType>
  1071. </Compile>
  1072. <Compile Include="Plugins\OpenCode\GaoPin\LN11X5InfoEdit.aspx.designer.cs">
  1073. <DependentUpon>LN11X5InfoEdit.aspx</DependentUpon>
  1074. </Compile>
  1075. <Compile Include="Plugins\OpenCode\GaoPin\LN11X5InfoList.aspx.cs">
  1076. <DependentUpon>LN11X5InfoList.aspx</DependentUpon>
  1077. <SubType>ASPXCodeBehind</SubType>
  1078. </Compile>
  1079. <Compile Include="Plugins\OpenCode\GaoPin\LN11X5InfoList.aspx.designer.cs">
  1080. <DependentUpon>LN11X5InfoList.aspx</DependentUpon>
  1081. </Compile>
  1082. <Compile Include="Plugins\OpenCode\GaoPin\SD11X5InfoEdit.aspx.cs">
  1083. <DependentUpon>SD11X5InfoEdit.aspx</DependentUpon>
  1084. <SubType>ASPXCodeBehind</SubType>
  1085. </Compile>
  1086. <Compile Include="Plugins\OpenCode\GaoPin\SD11X5InfoEdit.aspx.designer.cs">
  1087. <DependentUpon>SD11X5InfoEdit.aspx</DependentUpon>
  1088. </Compile>
  1089. <Compile Include="Plugins\OpenCode\GaoPin\SD11X5InfoList.aspx.cs">
  1090. <DependentUpon>SD11X5InfoList.aspx</DependentUpon>
  1091. <SubType>ASPXCodeBehind</SubType>
  1092. </Compile>
  1093. <Compile Include="Plugins\OpenCode\GaoPin\SD11X5InfoList.aspx.designer.cs">
  1094. <DependentUpon>SD11X5InfoList.aspx</DependentUpon>
  1095. </Compile>
  1096. <Compile Include="Plugins\OpenCode\GaoPin\JSK3InfoEdit.aspx.cs">
  1097. <DependentUpon>JSK3InfoEdit.aspx</DependentUpon>
  1098. <SubType>ASPXCodeBehind</SubType>
  1099. </Compile>
  1100. <Compile Include="Plugins\OpenCode\GaoPin\JSK3InfoEdit.aspx.designer.cs">
  1101. <DependentUpon>JSK3InfoEdit.aspx</DependentUpon>
  1102. </Compile>
  1103. <Compile Include="Plugins\OpenCode\GaoPin\JSK3InfoList.aspx.cs">
  1104. <DependentUpon>JSK3InfoList.aspx</DependentUpon>
  1105. <SubType>ASPXCodeBehind</SubType>
  1106. </Compile>
  1107. <Compile Include="Plugins\OpenCode\GaoPin\JSK3InfoList.aspx.designer.cs">
  1108. <DependentUpon>JSK3InfoList.aspx</DependentUpon>
  1109. </Compile>
  1110. <Compile Include="Plugins\OpenCode\GaoPin\HEBK3InfoEdit.aspx.cs">
  1111. <DependentUpon>HEBK3InfoEdit.aspx</DependentUpon>
  1112. <SubType>ASPXCodeBehind</SubType>
  1113. </Compile>
  1114. <Compile Include="Plugins\OpenCode\GaoPin\HEBK3InfoEdit.aspx.designer.cs">
  1115. <DependentUpon>HEBK3InfoEdit.aspx</DependentUpon>
  1116. </Compile>
  1117. <Compile Include="Plugins\OpenCode\GaoPin\HEBK3InfoList.aspx.cs">
  1118. <DependentUpon>HEBK3InfoList.aspx</DependentUpon>
  1119. <SubType>ASPXCodeBehind</SubType>
  1120. </Compile>
  1121. <Compile Include="Plugins\OpenCode\GaoPin\HEBK3InfoList.aspx.designer.cs">
  1122. <DependentUpon>HEBK3InfoList.aspx</DependentUpon>
  1123. </Compile>
  1124. <Compile Include="Plugins\OpenCode\GaoPin\AHK3InfoEdit.aspx.cs">
  1125. <DependentUpon>AHK3InfoEdit.aspx</DependentUpon>
  1126. <SubType>ASPXCodeBehind</SubType>
  1127. </Compile>
  1128. <Compile Include="Plugins\OpenCode\GaoPin\AHK3InfoEdit.aspx.designer.cs">
  1129. <DependentUpon>AHK3InfoEdit.aspx</DependentUpon>
  1130. </Compile>
  1131. <Compile Include="Plugins\OpenCode\GaoPin\AHK3InfoList.aspx.cs">
  1132. <DependentUpon>AHK3InfoList.aspx</DependentUpon>
  1133. <SubType>ASPXCodeBehind</SubType>
  1134. </Compile>
  1135. <Compile Include="Plugins\OpenCode\GaoPin\AHK3InfoList.aspx.designer.cs">
  1136. <DependentUpon>AHK3InfoList.aspx</DependentUpon>
  1137. </Compile>
  1138. <Compile Include="Plugins\OpenCode\GaoPin\NMGK3InfoEdit.aspx.cs">
  1139. <DependentUpon>NMGK3InfoEdit.aspx</DependentUpon>
  1140. <SubType>ASPXCodeBehind</SubType>
  1141. </Compile>
  1142. <Compile Include="Plugins\OpenCode\GaoPin\NMGK3InfoEdit.aspx.designer.cs">
  1143. <DependentUpon>NMGK3InfoEdit.aspx</DependentUpon>
  1144. </Compile>
  1145. <Compile Include="Plugins\OpenCode\GaoPin\NMGK3InfoList.aspx.cs">
  1146. <DependentUpon>NMGK3InfoList.aspx</DependentUpon>
  1147. <SubType>ASPXCodeBehind</SubType>
  1148. </Compile>
  1149. <Compile Include="Plugins\OpenCode\GaoPin\NMGK3InfoList.aspx.designer.cs">
  1150. <DependentUpon>NMGK3InfoList.aspx</DependentUpon>
  1151. </Compile>
  1152. <Compile Include="Plugins\OpenCode\GaoPin\JLK3InfoEdit.aspx.cs">
  1153. <DependentUpon>JLK3InfoEdit.aspx</DependentUpon>
  1154. <SubType>ASPXCodeBehind</SubType>
  1155. </Compile>
  1156. <Compile Include="Plugins\OpenCode\GaoPin\JLK3InfoEdit.aspx.designer.cs">
  1157. <DependentUpon>JLK3InfoEdit.aspx</DependentUpon>
  1158. </Compile>
  1159. <Compile Include="Plugins\OpenCode\GaoPin\JLK3InfoList.aspx.cs">
  1160. <DependentUpon>JLK3InfoList.aspx</DependentUpon>
  1161. <SubType>ASPXCodeBehind</SubType>
  1162. </Compile>
  1163. <Compile Include="Plugins\OpenCode\GaoPin\JLK3InfoList.aspx.designer.cs">
  1164. <DependentUpon>JLK3InfoList.aspx</DependentUpon>
  1165. </Compile>
  1166. <Compile Include="Plugins\OpenCode\GaoPin\SCKL12InfoEdit.aspx.cs">
  1167. <DependentUpon>SCKL12InfoEdit.aspx</DependentUpon>
  1168. <SubType>ASPXCodeBehind</SubType>
  1169. </Compile>
  1170. <Compile Include="Plugins\OpenCode\GaoPin\SCKL12InfoEdit.aspx.designer.cs">
  1171. <DependentUpon>SCKL12InfoEdit.aspx</DependentUpon>
  1172. </Compile>
  1173. <Compile Include="Plugins\OpenCode\GaoPin\SCKL12InfoList.aspx.cs">
  1174. <DependentUpon>SCKL12InfoList.aspx</DependentUpon>
  1175. <SubType>ASPXCodeBehind</SubType>
  1176. </Compile>
  1177. <Compile Include="Plugins\OpenCode\GaoPin\SCKL12InfoList.aspx.designer.cs">
  1178. <DependentUpon>SCKL12InfoList.aspx</DependentUpon>
  1179. </Compile>
  1180. <Compile Include="Plugins\OpenCode\GaoPin\LNKL12InfoEdit.aspx.cs">
  1181. <DependentUpon>LNKL12InfoEdit.aspx</DependentUpon>
  1182. <SubType>ASPXCodeBehind</SubType>
  1183. </Compile>
  1184. <Compile Include="Plugins\OpenCode\GaoPin\LNKL12InfoEdit.aspx.designer.cs">
  1185. <DependentUpon>LNKL12InfoEdit.aspx</DependentUpon>
  1186. </Compile>
  1187. <Compile Include="Plugins\OpenCode\GaoPin\LNKL12InfoList.aspx.cs">
  1188. <DependentUpon>LNKL12InfoList.aspx</DependentUpon>
  1189. <SubType>ASPXCodeBehind</SubType>
  1190. </Compile>
  1191. <Compile Include="Plugins\OpenCode\GaoPin\LNKL12InfoList.aspx.designer.cs">
  1192. <DependentUpon>LNKL12InfoList.aspx</DependentUpon>
  1193. </Compile>
  1194. <Compile Include="Plugins\OpenCode\GaoPin\ZJKL12InfoEdit.aspx.cs">
  1195. <DependentUpon>ZJKL12InfoEdit.aspx</DependentUpon>
  1196. <SubType>ASPXCodeBehind</SubType>
  1197. </Compile>
  1198. <Compile Include="Plugins\OpenCode\GaoPin\ZJKL12InfoEdit.aspx.designer.cs">
  1199. <DependentUpon>ZJKL12InfoEdit.aspx</DependentUpon>
  1200. </Compile>
  1201. <Compile Include="Plugins\OpenCode\GaoPin\ZJKL12InfoList.aspx.cs">
  1202. <DependentUpon>ZJKL12InfoList.aspx</DependentUpon>
  1203. <SubType>ASPXCodeBehind</SubType>
  1204. </Compile>
  1205. <Compile Include="Plugins\OpenCode\GaoPin\ZJKL12InfoList.aspx.designer.cs">
  1206. <DependentUpon>ZJKL12InfoList.aspx</DependentUpon>
  1207. </Compile>
  1208. <Compile Include="Plugins\OpenCode\GaoPin\SDQYHInfoEdit.aspx.cs">
  1209. <DependentUpon>SDQYHInfoEdit.aspx</DependentUpon>
  1210. <SubType>ASPXCodeBehind</SubType>
  1211. </Compile>
  1212. <Compile Include="Plugins\OpenCode\GaoPin\SDQYHInfoEdit.aspx.designer.cs">
  1213. <DependentUpon>SDQYHInfoEdit.aspx</DependentUpon>
  1214. </Compile>
  1215. <Compile Include="Plugins\OpenCode\GaoPin\SDQYHInfoList.aspx.cs">
  1216. <DependentUpon>SDQYHInfoList.aspx</DependentUpon>
  1217. <SubType>ASPXCodeBehind</SubType>
  1218. </Compile>
  1219. <Compile Include="Plugins\OpenCode\GaoPin\SDQYHInfoList.aspx.designer.cs">
  1220. <DependentUpon>SDQYHInfoList.aspx</DependentUpon>
  1221. </Compile>
  1222. <Compile Include="Plugins\OpenCode\GaoPin\GXKL10FInfoEdit.aspx.cs">
  1223. <DependentUpon>GXKL10FInfoEdit.aspx</DependentUpon>
  1224. <SubType>ASPXCodeBehind</SubType>
  1225. </Compile>
  1226. <Compile Include="Plugins\OpenCode\GaoPin\GXKL10FInfoEdit.aspx.designer.cs">
  1227. <DependentUpon>GXKL10FInfoEdit.aspx</DependentUpon>
  1228. </Compile>
  1229. <Compile Include="Plugins\OpenCode\GaoPin\GXKL10FInfoList.aspx.cs">
  1230. <DependentUpon>GXKL10FInfoList.aspx</DependentUpon>
  1231. <SubType>ASPXCodeBehind</SubType>
  1232. </Compile>
  1233. <Compile Include="Plugins\OpenCode\GaoPin\GXKL10FInfoList.aspx.designer.cs">
  1234. <DependentUpon>GXKL10FInfoList.aspx</DependentUpon>
  1235. </Compile>
  1236. <Compile Include="Plugins\OpenCode\GaoPin\GDKL10FInfoEdit.aspx.cs">
  1237. <DependentUpon>GDKL10FInfoEdit.aspx</DependentUpon>
  1238. <SubType>ASPXCodeBehind</SubType>
  1239. </Compile>
  1240. <Compile Include="Plugins\OpenCode\GaoPin\GDKL10FInfoEdit.aspx.designer.cs">
  1241. <DependentUpon>GDKL10FInfoEdit.aspx</DependentUpon>
  1242. </Compile>
  1243. <Compile Include="Plugins\OpenCode\GaoPin\GDKL10FInfoList.aspx.cs">
  1244. <DependentUpon>GDKL10FInfoList.aspx</DependentUpon>
  1245. <SubType>ASPXCodeBehind</SubType>
  1246. </Compile>
  1247. <Compile Include="Plugins\OpenCode\GaoPin\GDKL10FInfoList.aspx.designer.cs">
  1248. <DependentUpon>GDKL10FInfoList.aspx</DependentUpon>
  1249. </Compile>
  1250. <Compile Include="Plugins\OpenCode\GaoPin\SXKL10FInfoEdit.aspx.cs">
  1251. <DependentUpon>SXKL10FInfoEdit.aspx</DependentUpon>
  1252. <SubType>ASPXCodeBehind</SubType>
  1253. </Compile>
  1254. <Compile Include="Plugins\OpenCode\GaoPin\SXKL10FInfoEdit.aspx.designer.cs">
  1255. <DependentUpon>SXKL10FInfoEdit.aspx</DependentUpon>
  1256. </Compile>
  1257. <Compile Include="Plugins\OpenCode\GaoPin\SXKL10FInfoList.aspx.cs">
  1258. <DependentUpon>SXKL10FInfoList.aspx</DependentUpon>
  1259. <SubType>ASPXCodeBehind</SubType>
  1260. </Compile>
  1261. <Compile Include="Plugins\OpenCode\GaoPin\SXKL10FInfoList.aspx.designer.cs">
  1262. <DependentUpon>SXKL10FInfoList.aspx</DependentUpon>
  1263. </Compile>
  1264. <Compile Include="Plugins\OpenCode\GaoPin\TJKL10FInfoEdit.aspx.cs">
  1265. <DependentUpon>TJKL10FInfoEdit.aspx</DependentUpon>
  1266. <SubType>ASPXCodeBehind</SubType>
  1267. </Compile>
  1268. <Compile Include="Plugins\OpenCode\GaoPin\TJKL10FInfoEdit.aspx.designer.cs">
  1269. <DependentUpon>TJKL10FInfoEdit.aspx</DependentUpon>
  1270. </Compile>
  1271. <Compile Include="Plugins\OpenCode\GaoPin\TJKL10FInfoList.aspx.cs">
  1272. <DependentUpon>TJKL10FInfoList.aspx</DependentUpon>
  1273. <SubType>ASPXCodeBehind</SubType>
  1274. </Compile>
  1275. <Compile Include="Plugins\OpenCode\GaoPin\TJKL10FInfoList.aspx.designer.cs">
  1276. <DependentUpon>TJKL10FInfoList.aspx</DependentUpon>
  1277. </Compile>
  1278. <Compile Include="Plugins\OpenCode\GrabOpenCodeManage.aspx.cs">
  1279. <DependentUpon>GrabOpenCodeManage.aspx</DependentUpon>
  1280. <SubType>ASPXCodeBehind</SubType>
  1281. </Compile>
  1282. <Compile Include="Plugins\OpenCode\GrabOpenCodeManage.aspx.designer.cs">
  1283. <DependentUpon>GrabOpenCodeManage.aspx</DependentUpon>
  1284. </Compile>
  1285. <Compile Include="Plugins\OpenCode\HaoCai1InfoEdit.aspx.cs">
  1286. <DependentUpon>HaoCai1InfoEdit.aspx</DependentUpon>
  1287. <SubType>ASPXCodeBehind</SubType>
  1288. </Compile>
  1289. <Compile Include="Plugins\OpenCode\HaoCai1InfoEdit.aspx.designer.cs">
  1290. <DependentUpon>HaoCai1InfoEdit.aspx</DependentUpon>
  1291. </Compile>
  1292. <Compile Include="Plugins\OpenCode\HaoCai1InfoList.aspx.cs">
  1293. <DependentUpon>HaoCai1InfoList.aspx</DependentUpon>
  1294. <SubType>ASPXCodeBehind</SubType>
  1295. </Compile>
  1296. <Compile Include="Plugins\OpenCode\HaoCai1InfoList.aspx.designer.cs">
  1297. <DependentUpon>HaoCai1InfoList.aspx</DependentUpon>
  1298. </Compile>
  1299. <Compile Include="Plugins\Recommend\recommendDetail.aspx.cs">
  1300. <DependentUpon>recommendDetail.aspx</DependentUpon>
  1301. <SubType>ASPXCodeBehind</SubType>
  1302. </Compile>
  1303. <Compile Include="Plugins\Recommend\recommendDetail.aspx.designer.cs">
  1304. <DependentUpon>recommendDetail.aspx</DependentUpon>
  1305. </Compile>
  1306. <Compile Include="Plugins\SpecialColumn\ColumnEdit.aspx.cs">
  1307. <DependentUpon>ColumnEdit.aspx</DependentUpon>
  1308. <SubType>ASPXCodeBehind</SubType>
  1309. </Compile>
  1310. <Compile Include="Plugins\SpecialColumn\ColumnEdit.aspx.designer.cs">
  1311. <DependentUpon>ColumnEdit.aspx</DependentUpon>
  1312. </Compile>
  1313. <Compile Include="Plugins\SpecialColumn\ColumnList.aspx.cs">
  1314. <DependentUpon>ColumnList.aspx</DependentUpon>
  1315. <SubType>ASPXCodeBehind</SubType>
  1316. </Compile>
  1317. <Compile Include="Plugins\SpecialColumn\ColumnList.aspx.designer.cs">
  1318. <DependentUpon>ColumnList.aspx</DependentUpon>
  1319. </Compile>
  1320. <Compile Include="Plugins\Template\TemplateContentEdit.aspx.cs">
  1321. <DependentUpon>TemplateContentEdit.aspx</DependentUpon>
  1322. <SubType>ASPXCodeBehind</SubType>
  1323. </Compile>
  1324. <Compile Include="Plugins\Template\TemplateContentEdit.aspx.designer.cs">
  1325. <DependentUpon>TemplateContentEdit.aspx</DependentUpon>
  1326. </Compile>
  1327. <Compile Include="Plugins\Template\TemplateList.aspx.cs">
  1328. <DependentUpon>TemplateList.aspx</DependentUpon>
  1329. <SubType>ASPXCodeBehind</SubType>
  1330. </Compile>
  1331. <Compile Include="Plugins\Template\TemplateList.aspx.designer.cs">
  1332. <DependentUpon>TemplateList.aspx</DependentUpon>
  1333. </Compile>
  1334. <Compile Include="Plugins\Template\TemplateTypeList.aspx.cs">
  1335. <DependentUpon>TemplateTypeList.aspx</DependentUpon>
  1336. <SubType>ASPXCodeBehind</SubType>
  1337. </Compile>
  1338. <Compile Include="Plugins\Template\TemplateTypeList.aspx.designer.cs">
  1339. <DependentUpon>TemplateTypeList.aspx</DependentUpon>
  1340. </Compile>
  1341. <Compile Include="Plugins\TrendChartConfig\ChartCssConfigEdit.aspx.cs">
  1342. <DependentUpon>ChartCssConfigEdit.aspx</DependentUpon>
  1343. <SubType>ASPXCodeBehind</SubType>
  1344. </Compile>
  1345. <Compile Include="Plugins\TrendChartConfig\ChartCssConfigEdit.aspx.designer.cs">
  1346. <DependentUpon>ChartCssConfigEdit.aspx</DependentUpon>
  1347. </Compile>
  1348. <Compile Include="Plugins\TrendChartConfig\ChartCssConfigList.aspx.cs">
  1349. <DependentUpon>ChartCssConfigList.aspx</DependentUpon>
  1350. <SubType>ASPXCodeBehind</SubType>
  1351. </Compile>
  1352. <Compile Include="Plugins\TrendChartConfig\ChartCssConfigList.aspx.designer.cs">
  1353. <DependentUpon>ChartCssConfigList.aspx</DependentUpon>
  1354. </Compile>
  1355. <Compile Include="Plugins\Basic\LotteryEdit.aspx.cs">
  1356. <DependentUpon>LotteryEdit.aspx</DependentUpon>
  1357. <SubType>ASPXCodeBehind</SubType>
  1358. </Compile>
  1359. <Compile Include="Plugins\Basic\LotteryEdit.aspx.designer.cs">
  1360. <DependentUpon>LotteryEdit.aspx</DependentUpon>
  1361. </Compile>
  1362. <Compile Include="Plugins\Basic\LotteryList.aspx.cs">
  1363. <DependentUpon>LotteryList.aspx</DependentUpon>
  1364. <SubType>ASPXCodeBehind</SubType>
  1365. </Compile>
  1366. <Compile Include="Plugins\Basic\LotteryList.aspx.designer.cs">
  1367. <DependentUpon>LotteryList.aspx</DependentUpon>
  1368. </Compile>
  1369. <Compile Include="Plugins\Basic\TopicClassEdit.aspx.cs">
  1370. <DependentUpon>TopicClassEdit.aspx</DependentUpon>
  1371. <SubType>ASPXCodeBehind</SubType>
  1372. </Compile>
  1373. <Compile Include="Plugins\Basic\TopicClassEdit.aspx.designer.cs">
  1374. <DependentUpon>TopicClassEdit.aspx</DependentUpon>
  1375. </Compile>
  1376. <Compile Include="Plugins\Basic\TopicClassList.aspx.cs">
  1377. <DependentUpon>TopicClassList.aspx</DependentUpon>
  1378. <SubType>ASPXCodeBehind</SubType>
  1379. </Compile>
  1380. <Compile Include="Plugins\Basic\TopicClassList.aspx.designer.cs">
  1381. <DependentUpon>TopicClassList.aspx</DependentUpon>
  1382. </Compile>
  1383. <Compile Include="Plugins\Basic\TopicEdit.aspx.cs">
  1384. <DependentUpon>TopicEdit.aspx</DependentUpon>
  1385. <SubType>ASPXCodeBehind</SubType>
  1386. </Compile>
  1387. <Compile Include="Plugins\Basic\TopicEdit.aspx.designer.cs">
  1388. <DependentUpon>TopicEdit.aspx</DependentUpon>
  1389. </Compile>
  1390. <Compile Include="Plugins\Basic\TopicList.aspx.cs">
  1391. <DependentUpon>TopicList.aspx</DependentUpon>
  1392. <SubType>ASPXCodeBehind</SubType>
  1393. </Compile>
  1394. <Compile Include="Plugins\Basic\TopicList.aspx.designer.cs">
  1395. <DependentUpon>TopicList.aspx</DependentUpon>
  1396. </Compile>
  1397. <Compile Include="Plugins\OpenCode\FC3DInfoEdit.aspx.cs">
  1398. <DependentUpon>FC3DInfoEdit.aspx</DependentUpon>
  1399. <SubType>ASPXCodeBehind</SubType>
  1400. </Compile>
  1401. <Compile Include="Plugins\OpenCode\FC3DInfoEdit.aspx.designer.cs">
  1402. <DependentUpon>FC3DInfoEdit.aspx</DependentUpon>
  1403. </Compile>
  1404. <Compile Include="Plugins\OpenCode\FC3DInfoList.aspx.cs">
  1405. <DependentUpon>FC3DInfoList.aspx</DependentUpon>
  1406. <SubType>ASPXCodeBehind</SubType>
  1407. </Compile>
  1408. <Compile Include="Plugins\OpenCode\FC3DInfoList.aspx.designer.cs">
  1409. <DependentUpon>FC3DInfoList.aspx</DependentUpon>
  1410. </Compile>
  1411. <Compile Include="Plugins\OpenCode\FCQLCInfoEdit.aspx.cs">
  1412. <DependentUpon>FCQLCInfoEdit.aspx</DependentUpon>
  1413. <SubType>ASPXCodeBehind</SubType>
  1414. </Compile>
  1415. <Compile Include="Plugins\OpenCode\FCQLCInfoEdit.aspx.designer.cs">
  1416. <DependentUpon>FCQLCInfoEdit.aspx</DependentUpon>
  1417. </Compile>
  1418. <Compile Include="Plugins\OpenCode\FCQLCInfoList.aspx.cs">
  1419. <DependentUpon>FCQLCInfoList.aspx</DependentUpon>
  1420. <SubType>ASPXCodeBehind</SubType>
  1421. </Compile>
  1422. <Compile Include="Plugins\OpenCode\FCQLCInfoList.aspx.designer.cs">
  1423. <DependentUpon>FCQLCInfoList.aspx</DependentUpon>
  1424. </Compile>
  1425. <Compile Include="Plugins\OpenCode\FCSSQInfoEdit.aspx.cs">
  1426. <DependentUpon>FCSSQInfoEdit.aspx</DependentUpon>
  1427. <SubType>ASPXCodeBehind</SubType>
  1428. </Compile>
  1429. <Compile Include="Plugins\OpenCode\FCSSQInfoEdit.aspx.designer.cs">
  1430. <DependentUpon>FCSSQInfoEdit.aspx</DependentUpon>
  1431. </Compile>
  1432. <Compile Include="Plugins\OpenCode\FCSSQInfoList.aspx.cs">
  1433. <DependentUpon>FCSSQInfoList.aspx</DependentUpon>
  1434. <SubType>ASPXCodeBehind</SubType>
  1435. </Compile>
  1436. <Compile Include="Plugins\OpenCode\FCSSQInfoList.aspx.designer.cs">
  1437. <DependentUpon>FCSSQInfoList.aspx</DependentUpon>
  1438. </Compile>
  1439. <Compile Include="Plugins\OpenCode\OpenCodeRuleViolation.cs" />
  1440. <Compile Include="Plugins\OpenCode\TCDLTInfoEdit.aspx.cs">
  1441. <DependentUpon>TCDLTInfoEdit.aspx</DependentUpon>
  1442. <SubType>ASPXCodeBehind</SubType>
  1443. </Compile>
  1444. <Compile Include="Plugins\OpenCode\TCDLTInfoEdit.aspx.designer.cs">
  1445. <DependentUpon>TCDLTInfoEdit.aspx</DependentUpon>
  1446. </Compile>
  1447. <Compile Include="Plugins\OpenCode\TCDLTInfoList.aspx.cs">
  1448. <DependentUpon>TCDLTInfoList.aspx</DependentUpon>
  1449. <SubType>ASPXCodeBehind</SubType>
  1450. </Compile>
  1451. <Compile Include="Plugins\OpenCode\TCDLTInfoList.aspx.designer.cs">
  1452. <DependentUpon>TCDLTInfoList.aspx</DependentUpon>
  1453. </Compile>
  1454. <Compile Include="Plugins\OpenCode\TCP3InfoEdit.aspx.cs">
  1455. <DependentUpon>TCP3InfoEdit.aspx</DependentUpon>
  1456. <SubType>ASPXCodeBehind</SubType>
  1457. </Compile>
  1458. <Compile Include="Plugins\OpenCode\TCP3InfoEdit.aspx.designer.cs">
  1459. <DependentUpon>TCP3InfoEdit.aspx</DependentUpon>
  1460. </Compile>
  1461. <Compile Include="Plugins\OpenCode\TCP3InfoList.aspx.cs">
  1462. <DependentUpon>TCP3InfoList.aspx</DependentUpon>
  1463. <SubType>ASPXCodeBehind</SubType>
  1464. </Compile>
  1465. <Compile Include="Plugins\OpenCode\TCP3InfoList.aspx.designer.cs">
  1466. <DependentUpon>TCP3InfoList.aspx</DependentUpon>
  1467. </Compile>
  1468. <Compile Include="Plugins\OpenCode\TCQXCInfoEdit.aspx.cs">
  1469. <DependentUpon>TCQXCInfoEdit.aspx</DependentUpon>
  1470. <SubType>ASPXCodeBehind</SubType>
  1471. </Compile>
  1472. <Compile Include="Plugins\OpenCode\TCQXCInfoEdit.aspx.designer.cs">
  1473. <DependentUpon>TCQXCInfoEdit.aspx</DependentUpon>
  1474. </Compile>
  1475. <Compile Include="Plugins\OpenCode\TCQXCInfoList.aspx.cs">
  1476. <DependentUpon>TCQXCInfoList.aspx</DependentUpon>
  1477. <SubType>ASPXCodeBehind</SubType>
  1478. </Compile>
  1479. <Compile Include="Plugins\OpenCode\TCQXCInfoList.aspx.designer.cs">
  1480. <DependentUpon>TCQXCInfoList.aspx</DependentUpon>
  1481. </Compile>
  1482. <Compile Include="Plugins\TrendTool\TrendToolInfoPage.aspx.cs">
  1483. <DependentUpon>TrendToolInfoPage.aspx</DependentUpon>
  1484. <SubType>ASPXCodeBehind</SubType>
  1485. </Compile>
  1486. <Compile Include="Plugins\TrendTool\TrendToolInfoPage.aspx.designer.cs">
  1487. <DependentUpon>TrendToolInfoPage.aspx</DependentUpon>
  1488. </Compile>
  1489. <Compile Include="Plugins\TrendTool\TrendToolsPageList.aspx.cs">
  1490. <DependentUpon>TrendToolsPageList.aspx</DependentUpon>
  1491. <SubType>ASPXCodeBehind</SubType>
  1492. </Compile>
  1493. <Compile Include="Plugins\TrendTool\TrendToolsPageList.aspx.designer.cs">
  1494. <DependentUpon>TrendToolsPageList.aspx</DependentUpon>
  1495. </Compile>
  1496. <Compile Include="Plugins\TrendChartConfig\TrendChartInfo.aspx.cs">
  1497. <DependentUpon>TrendChartInfo.aspx</DependentUpon>
  1498. <SubType>ASPXCodeBehind</SubType>
  1499. </Compile>
  1500. <Compile Include="Plugins\TrendChartConfig\TrendChartInfo.aspx.designer.cs">
  1501. <DependentUpon>TrendChartInfo.aspx</DependentUpon>
  1502. </Compile>
  1503. <Compile Include="Plugins\TrendChartConfig\TrendChartItemInfo.aspx.cs">
  1504. <DependentUpon>TrendChartItemInfo.aspx</DependentUpon>
  1505. <SubType>ASPXCodeBehind</SubType>
  1506. </Compile>
  1507. <Compile Include="Plugins\TrendChartConfig\TrendChartItemInfo.aspx.designer.cs">
  1508. <DependentUpon>TrendChartItemInfo.aspx</DependentUpon>
  1509. </Compile>
  1510. <Compile Include="Plugins\TrendChartConfig\TrendChartList.aspx.cs">
  1511. <DependentUpon>TrendChartList.aspx</DependentUpon>
  1512. <SubType>ASPXCodeBehind</SubType>
  1513. </Compile>
  1514. <Compile Include="Plugins\TrendChartConfig\TrendChartList.aspx.designer.cs">
  1515. <DependentUpon>TrendChartList.aspx</DependentUpon>
  1516. </Compile>
  1517. <Compile Include="Plugins\TrendChartConfig\TrendChartPreview.aspx.cs">
  1518. <DependentUpon>TrendChartPreview.aspx</DependentUpon>
  1519. <SubType>ASPXCodeBehind</SubType>
  1520. </Compile>
  1521. <Compile Include="Plugins\TrendChartConfig\TrendChartPreview.aspx.designer.cs">
  1522. <DependentUpon>TrendChartPreview.aspx</DependentUpon>
  1523. </Compile>
  1524. <Compile Include="Plugins\TrendMissConfig\TrendMissInfo.aspx.cs">
  1525. <DependentUpon>TrendMissInfo.aspx</DependentUpon>
  1526. <SubType>ASPXCodeBehind</SubType>
  1527. </Compile>
  1528. <Compile Include="Plugins\TrendMissConfig\TrendMissInfo.aspx.designer.cs">
  1529. <DependentUpon>TrendMissInfo.aspx</DependentUpon>
  1530. </Compile>
  1531. <Compile Include="Plugins\TrendMissConfig\TrendMissItemInfo.aspx.cs">
  1532. <DependentUpon>TrendMissItemInfo.aspx</DependentUpon>
  1533. <SubType>ASPXCodeBehind</SubType>
  1534. </Compile>
  1535. <Compile Include="Plugins\TrendMissConfig\TrendMissItemInfo.aspx.designer.cs">
  1536. <DependentUpon>TrendMissItemInfo.aspx</DependentUpon>
  1537. </Compile>
  1538. <Compile Include="Plugins\TrendMissConfig\TrendMissList.aspx.cs">
  1539. <DependentUpon>TrendMissList.aspx</DependentUpon>
  1540. <SubType>ASPXCodeBehind</SubType>
  1541. </Compile>
  1542. <Compile Include="Plugins\TrendMissConfig\TrendMissList.aspx.designer.cs">
  1543. <DependentUpon>TrendMissList.aspx</DependentUpon>
  1544. </Compile>
  1545. <Compile Include="Plugins\TrendMissConfig\TrendMissPreview.aspx.cs">
  1546. <DependentUpon>TrendMissPreview.aspx</DependentUpon>
  1547. <SubType>ASPXCodeBehind</SubType>
  1548. </Compile>
  1549. <Compile Include="Plugins\TrendMissConfig\TrendMissPreview.aspx.designer.cs">
  1550. <DependentUpon>TrendMissPreview.aspx</DependentUpon>
  1551. </Compile>
  1552. <Compile Include="Plugins\TrendTool\TrendToolsPagePreview.aspx.cs">
  1553. <DependentUpon>TrendToolsPagePreview.aspx</DependentUpon>
  1554. <SubType>ASPXCodeBehind</SubType>
  1555. </Compile>
  1556. <Compile Include="Plugins\TrendTool\TrendToolsPagePreview.aspx.designer.cs">
  1557. <DependentUpon>TrendToolsPagePreview.aspx</DependentUpon>
  1558. </Compile>
  1559. <Compile Include="Plugins\TuBiao\GetHtml.cs" />
  1560. <Compile Include="Plugins\TVServer\LotteryServerList.aspx.cs">
  1561. <DependentUpon>LotteryServerList.aspx</DependentUpon>
  1562. <SubType>ASPXCodeBehind</SubType>
  1563. </Compile>
  1564. <Compile Include="Plugins\TVServer\LotteryServerList.aspx.designer.cs">
  1565. <DependentUpon>LotteryServerList.aspx</DependentUpon>
  1566. </Compile>
  1567. <Compile Include="Plugins\TVServer\TVConfigEdit.aspx.cs">
  1568. <DependentUpon>TVConfigEdit.aspx</DependentUpon>
  1569. <SubType>ASPXCodeBehind</SubType>
  1570. </Compile>
  1571. <Compile Include="Plugins\TVServer\TVConfigEdit.aspx.designer.cs">
  1572. <DependentUpon>TVConfigEdit.aspx</DependentUpon>
  1573. </Compile>
  1574. <Compile Include="Plugins\TVServer\TVOnlineUserList.aspx.cs">
  1575. <DependentUpon>TVOnlineUserList.aspx</DependentUpon>
  1576. <SubType>ASPXCodeBehind</SubType>
  1577. </Compile>
  1578. <Compile Include="Plugins\TVServer\TVOnlineUserList.aspx.designer.cs">
  1579. <DependentUpon>TVOnlineUserList.aspx</DependentUpon>
  1580. </Compile>
  1581. <Compile Include="Plugins\TVServer\TVServerList.aspx.cs">
  1582. <DependentUpon>TVServerList.aspx</DependentUpon>
  1583. <SubType>ASPXCodeBehind</SubType>
  1584. </Compile>
  1585. <Compile Include="Plugins\TVServer\TVServerList.aspx.designer.cs">
  1586. <DependentUpon>TVServerList.aspx</DependentUpon>
  1587. </Compile>
  1588. <Compile Include="Plugins\TVServer\TVUserList.aspx.cs">
  1589. <DependentUpon>TVUserList.aspx</DependentUpon>
  1590. <SubType>ASPXCodeBehind</SubType>
  1591. </Compile>
  1592. <Compile Include="Plugins\TVServer\TVUserList.aspx.designer.cs">
  1593. <DependentUpon>TVUserList.aspx</DependentUpon>
  1594. </Compile>
  1595. <Compile Include="OldDataCenter\ProcessResultData.aspx.cs">
  1596. <DependentUpon>ProcessResultData.aspx</DependentUpon>
  1597. <SubType>ASPXCodeBehind</SubType>
  1598. </Compile>
  1599. <Compile Include="OldDataCenter\ProcessResultData.aspx.designer.cs">
  1600. <DependentUpon>ProcessResultData.aspx</DependentUpon>
  1601. </Compile>
  1602. <Compile Include="Properties\AssemblyInfo.cs" />
  1603. <Compile Include="right.aspx.cs">
  1604. <DependentUpon>right.aspx</DependentUpon>
  1605. <SubType>ASPXCodeBehind</SubType>
  1606. </Compile>
  1607. <Compile Include="right.aspx.designer.cs">
  1608. <DependentUpon>right.aspx</DependentUpon>
  1609. </Compile>
  1610. <Compile Include="syslogin.aspx.cs">
  1611. <DependentUpon>syslogin.aspx</DependentUpon>
  1612. <SubType>ASPXCodeBehind</SubType>
  1613. </Compile>
  1614. <Compile Include="syslogin.aspx.designer.cs">
  1615. <DependentUpon>syslogin.aspx</DependentUpon>
  1616. </Compile>
  1617. <Compile Include="Plugins\TrendTool\TrendToolList.aspx.cs">
  1618. <DependentUpon>TrendToolList.aspx</DependentUpon>
  1619. <SubType>ASPXCodeBehind</SubType>
  1620. </Compile>
  1621. <Compile Include="Plugins\TrendTool\TrendToolList.aspx.designer.cs">
  1622. <DependentUpon>TrendToolList.aspx</DependentUpon>
  1623. </Compile>
  1624. <Compile Include="verifyimage.aspx.cs">
  1625. <DependentUpon>verifyimage.aspx</DependentUpon>
  1626. <SubType>ASPXCodeBehind</SubType>
  1627. </Compile>
  1628. <Compile Include="verifyimage.aspx.designer.cs">
  1629. <DependentUpon>verifyimage.aspx</DependentUpon>
  1630. </Compile>
  1631. </ItemGroup>
  1632. <ItemGroup>
  1633. <ProjectReference Include="..\CB.Cache\CB.Cache.csproj">
  1634. <Project>{DDD12FA8-F412-4DE0-9331-A0BCE38BA8F1}</Project>
  1635. <Name>CB.Cache</Name>
  1636. </ProjectReference>
  1637. <ProjectReference Include="..\CB.Common\CB.Common.csproj">
  1638. <Project>{EF59CCC7-D665-4DD1-A5F2-FE8EA107F68F}</Project>
  1639. <Name>CB.Common</Name>
  1640. </ProjectReference>
  1641. <ProjectReference Include="..\CB.Config\CB.Config.csproj">
  1642. <Project>{04E6ED1F-372C-4E12-AAD0-409218D2DB59}</Project>
  1643. <Name>CB.Config</Name>
  1644. </ProjectReference>
  1645. <ProjectReference Include="..\CB.Data.SqlServer\CB.Data.SqlServer.csproj">
  1646. <Project>{157F5DFB-188F-4CCE-B7B6-05524D30E2F8}</Project>
  1647. <Name>CB.Data.SqlServer</Name>
  1648. </ProjectReference>
  1649. <ProjectReference Include="..\CB.Data\CB.Data.csproj">
  1650. <Project>{BFAD8E45-7300-46CB-82D5-5C347DF765AF}</Project>
  1651. <Name>CB.Data</Name>
  1652. </ProjectReference>
  1653. <ProjectReference Include="..\CB.Entity\CB.Entity.csproj">
  1654. <Project>{CBFE123D-0143-43D5-97BF-611DAB2B33F0}</Project>
  1655. <Name>CB.Entity</Name>
  1656. </ProjectReference>
  1657. <ProjectReference Include="..\CB.Framework\CB.Framework.csproj">
  1658. <Project>{F0B2776A-384F-45F3-9B62-F9E9660B4DA6}</Project>
  1659. <Name>CB.Framework</Name>
  1660. </ProjectReference>
  1661. <ProjectReference Include="..\CB.TrendChart\CB.TrendChart.csproj">
  1662. <Project>{60BC4970-CB01-4FC9-BAFF-19384B523E21}</Project>
  1663. <Name>CB.TrendChart</Name>
  1664. </ProjectReference>
  1665. <ProjectReference Include="..\CB.TrendMiss\CB.TrendMiss.csproj">
  1666. <Project>{6BDCEB70-0938-4FBF-B502-BABE08608492}</Project>
  1667. <Name>CB.TrendMiss</Name>
  1668. </ProjectReference>
  1669. <ProjectReference Include="..\CB.TrendTool\CB.TrendTool.csproj">
  1670. <Project>{9068152D-31C8-4B19-9AF3-54EBF895A448}</Project>
  1671. <Name>CB.TrendTool</Name>
  1672. </ProjectReference>
  1673. <ProjectReference Include="..\CB.TVUCenter\CB.TVUCenter.csproj">
  1674. <Project>{BEDDF47C-EB01-4380-AF23-14E60B6F1684}</Project>
  1675. <Name>CB.TVUCenter</Name>
  1676. </ProjectReference>
  1677. </ItemGroup>
  1678. <ItemGroup>
  1679. <Content Include="Config\BaseConfigs.config">
  1680. <SubType>Designer</SubType>
  1681. </Content>
  1682. <Content Include="Config\TV.config" />
  1683. <Content Include="Plugins\Basic\UploadImage.ashx" />
  1684. <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
  1685. <None Include="Static\js\admintool.js" />
  1686. </ItemGroup>
  1687. <ItemGroup>
  1688. <Content Include="Config\DataPrivoder.config">
  1689. <SubType>Designer</SubType>
  1690. </Content>
  1691. </ItemGroup>
  1692. <ItemGroup>
  1693. <Folder Include="Static\images\Column\" />
  1694. <Folder Include="templates\tb\" />
  1695. <Folder Include="templates\yl\" />
  1696. </ItemGroup>
  1697. <PropertyGroup>
  1698. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  1699. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  1700. </PropertyGroup>
  1701. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  1702. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  1703. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  1704. <ProjectExtensions>
  1705. <VisualStudio>
  1706. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  1707. <WebProjectProperties>
  1708. <UseIIS>False</UseIIS>
  1709. <AutoAssignPort>True</AutoAssignPort>
  1710. <DevelopmentServerPort>16757</DevelopmentServerPort>
  1711. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  1712. <IISUrl>
  1713. </IISUrl>
  1714. <NTLMAuthentication>False</NTLMAuthentication>
  1715. <UseCustomServer>False</UseCustomServer>
  1716. <CustomServerUrl>
  1717. </CustomServerUrl>
  1718. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  1719. </WebProjectProperties>
  1720. </FlavorProperties>
  1721. </VisualStudio>
  1722. </ProjectExtensions>
  1723. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1724. Other similar extension points exist, see Microsoft.Common.targets.
  1725. <Target Name="BeforeBuild">
  1726. </Target>
  1727. <Target Name="AfterBuild">
  1728. </Target>
  1729. -->
  1730. </Project>