Central.Control.WebPage.csproj 111 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{6DA4FD90-95A5-4459-B6BF-035E205539C8}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>ChangFa.Machinery.WebPage</RootNamespace>
  15. <AssemblyName>ChangFa.Machinery.WebPage</AssemblyName>
  16. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  17. <MvcBuildViews>false</MvcBuildViews>
  18. <UseIISExpress>true</UseIISExpress>
  19. <IISExpressSSLPort />
  20. <IISExpressAnonymousAuthentication />
  21. <IISExpressWindowsAuthentication />
  22. <IISExpressUseClassicPipelineMode />
  23. <UseGlobalApplicationHostFile />
  24. <Use64BitIISExpress />
  25. <TargetFrameworkProfile />
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  28. <DebugSymbols>true</DebugSymbols>
  29. <DebugType>full</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>bin\</OutputPath>
  32. <DefineConstants>DEBUG;TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  37. <DebugType>pdbonly</DebugType>
  38. <Optimize>true</Optimize>
  39. <OutputPath>bin\</OutputPath>
  40. <DefineConstants>TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="Ant.SuperSocket.Common">
  46. <HintPath>..\CommonLib\Ant.SuperSocket.Common.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Common.Logging, Version=3.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  49. <HintPath>..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll</HintPath>
  50. <Private>True</Private>
  51. </Reference>
  52. <Reference Include="Common.Logging.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  53. <HintPath>..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll</HintPath>
  54. <Private>True</Private>
  55. </Reference>
  56. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  57. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  58. <Private>True</Private>
  59. </Reference>
  60. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  61. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  62. <Private>True</Private>
  63. </Reference>
  64. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>..\CommonLib\log4net.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Microsoft.CSharp" />
  69. <Reference Include="MongoDB.Bson">
  70. <HintPath>..\CommonLib\MongoDB.Bson.dll</HintPath>
  71. </Reference>
  72. <Reference Include="MongoDB.Driver">
  73. <HintPath>..\CommonLib\MongoDB.Driver.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  76. <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  77. <Private>True</Private>
  78. </Reference>
  79. <Reference Include="NPOI">
  80. <HintPath>..\CommonLib\NPOI-Lib\NPOI.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Spring.Core, Version=2.0.1.45000, Culture=neutral, PublicKeyToken=65e474d141e25e07, processorArchitecture=MSIL">
  83. <HintPath>..\packages\Spring.Core.2.0.1\lib\net45\Spring.Core.dll</HintPath>
  84. <Private>True</Private>
  85. </Reference>
  86. <Reference Include="Spring.Web, Version=2.0.1.45000, Culture=neutral, PublicKeyToken=65e474d141e25e07, processorArchitecture=MSIL">
  87. <HintPath>..\packages\Spring.Web.2.0.1\lib\net45\Spring.Web.dll</HintPath>
  88. <Private>True</Private>
  89. </Reference>
  90. <Reference Include="Spring.Web.Mvc5, Version=2.0.1.45000, Culture=neutral, PublicKeyToken=65e474d141e25e07, processorArchitecture=MSIL">
  91. <HintPath>..\packages\Spring.Web.Mvc5.2.0.1\lib\net45\Spring.Web.Mvc5.dll</HintPath>
  92. <Private>True</Private>
  93. </Reference>
  94. <Reference Include="System" />
  95. <Reference Include="System.Data" />
  96. <Reference Include="System.Data.DataSetExtensions" />
  97. <Reference Include="System.Data.Entity" />
  98. <Reference Include="System.Drawing" />
  99. <Reference Include="System.Management" />
  100. <Reference Include="System.Transactions" />
  101. <Reference Include="System.Web.DynamicData" />
  102. <Reference Include="System.Web.Entity" />
  103. <Reference Include="System.Web.ApplicationServices" />
  104. <Reference Include="System.ComponentModel.DataAnnotations" />
  105. <Reference Include="System.Web" />
  106. <Reference Include="System.Web.Abstractions" />
  107. <Reference Include="System.Web.Extensions" />
  108. <Reference Include="System.Web.Routing" />
  109. <Reference Include="System.Xml" />
  110. <Reference Include="System.Configuration" />
  111. <Reference Include="System.Web.Services" />
  112. <Reference Include="System.EnterpriseServices" />
  113. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  114. <Private>True</Private>
  115. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  116. </Reference>
  117. <Reference Include="System.Net.Http">
  118. </Reference>
  119. <Reference Include="System.Net.Http.WebRequest">
  120. </Reference>
  121. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  122. <Private>True</Private>
  123. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  124. </Reference>
  125. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  126. <Private>True</Private>
  127. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  128. </Reference>
  129. <Reference Include="System.Web.Optimization">
  130. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  131. </Reference>
  132. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  133. <Private>True</Private>
  134. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  135. </Reference>
  136. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  137. <Private>True</Private>
  138. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  139. </Reference>
  140. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  141. <Private>True</Private>
  142. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  143. </Reference>
  144. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  145. <Private>True</Private>
  146. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  147. </Reference>
  148. <Reference Include="System.Xml.Linq" />
  149. <Reference Include="WebGrease">
  150. <Private>True</Private>
  151. <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
  152. </Reference>
  153. <Reference Include="Antlr3.Runtime">
  154. <Private>True</Private>
  155. <HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
  156. </Reference>
  157. <Reference Include="zxing">
  158. <HintPath>..\CommonLib\zxing.dll</HintPath>
  159. </Reference>
  160. </ItemGroup>
  161. <ItemGroup>
  162. <Reference Include="System.Net.Http.Formatting">
  163. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  164. </Reference>
  165. <Reference Include="System.Web.Http">
  166. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  167. </Reference>
  168. <Reference Include="System.Web.Http.WebHost">
  169. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  170. </Reference>
  171. </ItemGroup>
  172. <ItemGroup>
  173. <Compile Include="App_Start\BundleConfig.cs" />
  174. <Compile Include="App_Start\ExportExcelHelper.cs" />
  175. <Compile Include="App_Start\FilterConfig.cs" />
  176. <Compile Include="App_Start\RouteConfig.cs" />
  177. <Compile Include="App_Start\WebApiConfig.cs" />
  178. <Compile Include="Areas\ComManage\ComManageAreaRegistration.cs" />
  179. <Compile Include="Areas\ComManage\Controllers\CusContactController.cs" />
  180. <Compile Include="Areas\ComManage\Controllers\FlowInfoController.cs" />
  181. <Compile Include="Areas\ComManage\Controllers\WinIndexController.cs" />
  182. <Compile Include="Areas\SysManage\Controllers\AccountController.cs" />
  183. <Compile Include="Areas\SysManage\Controllers\CarController.cs" />
  184. <Compile Include="Areas\SysManage\Controllers\CoachController.cs" />
  185. <Compile Include="Areas\SysManage\Controllers\CodeAreaController.cs" />
  186. <Compile Include="Areas\SysManage\Controllers\CodeController.cs" />
  187. <Compile Include="Areas\SysManage\Controllers\DepartmentController.cs" />
  188. <Compile Include="Areas\SysManage\Controllers\DeviceMgtController.cs" />
  189. <Compile Include="Areas\SysManage\Controllers\DistributorsController.cs" />
  190. <Compile Include="Areas\SysManage\Controllers\EntryConditionsController.cs" />
  191. <Compile Include="Areas\SysManage\Controllers\ExcelController.cs" />
  192. <Compile Include="Areas\SysManage\Controllers\HomeController.cs" />
  193. <Compile Include="Areas\SysManage\Controllers\PackingController.cs" />
  194. <Compile Include="Areas\SysManage\Controllers\OrderListController.cs" />
  195. <Compile Include="Areas\SysManage\Controllers\ModuleController.cs" />
  196. <Compile Include="Areas\SysManage\Controllers\MsgController.cs" />
  197. <Compile Include="Areas\SysManage\Controllers\NoticeController.cs" />
  198. <Compile Include="Areas\SysManage\Controllers\PayCallRecordController.cs" />
  199. <Compile Include="Areas\SysManage\Controllers\PermissionController.cs" />
  200. <Compile Include="Areas\SysManage\Controllers\DeviceSetController.cs" />
  201. <Compile Include="Areas\SysManage\Controllers\ProjectEntryController.cs" />
  202. <Compile Include="Areas\SysManage\Controllers\RaceProjectController.cs" />
  203. <Compile Include="Areas\SysManage\Controllers\RepairFormController.cs" />
  204. <Compile Include="Areas\SysManage\Controllers\RoleController.cs" />
  205. <Compile Include="Areas\SysManage\Controllers\SchoolController.cs" />
  206. <Compile Include="Areas\SysManage\Controllers\ProductController.cs" />
  207. <Compile Include="Areas\SysManage\Controllers\SportsEventController.cs" />
  208. <Compile Include="Areas\SysManage\Controllers\SyslogController.cs" />
  209. <Compile Include="Areas\SysManage\Controllers\SystemController.cs" />
  210. <Compile Include="Areas\SysManage\Controllers\UserController.cs" />
  211. <Compile Include="Areas\SysManage\Controllers\UserDistributorsController.cs" />
  212. <Compile Include="Areas\SysManage\Controllers\WebuploadController.cs" />
  213. <Compile Include="Areas\SysManage\Models\CarReturnModel.cs" />
  214. <Compile Include="Areas\SysManage\Models\CoachListModel.cs" />
  215. <Compile Include="Areas\SysManage\SysManageAreaRegistration.cs" />
  216. <Compile Include="Content\ueditor\utf8-net\net\App_Code\Config.cs" />
  217. <Compile Include="Content\ueditor\utf8-net\net\App_Code\ConfigHandler.cs" />
  218. <Compile Include="Content\ueditor\utf8-net\net\App_Code\CrawlerHandler.cs" />
  219. <Compile Include="Content\ueditor\utf8-net\net\App_Code\Handler.cs" />
  220. <Compile Include="Content\ueditor\utf8-net\net\App_Code\ListFileHandler.cs" />
  221. <Compile Include="Content\ueditor\utf8-net\net\App_Code\NotSupportedHandler.cs" />
  222. <Compile Include="Content\ueditor\utf8-net\net\App_Code\PathFormater.cs" />
  223. <Compile Include="Content\ueditor\utf8-net\net\App_Code\UploadHandler.cs" />
  224. <Compile Include="Controllers\BaseController.cs" />
  225. <Compile Include="Controllers\ErrorController.cs" />
  226. <Compile Include="Controllers\HomeController.cs" />
  227. <Compile Include="Controllers\TestController.cs" />
  228. <Compile Include="Global.asax.cs">
  229. <DependentUpon>Global.asax</DependentUpon>
  230. </Compile>
  231. <Compile Include="Models\ApiResult.cs" />
  232. <Compile Include="Models\CommonEnumHelper.cs" />
  233. <Compile Include="Models\CommonHtmlHelper.cs" />
  234. <Compile Include="Models\GetCommon.cs" />
  235. <Compile Include="Models\ReportRepairDetail.cs" />
  236. <Compile Include="Models\UserCarMapModel.cs" />
  237. <Compile Include="Models\verify_code.cs" />
  238. <Compile Include="Models\WebSystemAccessConfig.cs" />
  239. <Compile Include="Properties\AssemblyInfo.cs" />
  240. </ItemGroup>
  241. <ItemGroup>
  242. <EmbeddedResource Include="Config\ComControllers.xml">
  243. <SubType>Designer</SubType>
  244. </EmbeddedResource>
  245. <EmbeddedResource Include="Config\Controllers.xml" />
  246. <EmbeddedResource Include="Config\IndexControllers.xml" />
  247. <Content Include="App_Data\Base.xml" />
  248. <Content Include="App_Data\counts.txt" />
  249. <Content Include="Content\js\admin\bootstrap.min.js" />
  250. <Content Include="Content\js\admin\chosen.jquery.js" />
  251. <Content Include="Content\js\admin\colResizable-1.5.min.js" />
  252. <Content Include="Content\js\admin\dataTables.bootstrap.js" />
  253. <Content Include="Content\js\admin\dataTables.fixedHeader.js" />
  254. <Content Include="Content\js\admin\echarts-all.js" />
  255. <Content Include="Content\js\admin\echarts-macarons.js" />
  256. <Content Include="Content\js\admin\jquery.dataTables.js" />
  257. <Content Include="Content\js\admin\jquery.gritter.min.js" />
  258. <Content Include="Content\js\admin\jquery.metisMenu.js" />
  259. <Content Include="Content\js\admin\jquery.slimscroll.min.js" />
  260. <Content Include="Content\js\admin\jquery.ztree.core-3.5.js" />
  261. <Content Include="Content\js\admin\jquery.ztree.excheck-3.5.js" />
  262. <Content Include="Content\js\bootstrap\bootstrap-progressbar.js" />
  263. <Content Include="Content\js\bootstrap\bootstrap.min.js" />
  264. <Content Include="Content\js\bui.js" />
  265. <Content Include="Content\js\common\main-min.js" />
  266. <Content Include="Content\js\config.js" />
  267. <Content Include="Content\js\echarts-map\chart\bar.js" />
  268. <Content Include="Content\js\echarts-map\chart\chord.js" />
  269. <Content Include="Content\js\echarts-map\chart\eventRiver.js" />
  270. <Content Include="Content\js\echarts-map\chart\force.js" />
  271. <Content Include="Content\js\echarts-map\chart\funnel.js" />
  272. <Content Include="Content\js\echarts-map\chart\gauge.js" />
  273. <Content Include="Content\js\echarts-map\chart\heatmap.js" />
  274. <Content Include="Content\js\echarts-map\chart\k.js" />
  275. <Content Include="Content\js\echarts-map\chart\line.js" />
  276. <Content Include="Content\js\echarts-map\chart\map.js" />
  277. <Content Include="Content\js\echarts-map\chart\pie.js" />
  278. <Content Include="Content\js\echarts-map\chart\radar.js" />
  279. <Content Include="Content\js\echarts-map\chart\scatter.js" />
  280. <Content Include="Content\js\echarts-map\chart\tree.js" />
  281. <Content Include="Content\js\echarts-map\chart\treemap.js" />
  282. <Content Include="Content\js\echarts-map\chart\venn.js" />
  283. <Content Include="Content\js\echarts-map\chart\wordCloud.js" />
  284. <Content Include="Content\js\echarts-map\china-main-city-map.js" />
  285. <Content Include="Content\js\echarts-map\china-main-city\china-main-city-map.js" />
  286. <Content Include="Content\js\echarts-map\Convert_Pinyin.js" />
  287. <Content Include="Content\js\echarts-map\echarts.js" />
  288. <Content Include="Content\js\echarts-map\echarts.min.js" />
  289. <Content Include="Content\js\echarts-map\jquery.min.js" />
  290. <Content Include="Content\js\echarts\china.js" />
  291. <Content Include="Content\js\echarts\Convert_Pinyin.js" />
  292. <Content Include="Content\js\echarts\echarts-all.js" />
  293. <Content Include="Content\js\echarts\echarts.min.js" />
  294. <Content Include="Content\js\echarts\esl.js" />
  295. <Content Include="Content\js\files\file.js" />
  296. <Content Include="Content\js\function.js" />
  297. <Content Include="Content\js\index.js" />
  298. <Content Include="Content\js\IsIe.js" />
  299. <Content Include="Content\js\jpreloader\jpreLoader.min.js" />
  300. <Content Include="Content\js\jquery.easing.js" />
  301. <Content Include="Content\js\jquery.form.min.js" />
  302. <Content Include="Content\js\jquery.min.js" />
  303. <Content Include="Content\js\jquery.tmpl.js" />
  304. <Content Include="Content\js\jquery.unobtrusive-ajax.min.js" />
  305. <Content Include="Content\js\laydate1\laydate.js" />
  306. <Content Include="Content\js\laydate1\need\laydate.css" />
  307. <Content Include="Content\js\laydate1\skins\dahong\icon.png" />
  308. <Content Include="Content\js\laydate1\skins\dahong\laydate.css" />
  309. <Content Include="Content\js\laydate1\skins\default\icon.png" />
  310. <Content Include="Content\js\laydate1\skins\default\laydate.css" />
  311. <Content Include="Content\js\laydate1\skins\molv\icon.png" />
  312. <Content Include="Content\js\laydate1\skins\molv\laydate.css" />
  313. <Content Include="Content\js\laydate\laydate.js" />
  314. <Content Include="Content\js\laydate\theme\default\font\iconfont.svg" />
  315. <Content Include="Content\js\laydate\theme\default\laydate.css" />
  316. <Content Include="Content\js\layui\css\layui.css" />
  317. <Content Include="Content\js\layui\css\layui.mobile.css" />
  318. <Content Include="Content\js\layui\css\modules\code.css" />
  319. <Content Include="Content\js\layui\css\modules\laydate\default\laydate.css" />
  320. <Content Include="Content\js\layui\css\modules\layer\default\icon-ext.png" />
  321. <Content Include="Content\js\layui\css\modules\layer\default\icon.png" />
  322. <Content Include="Content\js\layui\css\modules\layer\default\layer.css" />
  323. <Content Include="Content\js\layui\css\modules\layer\default\loading-0.gif" />
  324. <Content Include="Content\js\layui\css\modules\layer\default\loading-1.gif" />
  325. <Content Include="Content\js\layui\css\modules\layer\default\loading-2.gif" />
  326. <Content Include="Content\js\layui\font\iconfont.svg" />
  327. <Content Include="Content\js\layui\images\face\0.gif" />
  328. <Content Include="Content\js\layui\images\face\1.gif" />
  329. <Content Include="Content\js\layui\images\face\10.gif" />
  330. <Content Include="Content\js\layui\images\face\11.gif" />
  331. <Content Include="Content\js\layui\images\face\12.gif" />
  332. <Content Include="Content\js\layui\images\face\13.gif" />
  333. <Content Include="Content\js\layui\images\face\14.gif" />
  334. <Content Include="Content\js\layui\images\face\15.gif" />
  335. <Content Include="Content\js\layui\images\face\16.gif" />
  336. <Content Include="Content\js\layui\images\face\17.gif" />
  337. <Content Include="Content\js\layui\images\face\18.gif" />
  338. <Content Include="Content\js\layui\images\face\19.gif" />
  339. <Content Include="Content\js\layui\images\face\2.gif" />
  340. <Content Include="Content\js\layui\images\face\20.gif" />
  341. <Content Include="Content\js\layui\images\face\21.gif" />
  342. <Content Include="Content\js\layui\images\face\22.gif" />
  343. <Content Include="Content\js\layui\images\face\23.gif" />
  344. <Content Include="Content\js\layui\images\face\24.gif" />
  345. <Content Include="Content\js\layui\images\face\25.gif" />
  346. <Content Include="Content\js\layui\images\face\26.gif" />
  347. <Content Include="Content\js\layui\images\face\27.gif" />
  348. <Content Include="Content\js\layui\images\face\28.gif" />
  349. <Content Include="Content\js\layui\images\face\29.gif" />
  350. <Content Include="Content\js\layui\images\face\3.gif" />
  351. <Content Include="Content\js\layui\images\face\30.gif" />
  352. <Content Include="Content\js\layui\images\face\31.gif" />
  353. <Content Include="Content\js\layui\images\face\32.gif" />
  354. <Content Include="Content\js\layui\images\face\33.gif" />
  355. <Content Include="Content\js\layui\images\face\34.gif" />
  356. <Content Include="Content\js\layui\images\face\35.gif" />
  357. <Content Include="Content\js\layui\images\face\36.gif" />
  358. <Content Include="Content\js\layui\images\face\37.gif" />
  359. <Content Include="Content\js\layui\images\face\38.gif" />
  360. <Content Include="Content\js\layui\images\face\39.gif" />
  361. <Content Include="Content\js\layui\images\face\4.gif" />
  362. <Content Include="Content\js\layui\images\face\40.gif" />
  363. <Content Include="Content\js\layui\images\face\41.gif" />
  364. <Content Include="Content\js\layui\images\face\42.gif" />
  365. <Content Include="Content\js\layui\images\face\43.gif" />
  366. <Content Include="Content\js\layui\images\face\44.gif" />
  367. <Content Include="Content\js\layui\images\face\45.gif" />
  368. <Content Include="Content\js\layui\images\face\46.gif" />
  369. <Content Include="Content\js\layui\images\face\47.gif" />
  370. <Content Include="Content\js\layui\images\face\48.gif" />
  371. <Content Include="Content\js\layui\images\face\49.gif" />
  372. <Content Include="Content\js\layui\images\face\5.gif" />
  373. <Content Include="Content\js\layui\images\face\50.gif" />
  374. <Content Include="Content\js\layui\images\face\51.gif" />
  375. <Content Include="Content\js\layui\images\face\52.gif" />
  376. <Content Include="Content\js\layui\images\face\53.gif" />
  377. <Content Include="Content\js\layui\images\face\54.gif" />
  378. <Content Include="Content\js\layui\images\face\55.gif" />
  379. <Content Include="Content\js\layui\images\face\56.gif" />
  380. <Content Include="Content\js\layui\images\face\57.gif" />
  381. <Content Include="Content\js\layui\images\face\58.gif" />
  382. <Content Include="Content\js\layui\images\face\59.gif" />
  383. <Content Include="Content\js\layui\images\face\6.gif" />
  384. <Content Include="Content\js\layui\images\face\60.gif" />
  385. <Content Include="Content\js\layui\images\face\61.gif" />
  386. <Content Include="Content\js\layui\images\face\62.gif" />
  387. <Content Include="Content\js\layui\images\face\63.gif" />
  388. <Content Include="Content\js\layui\images\face\64.gif" />
  389. <Content Include="Content\js\layui\images\face\65.gif" />
  390. <Content Include="Content\js\layui\images\face\66.gif" />
  391. <Content Include="Content\js\layui\images\face\67.gif" />
  392. <Content Include="Content\js\layui\images\face\68.gif" />
  393. <Content Include="Content\js\layui\images\face\69.gif" />
  394. <Content Include="Content\js\layui\images\face\7.gif" />
  395. <Content Include="Content\js\layui\images\face\70.gif" />
  396. <Content Include="Content\js\layui\images\face\71.gif" />
  397. <Content Include="Content\js\layui\images\face\8.gif" />
  398. <Content Include="Content\js\layui\images\face\9.gif" />
  399. <Content Include="Content\js\layui\layui.all.js" />
  400. <Content Include="Content\js\layui\layui.js" />
  401. <Content Include="Content\js\layui\lay\modules\carousel.js" />
  402. <Content Include="Content\js\layui\lay\modules\code.js" />
  403. <Content Include="Content\js\layui\lay\modules\element.js" />
  404. <Content Include="Content\js\layui\lay\modules\flow.js" />
  405. <Content Include="Content\js\layui\lay\modules\form.js" />
  406. <Content Include="Content\js\layui\lay\modules\jquery.js" />
  407. <Content Include="Content\js\layui\lay\modules\laydate.js" />
  408. <Content Include="Content\js\layui\lay\modules\layedit.js" />
  409. <Content Include="Content\js\layui\lay\modules\layer.js" />
  410. <Content Include="Content\js\layui\lay\modules\laypage.js" />
  411. <Content Include="Content\js\layui\lay\modules\laytpl.js" />
  412. <Content Include="Content\js\layui\lay\modules\mobile.js" />
  413. <Content Include="Content\js\layui\lay\modules\table.js" />
  414. <Content Include="Content\js\layui\lay\modules\tree.js" />
  415. <Content Include="Content\js\layui\lay\modules\upload.js" />
  416. <Content Include="Content\js\layui\lay\modules\util.js" />
  417. <Content Include="Content\js\loginIndex\supersized-init.js" />
  418. <Content Include="Content\js\loginIndex\supersized.3.2.7.min.js" />
  419. <Content Include="Content\js\main-min.js" />
  420. <Content Include="Content\js\modernizr.min.js" />
  421. <Content Include="Content\js\echarts\echarts.js" />
  422. <Content Include="Content\js\selectcolor\css\jquery.bigcolorpicker.css" />
  423. <Content Include="Content\js\selectcolor\images\big_bgcolor.jpg" />
  424. <Content Include="Content\js\selectcolor\images\xiaoguotu.JPG" />
  425. <Content Include="Content\js\selectcolor\js\jquery.bigcolorpicker.js" />
  426. <Content Include="Content\js\silder2\css\silder.css" />
  427. <Content Include="Content\js\silder2\img\news_index_icon.png" />
  428. <Content Include="Content\js\silder2\img\star.png" />
  429. <Content Include="Content\js\silder2\img\star_03.png" />
  430. <Content Include="Content\js\silder2\img\star_04.png" />
  431. <Content Include="Content\js\silder2\img\star_05.png" />
  432. <Content Include="Content\js\silder2\img\star_06.png" />
  433. <Content Include="Content\js\silder2\index.html" />
  434. <Content Include="Content\js\silder2\js\silder.js" />
  435. <Content Include="Content\js\silder\images\ad_ctr.png" />
  436. <Content Include="Content\js\silder\images\alpha.png" />
  437. <Content Include="Content\js\silder\images\dot.png" />
  438. <Content Include="Content\js\silder\silder.css" />
  439. <Content Include="Content\js\silder\slider.js" />
  440. <Content Include="Content\js\Validform.js" />
  441. <Content Include="Content\js_pop\js\jquery-1.4.1.min.js" />
  442. <Content Include="Content\js_pop\js\jquery.cookie.js" />
  443. <Content Include="Content\js_pop\PopWin\image\popwin_loading.gif" />
  444. <Content Include="Content\js_pop\PopWin\PopWinJScript.js" />
  445. <Content Include="Content\js_pop\PopWin\PopWinStyleSheet.css" />
  446. <Content Include="Content\map\chayangji_hui_default.png" />
  447. <Content Include="Content\map\cyj.png" />
  448. <Content Include="Content\map\sgj.png" />
  449. <Content Include="Content\map\shougeji_hui_default.png" />
  450. <Content Include="Content\map\tlj.png" />
  451. <Content Include="Content\map\tuolaji_hui_default.png" />
  452. <Content Include="Content\themes\css\admin-login.css" />
  453. <Content Include="Content\themes\css\admin\bootstrap.min.css" />
  454. <Content Include="Content\themes\css\admin\chosen.css" />
  455. <Content Include="Content\themes\css\admin\img\diy\1_close.png" />
  456. <Content Include="Content\themes\css\admin\img\diy\1_open.png" />
  457. <Content Include="Content\themes\css\admin\img\diy\2.png" />
  458. <Content Include="Content\themes\css\admin\img\diy\3.png" />
  459. <Content Include="Content\themes\css\admin\img\diy\4.png" />
  460. <Content Include="Content\themes\css\admin\img\diy\5.png" />
  461. <Content Include="Content\themes\css\admin\img\diy\6.png" />
  462. <Content Include="Content\themes\css\admin\img\diy\7.png" />
  463. <Content Include="Content\themes\css\admin\img\diy\8.png" />
  464. <Content Include="Content\themes\css\admin\img\diy\9.png" />
  465. <Content Include="Content\themes\css\admin\img\line_conn.gif" />
  466. <Content Include="Content\themes\css\admin\img\line_conn.png" />
  467. <Content Include="Content\themes\css\admin\img\loading.gif" />
  468. <Content Include="Content\themes\css\admin\img\loginIndex\b-1.jpg" />
  469. <Content Include="Content\themes\css\admin\img\loginIndex\b-2.jpg" />
  470. <Content Include="Content\themes\css\admin\img\loginIndex\b-3.jpg" />
  471. <Content Include="Content\themes\css\admin\img\metro.gif" />
  472. <Content Include="Content\themes\css\admin\img\metro.png" />
  473. <Content Include="Content\themes\css\admin\img\shadow-v.png" />
  474. <Content Include="Content\themes\css\admin\img\zTreeStandard.gif" />
  475. <Content Include="Content\themes\css\admin\img\zTreeStandard.png" />
  476. <Content Include="Content\themes\css\admin\jquery.dataTables.css" />
  477. <Content Include="Content\themes\css\admin\metroStyle.css" />
  478. <Content Include="Content\themes\css\admin\select2\select2-spinner.gif" />
  479. <Content Include="Content\themes\css\admin\select2\select2.css" />
  480. <Content Include="Content\themes\css\admin\select2\select2.min.js" />
  481. <Content Include="Content\themes\css\admin\select2\select2.png" />
  482. <Content Include="Content\themes\css\admin\select2\select2x2.png" />
  483. <Content Include="Content\themes\css\admin\select2\spinner.gif" />
  484. <Content Include="Content\themes\css\admin\style.css" />
  485. <Content Include="Content\themes\css\admin\zTreeStyle.css" />
  486. <Content Include="Content\themes\css\bootstrap.min.css" />
  487. <Content Include="Content\themes\css\components.min.css" />
  488. <Content Include="Content\themes\css\css3\animate.css" />
  489. <Content Include="Content\themes\css\dialog.css" />
  490. <Content Include="Content\themes\css\dpl-min.css" />
  491. <Content Include="Content\themes\css\fonts.css" />
  492. <Content Include="Content\themes\css\icons.css" />
  493. <Content Include="Content\themes\css\index.css" />
  494. <Content Include="Content\themes\css\jquery.gritter.css" />
  495. <Content Include="Content\themes\css\main-min.css" />
  496. <Content Include="Content\themes\fonts\fontawesome-webfont.svg" />
  497. <Content Include="Content\themes\fonts\icomoon.svg" />
  498. <Content Include="Content\themes\fonts\vjs.svg" />
  499. <Content Include="Content\themes\images\a02.png" />
  500. <Content Include="Content\themes\images\admin\admin_logo_arrow.gif" />
  501. <Content Include="Content\themes\images\admin\chosen-sprite.png" />
  502. <Content Include="Content\themes\images\admin\gritter-light.png" />
  503. <Content Include="Content\themes\images\admin\gritter.png" />
  504. <Content Include="Content\themes\images\admin\ie-spacer.gif" />
  505. <Content Include="Content\themes\images\admin\i_16_checked.png" />
  506. <Content Include="Content\themes\images\admin\logoS.png" />
  507. <Content Include="Content\themes\images\admin\minus.png" />
  508. <Content Include="Content\themes\images\admin\plus-white.png" />
  509. <Content Include="Content\themes\images\admin\t.gif" />
  510. <Content Include="Content\themes\images\face\1.png" />
  511. <Content Include="Content\themes\images\face\11.jpg" />
  512. <Content Include="Content\themes\images\face\avatar.jpg" />
  513. <Content Include="Content\themes\images\face\noimg.gif" />
  514. <Content Include="Content\themes\images\icon\bar.gif" />
  515. <Content Include="Content\themes\images\icon\calendar-black.png" />
  516. <Content Include="Content\themes\images\icon\error32-32.png" />
  517. <Content Include="Content\themes\images\icon\folderclosed.gif" />
  518. <Content Include="Content\themes\images\icon\folderclosed.png" />
  519. <Content Include="Content\themes\images\icon\ico-5.png" />
  520. <Content Include="Content\themes\images\icon\ico-7.png" />
  521. <Content Include="Content\themes\images\icon\icon019a8.png" />
  522. <Content Include="Content\themes\images\icon\icon040a1.png" />
  523. <Content Include="Content\themes\images\icon\icon_tree10.gif" />
  524. <Content Include="Content\themes\images\icon\img.png" />
  525. <Content Include="Content\themes\images\icon\mail-black.png" />
  526. <Content Include="Content\themes\images\icon\nav_h1.png" />
  527. <Content Include="Content\themes\images\icon\power-black.png" />
  528. <Content Include="Content\themes\images\icon\success-32-32.png" />
  529. <Content Include="Content\themes\images\icon\s_sear.png" />
  530. <Content Include="Content\themes\images\icon\user-black.png" />
  531. <Content Include="Content\themes\images\icon\warning32-32.png" />
  532. <Content Include="Content\themes\images\ie_update.jpg" />
  533. <Content Include="Content\themes\images\left-slib.gif" />
  534. <Content Include="Content\themes\images\login\login-bg.jpg" />
  535. <Content Include="Content\themes\images\login\login-logo.png" />
  536. <Content Include="Content\themes\images\login\top.jpg" />
  537. <Content Include="Content\themes\images\logo.gif" />
  538. <Content Include="Content\themes\images\logo.png" />
  539. <Content Include="Content\themes\images\logo_school_w.png" />
  540. <Content Include="Content\themes\images\skin\1002.png" />
  541. <Content Include="Content\themes\images\skin\separator-2-340.gif" />
  542. <Content Include="Content\themes\images\skin\skin_icons.png" />
  543. <Content Include="Content\themes\images\skin\sprite-469-300.png" />
  544. <Content Include="Content\themes\images\skin\sprites_tree.gif" />
  545. <Content Include="Content\themes\images\skin\T1BHtLFbFdXXaHNz_X-16-16.gif" />
  546. <Content Include="Content\themes\images\skin\T1GgTxXm4qXXaGyjny-500-188.png" />
  547. <Content Include="Content\themes\images\skin\T1J_T4XjRfXXaZ8J6X-2-340.gif" />
  548. <Content Include="Content\themes\images\skin\T1k1v5XhNdXXb0_tkB-191-450.gif" />
  549. <Content Include="Content\themes\images\skin\T1qXIiXgXgXXXCL3TD-469-300.png" />
  550. <Content Include="Content\themes\images\skin\T1rbpNFaJXXXbylH7R-80-100.gif" />
  551. <Content Include="Content\themes\images\skin\T1SLHBXaXmXXXF.Nbe-140-120.gif" />
  552. <Content Include="Content\themes\images\skin\tab-140-120.gif" />
  553. <Content Include="Content\themes\images\skin\white_sprite-469-300.png" />
  554. <Content Include="Content\themes\images\tab\sort_asc.png" />
  555. <Content Include="Content\themes\images\tab\sort_asc_disabled.png" />
  556. <Content Include="Content\themes\images\tab\sort_both.png" />
  557. <Content Include="Content\themes\images\tab\sort_desc.png" />
  558. <Content Include="Content\themes\images\tab\sort_desc_disabled.png" />
  559. <Content Include="Content\themes\Site.css" />
  560. <Content Include="Content\ueditor\utf8-net\dialogs\anchor\anchor.html" />
  561. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\attachment.css" />
  562. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\attachment.html" />
  563. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\attachment.js" />
  564. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\fileTypeImages\icon_chm.gif" />
  565. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\fileTypeImages\icon_default.png" />
  566. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\fileTypeImages\icon_doc.gif" />
  567. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\fileTypeImages\icon_exe.gif" />
  568. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\fileTypeImages\icon_jpg.gif" />
  569. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\fileTypeImages\icon_mp3.gif" />
  570. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\fileTypeImages\icon_mv.gif" />
  571. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\fileTypeImages\icon_pdf.gif" />
  572. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\fileTypeImages\icon_ppt.gif" />
  573. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\fileTypeImages\icon_psd.gif" />
  574. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\fileTypeImages\icon_rar.gif" />
  575. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\fileTypeImages\icon_txt.gif" />
  576. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\fileTypeImages\icon_xls.gif" />
  577. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\images\alignicon.gif" />
  578. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\images\alignicon.png" />
  579. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\images\bg.png" />
  580. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\images\file-icons.gif" />
  581. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\images\file-icons.png" />
  582. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\images\icons.gif" />
  583. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\images\icons.png" />
  584. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\images\image.png" />
  585. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\images\progress.png" />
  586. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\images\success.gif" />
  587. <Content Include="Content\ueditor\utf8-net\dialogs\attachment\images\success.png" />
  588. <Content Include="Content\ueditor\utf8-net\dialogs\background\background.css" />
  589. <Content Include="Content\ueditor\utf8-net\dialogs\background\background.html" />
  590. <Content Include="Content\ueditor\utf8-net\dialogs\background\background.js" />
  591. <Content Include="Content\ueditor\utf8-net\dialogs\background\images\bg.png" />
  592. <Content Include="Content\ueditor\utf8-net\dialogs\background\images\success.png" />
  593. <Content Include="Content\ueditor\utf8-net\dialogs\charts\chart.config.js" />
  594. <Content Include="Content\ueditor\utf8-net\dialogs\charts\charts.css" />
  595. <Content Include="Content\ueditor\utf8-net\dialogs\charts\charts.html" />
  596. <Content Include="Content\ueditor\utf8-net\dialogs\charts\charts.js" />
  597. <Content Include="Content\ueditor\utf8-net\dialogs\charts\images\charts0.png" />
  598. <Content Include="Content\ueditor\utf8-net\dialogs\charts\images\charts1.png" />
  599. <Content Include="Content\ueditor\utf8-net\dialogs\charts\images\charts2.png" />
  600. <Content Include="Content\ueditor\utf8-net\dialogs\charts\images\charts3.png" />
  601. <Content Include="Content\ueditor\utf8-net\dialogs\charts\images\charts4.png" />
  602. <Content Include="Content\ueditor\utf8-net\dialogs\charts\images\charts5.png" />
  603. <Content Include="Content\ueditor\utf8-net\dialogs\emotion\emotion.css" />
  604. <Content Include="Content\ueditor\utf8-net\dialogs\emotion\emotion.html" />
  605. <Content Include="Content\ueditor\utf8-net\dialogs\emotion\emotion.js" />
  606. <Content Include="Content\ueditor\utf8-net\dialogs\emotion\images\0.gif" />
  607. <Content Include="Content\ueditor\utf8-net\dialogs\emotion\images\bface.gif" />
  608. <Content Include="Content\ueditor\utf8-net\dialogs\emotion\images\cface.gif" />
  609. <Content Include="Content\ueditor\utf8-net\dialogs\emotion\images\fface.gif" />
  610. <Content Include="Content\ueditor\utf8-net\dialogs\emotion\images\jxface2.gif" />
  611. <Content Include="Content\ueditor\utf8-net\dialogs\emotion\images\neweditor-tab-bg.png" />
  612. <Content Include="Content\ueditor\utf8-net\dialogs\emotion\images\tface.gif" />
  613. <Content Include="Content\ueditor\utf8-net\dialogs\emotion\images\wface.gif" />
  614. <Content Include="Content\ueditor\utf8-net\dialogs\emotion\images\yface.gif" />
  615. <Content Include="Content\ueditor\utf8-net\dialogs\gmap\gmap.html" />
  616. <Content Include="Content\ueditor\utf8-net\dialogs\help\help.css" />
  617. <Content Include="Content\ueditor\utf8-net\dialogs\help\help.html" />
  618. <Content Include="Content\ueditor\utf8-net\dialogs\help\help.js" />
  619. <Content Include="Content\ueditor\utf8-net\dialogs\image\image.css" />
  620. <Content Include="Content\ueditor\utf8-net\dialogs\image\image.html" />
  621. <Content Include="Content\ueditor\utf8-net\dialogs\image\image.js" />
  622. <Content Include="Content\ueditor\utf8-net\dialogs\image\images\alignicon.jpg" />
  623. <Content Include="Content\ueditor\utf8-net\dialogs\image\images\bg.png" />
  624. <Content Include="Content\ueditor\utf8-net\dialogs\image\images\icons.gif" />
  625. <Content Include="Content\ueditor\utf8-net\dialogs\image\images\icons.png" />
  626. <Content Include="Content\ueditor\utf8-net\dialogs\image\images\image.png" />
  627. <Content Include="Content\ueditor\utf8-net\dialogs\image\images\progress.png" />
  628. <Content Include="Content\ueditor\utf8-net\dialogs\image\images\success.gif" />
  629. <Content Include="Content\ueditor\utf8-net\dialogs\image\images\success.png" />
  630. <Content Include="Content\ueditor\utf8-net\dialogs\insertframe\insertframe.html" />
  631. <Content Include="Content\ueditor\utf8-net\dialogs\internal.js" />
  632. <Content Include="Content\ueditor\utf8-net\dialogs\link\link.html" />
  633. <Content Include="Content\ueditor\utf8-net\dialogs\map\map.html" />
  634. <Content Include="Content\ueditor\utf8-net\dialogs\map\show.html" />
  635. <Content Include="Content\ueditor\utf8-net\dialogs\music\music.css" />
  636. <Content Include="Content\ueditor\utf8-net\dialogs\music\music.html" />
  637. <Content Include="Content\ueditor\utf8-net\dialogs\music\music.js" />
  638. <Content Include="Content\ueditor\utf8-net\dialogs\preview\preview.html" />
  639. <Content Include="Content\ueditor\utf8-net\dialogs\scrawl\images\addimg.png" />
  640. <Content Include="Content\ueditor\utf8-net\dialogs\scrawl\images\brush.png" />
  641. <Content Include="Content\ueditor\utf8-net\dialogs\scrawl\images\delimg.png" />
  642. <Content Include="Content\ueditor\utf8-net\dialogs\scrawl\images\delimgH.png" />
  643. <Content Include="Content\ueditor\utf8-net\dialogs\scrawl\images\empty.png" />
  644. <Content Include="Content\ueditor\utf8-net\dialogs\scrawl\images\emptyH.png" />
  645. <Content Include="Content\ueditor\utf8-net\dialogs\scrawl\images\eraser.png" />
  646. <Content Include="Content\ueditor\utf8-net\dialogs\scrawl\images\redo.png" />
  647. <Content Include="Content\ueditor\utf8-net\dialogs\scrawl\images\redoH.png" />
  648. <Content Include="Content\ueditor\utf8-net\dialogs\scrawl\images\scale.png" />
  649. <Content Include="Content\ueditor\utf8-net\dialogs\scrawl\images\scaleH.png" />
  650. <Content Include="Content\ueditor\utf8-net\dialogs\scrawl\images\size.png" />
  651. <Content Include="Content\ueditor\utf8-net\dialogs\scrawl\images\undo.png" />
  652. <Content Include="Content\ueditor\utf8-net\dialogs\scrawl\images\undoH.png" />
  653. <Content Include="Content\ueditor\utf8-net\dialogs\scrawl\scrawl.css" />
  654. <Content Include="Content\ueditor\utf8-net\dialogs\scrawl\scrawl.html" />
  655. <Content Include="Content\ueditor\utf8-net\dialogs\scrawl\scrawl.js" />
  656. <Content Include="Content\ueditor\utf8-net\dialogs\searchreplace\searchreplace.html" />
  657. <Content Include="Content\ueditor\utf8-net\dialogs\searchreplace\searchreplace.js" />
  658. <Content Include="Content\ueditor\utf8-net\dialogs\snapscreen\snapscreen.html" />
  659. <Content Include="Content\ueditor\utf8-net\dialogs\spechars\spechars.html" />
  660. <Content Include="Content\ueditor\utf8-net\dialogs\spechars\spechars.js" />
  661. <Content Include="Content\ueditor\utf8-net\dialogs\table\dragicon.png" />
  662. <Content Include="Content\ueditor\utf8-net\dialogs\table\edittable.css" />
  663. <Content Include="Content\ueditor\utf8-net\dialogs\table\edittable.html" />
  664. <Content Include="Content\ueditor\utf8-net\dialogs\table\edittable.js" />
  665. <Content Include="Content\ueditor\utf8-net\dialogs\table\edittd.html" />
  666. <Content Include="Content\ueditor\utf8-net\dialogs\table\edittip.html" />
  667. <Content Include="Content\ueditor\utf8-net\dialogs\template\config.js" />
  668. <Content Include="Content\ueditor\utf8-net\dialogs\template\images\bg.gif" />
  669. <Content Include="Content\ueditor\utf8-net\dialogs\template\images\pre0.png" />
  670. <Content Include="Content\ueditor\utf8-net\dialogs\template\images\pre1.png" />
  671. <Content Include="Content\ueditor\utf8-net\dialogs\template\images\pre2.png" />
  672. <Content Include="Content\ueditor\utf8-net\dialogs\template\images\pre3.png" />
  673. <Content Include="Content\ueditor\utf8-net\dialogs\template\images\pre4.png" />
  674. <Content Include="Content\ueditor\utf8-net\dialogs\template\template.css" />
  675. <Content Include="Content\ueditor\utf8-net\dialogs\template\template.html" />
  676. <Content Include="Content\ueditor\utf8-net\dialogs\template\template.js" />
  677. <Content Include="Content\ueditor\utf8-net\dialogs\video\images\bg.png" />
  678. <Content Include="Content\ueditor\utf8-net\dialogs\video\images\center_focus.jpg" />
  679. <Content Include="Content\ueditor\utf8-net\dialogs\video\images\file-icons.gif" />
  680. <Content Include="Content\ueditor\utf8-net\dialogs\video\images\file-icons.png" />
  681. <Content Include="Content\ueditor\utf8-net\dialogs\video\images\icons.gif" />
  682. <Content Include="Content\ueditor\utf8-net\dialogs\video\images\icons.png" />
  683. <Content Include="Content\ueditor\utf8-net\dialogs\video\images\image.png" />
  684. <Content Include="Content\ueditor\utf8-net\dialogs\video\images\left_focus.jpg" />
  685. <Content Include="Content\ueditor\utf8-net\dialogs\video\images\none_focus.jpg" />
  686. <Content Include="Content\ueditor\utf8-net\dialogs\video\images\progress.png" />
  687. <Content Include="Content\ueditor\utf8-net\dialogs\video\images\right_focus.jpg" />
  688. <Content Include="Content\ueditor\utf8-net\dialogs\video\images\success.gif" />
  689. <Content Include="Content\ueditor\utf8-net\dialogs\video\images\success.png" />
  690. <Content Include="Content\ueditor\utf8-net\dialogs\video\video.css" />
  691. <Content Include="Content\ueditor\utf8-net\dialogs\video\video.html" />
  692. <Content Include="Content\ueditor\utf8-net\dialogs\video\video.js" />
  693. <Content Include="Content\ueditor\utf8-net\dialogs\webapp\webapp.html" />
  694. <Content Include="Content\ueditor\utf8-net\dialogs\wordimage\fClipboard_ueditor.swf" />
  695. <Content Include="Content\ueditor\utf8-net\dialogs\wordimage\imageUploader.swf" />
  696. <Content Include="Content\ueditor\utf8-net\dialogs\wordimage\tangram.js" />
  697. <Content Include="Content\ueditor\utf8-net\dialogs\wordimage\wordimage.html" />
  698. <Content Include="Content\ueditor\utf8-net\dialogs\wordimage\wordimage.js" />
  699. <Content Include="Content\ueditor\utf8-net\index.html" />
  700. <Content Include="Content\ueditor\utf8-net\lang\en\en.js" />
  701. <Content Include="Content\ueditor\utf8-net\lang\en\images\addimage.png" />
  702. <Content Include="Content\ueditor\utf8-net\lang\en\images\alldeletebtnhoverskin.png" />
  703. <Content Include="Content\ueditor\utf8-net\lang\en\images\alldeletebtnupskin.png" />
  704. <Content Include="Content\ueditor\utf8-net\lang\en\images\background.png" />
  705. <Content Include="Content\ueditor\utf8-net\lang\en\images\button.png" />
  706. <Content Include="Content\ueditor\utf8-net\lang\en\images\copy.png" />
  707. <Content Include="Content\ueditor\utf8-net\lang\en\images\deletedisable.png" />
  708. <Content Include="Content\ueditor\utf8-net\lang\en\images\deleteenable.png" />
  709. <Content Include="Content\ueditor\utf8-net\lang\en\images\listbackground.png" />
  710. <Content Include="Content\ueditor\utf8-net\lang\en\images\localimage.png" />
  711. <Content Include="Content\ueditor\utf8-net\lang\en\images\music.png" />
  712. <Content Include="Content\ueditor\utf8-net\lang\en\images\rotateleftdisable.png" />
  713. <Content Include="Content\ueditor\utf8-net\lang\en\images\rotateleftenable.png" />
  714. <Content Include="Content\ueditor\utf8-net\lang\en\images\rotaterightdisable.png" />
  715. <Content Include="Content\ueditor\utf8-net\lang\en\images\rotaterightenable.png" />
  716. <Content Include="Content\ueditor\utf8-net\lang\en\images\upload.png" />
  717. <Content Include="Content\ueditor\utf8-net\lang\zh-cn\images\copy.png" />
  718. <Content Include="Content\ueditor\utf8-net\lang\zh-cn\images\localimage.png" />
  719. <Content Include="Content\ueditor\utf8-net\lang\zh-cn\images\music.png" />
  720. <Content Include="Content\ueditor\utf8-net\lang\zh-cn\images\upload.png" />
  721. <Content Include="Content\ueditor\utf8-net\lang\zh-cn\zh-cn.js" />
  722. <Content Include="Content\ueditor\utf8-net\net\Bin\Newtonsoft.Json.dll" />
  723. <Content Include="Content\ueditor\utf8-net\net\Bin\Newtonsoft.Json.pdb" />
  724. <Content Include="Content\ueditor\utf8-net\net\Bin\Newtonsoft.Json.xml" />
  725. <Content Include="Content\ueditor\utf8-net\net\net.sln" />
  726. <Content Include="Content\ueditor\utf8-net\net\upload\image\20170726\6363668443917224482572098.jpg" />
  727. <Content Include="Content\ueditor\utf8-net\net\upload\image\20170726\6363668443930109175300576.jpg" />
  728. <Content Include="Content\ueditor\utf8-net\net\upload\image\20170726\6363668443936827393043147.jpg" />
  729. <Content Include="Content\ueditor\utf8-net\net\upload\image\20170726\6363668443942242108029055.jpg" />
  730. <Content Include="Content\ueditor\utf8-net\net\upload\image\20170726\6363668443943144832258300.jpg" />
  731. <Content Include="Content\ueditor\utf8-net\net\upload\image\20170726\6363668443949160945771625.jpg" />
  732. <Content Include="Content\ueditor\utf8-net\net\upload\image\20170726\6363668443950815449000871.jpg" />
  733. <Content Include="Content\ueditor\utf8-net\net\upload\image\20170726\6363668443955578284986778.jpg" />
  734. <Content Include="Content\ueditor\utf8-net\net\upload\image\20170726\6363668443962697708500104.jpg" />
  735. <Content Include="Content\ueditor\utf8-net\net\upload\image\20170726\6363668443962797958500104.jpg" />
  736. <Content Include="Content\ueditor\utf8-net\net\upload\image\20170726\6363668476539237093144223.jpg" />
  737. <Content Include="Content\ueditor\utf8-net\net\upload\image\20170726\6363668483752029002476296.jpg" />
  738. <Content Include="Content\ueditor\utf8-net\net\upload\image\20170918\6364131951875744955840434.jpg" />
  739. <Content Include="Content\ueditor\utf8-net\themes\default\css\ueditor.css" />
  740. <Content Include="Content\ueditor\utf8-net\themes\default\css\ueditor.min.css" />
  741. <Content Include="Content\ueditor\utf8-net\themes\default\dialogbase.css" />
  742. <Content Include="Content\ueditor\utf8-net\themes\default\images\anchor.gif" />
  743. <Content Include="Content\ueditor\utf8-net\themes\default\images\arrow.png" />
  744. <Content Include="Content\ueditor\utf8-net\themes\default\images\arrow_down.png" />
  745. <Content Include="Content\ueditor\utf8-net\themes\default\images\arrow_up.png" />
  746. <Content Include="Content\ueditor\utf8-net\themes\default\images\button-bg.gif" />
  747. <Content Include="Content\ueditor\utf8-net\themes\default\images\cancelbutton.gif" />
  748. <Content Include="Content\ueditor\utf8-net\themes\default\images\charts.png" />
  749. <Content Include="Content\ueditor\utf8-net\themes\default\images\cursor_h.gif" />
  750. <Content Include="Content\ueditor\utf8-net\themes\default\images\cursor_h.png" />
  751. <Content Include="Content\ueditor\utf8-net\themes\default\images\cursor_v.gif" />
  752. <Content Include="Content\ueditor\utf8-net\themes\default\images\cursor_v.png" />
  753. <Content Include="Content\ueditor\utf8-net\themes\default\images\dialog-title-bg.png" />
  754. <Content Include="Content\ueditor\utf8-net\themes\default\images\filescan.png" />
  755. <Content Include="Content\ueditor\utf8-net\themes\default\images\highlighted.gif" />
  756. <Content Include="Content\ueditor\utf8-net\themes\default\images\icons-all.gif" />
  757. <Content Include="Content\ueditor\utf8-net\themes\default\images\icons.gif" />
  758. <Content Include="Content\ueditor\utf8-net\themes\default\images\icons.png" />
  759. <Content Include="Content\ueditor\utf8-net\themes\default\images\loaderror.png" />
  760. <Content Include="Content\ueditor\utf8-net\themes\default\images\loading.gif" />
  761. <Content Include="Content\ueditor\utf8-net\themes\default\images\lock.gif" />
  762. <Content Include="Content\ueditor\utf8-net\themes\default\images\neweditor-tab-bg.png" />
  763. <Content Include="Content\ueditor\utf8-net\themes\default\images\pagebreak.gif" />
  764. <Content Include="Content\ueditor\utf8-net\themes\default\images\scale.png" />
  765. <Content Include="Content\ueditor\utf8-net\themes\default\images\sortable.png" />
  766. <Content Include="Content\ueditor\utf8-net\themes\default\images\spacer.gif" />
  767. <Content Include="Content\ueditor\utf8-net\themes\default\images\sparator_v.png" />
  768. <Content Include="Content\ueditor\utf8-net\themes\default\images\table-cell-align.png" />
  769. <Content Include="Content\ueditor\utf8-net\themes\default\images\tangram-colorpicker.png" />
  770. <Content Include="Content\ueditor\utf8-net\themes\default\images\toolbar_bg.png" />
  771. <Content Include="Content\ueditor\utf8-net\themes\default\images\unhighlighted.gif" />
  772. <Content Include="Content\ueditor\utf8-net\themes\default\images\upload.png" />
  773. <Content Include="Content\ueditor\utf8-net\themes\default\images\videologo.gif" />
  774. <Content Include="Content\ueditor\utf8-net\themes\default\images\word.gif" />
  775. <Content Include="Content\ueditor\utf8-net\themes\default\images\wordpaste.png" />
  776. <Content Include="Content\ueditor\utf8-net\themes\iframe.css" />
  777. <Content Include="Content\ueditor\utf8-net\third-party\codemirror\codemirror.css" />
  778. <Content Include="Content\ueditor\utf8-net\third-party\codemirror\codemirror.js" />
  779. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\adapters\mootools-adapter.js" />
  780. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\adapters\mootools-adapter.src.js" />
  781. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\adapters\prototype-adapter.js" />
  782. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\adapters\prototype-adapter.src.js" />
  783. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\adapters\standalone-framework.js" />
  784. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\adapters\standalone-framework.src.js" />
  785. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\highcharts-more.js" />
  786. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\highcharts-more.src.js" />
  787. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\highcharts.js" />
  788. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\highcharts.src.js" />
  789. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\modules\annotations.js" />
  790. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\modules\annotations.src.js" />
  791. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\modules\canvas-tools.js" />
  792. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\modules\canvas-tools.src.js" />
  793. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\modules\data.js" />
  794. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\modules\data.src.js" />
  795. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\modules\drilldown.js" />
  796. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\modules\drilldown.src.js" />
  797. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\modules\exporting.js" />
  798. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\modules\exporting.src.js" />
  799. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\modules\funnel.js" />
  800. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\modules\funnel.src.js" />
  801. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\modules\heatmap.js" />
  802. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\modules\heatmap.src.js" />
  803. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\modules\map.js" />
  804. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\modules\map.src.js" />
  805. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\modules\no-data-to-display.js" />
  806. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\modules\no-data-to-display.src.js" />
  807. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\themes\dark-blue.js" />
  808. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\themes\dark-green.js" />
  809. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\themes\gray.js" />
  810. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\themes\grid.js" />
  811. <Content Include="Content\ueditor\utf8-net\third-party\highcharts\themes\skies.js" />
  812. <Content Include="Content\ueditor\utf8-net\third-party\jquery-1.10.2.js" />
  813. <Content Include="Content\ueditor\utf8-net\third-party\jquery-1.10.2.min.js" />
  814. <Content Include="Content\ueditor\utf8-net\third-party\snapscreen\UEditorSnapscreen.exe" />
  815. <Content Include="Content\ueditor\utf8-net\third-party\SyntaxHighlighter\shCore.js" />
  816. <Content Include="Content\ueditor\utf8-net\third-party\SyntaxHighlighter\shCoreDefault.css" />
  817. <Content Include="Content\ueditor\utf8-net\third-party\video-js\font\vjs.svg" />
  818. <Content Include="Content\ueditor\utf8-net\third-party\video-js\video-js.css" />
  819. <Content Include="Content\ueditor\utf8-net\third-party\video-js\video-js.min.css" />
  820. <Content Include="Content\ueditor\utf8-net\third-party\video-js\video-js.swf" />
  821. <Content Include="Content\ueditor\utf8-net\third-party\video-js\video.dev.js" />
  822. <Content Include="Content\ueditor\utf8-net\third-party\video-js\video.js" />
  823. <Content Include="Content\ueditor\utf8-net\third-party\webuploader\Uploader.swf" />
  824. <Content Include="Content\ueditor\utf8-net\third-party\webuploader\webuploader.css" />
  825. <Content Include="Content\ueditor\utf8-net\third-party\webuploader\webuploader.custom.js" />
  826. <Content Include="Content\ueditor\utf8-net\third-party\webuploader\webuploader.custom.min.js" />
  827. <Content Include="Content\ueditor\utf8-net\third-party\webuploader\webuploader.flashonly.js" />
  828. <Content Include="Content\ueditor\utf8-net\third-party\webuploader\webuploader.flashonly.min.js" />
  829. <Content Include="Content\ueditor\utf8-net\third-party\webuploader\webuploader.html5only.js" />
  830. <Content Include="Content\ueditor\utf8-net\third-party\webuploader\webuploader.html5only.min.js" />
  831. <Content Include="Content\ueditor\utf8-net\third-party\webuploader\webuploader.js" />
  832. <Content Include="Content\ueditor\utf8-net\third-party\webuploader\webuploader.min.js" />
  833. <Content Include="Content\ueditor\utf8-net\third-party\webuploader\webuploader.withoutimage.js" />
  834. <Content Include="Content\ueditor\utf8-net\third-party\webuploader\webuploader.withoutimage.min.js" />
  835. <Content Include="Content\ueditor\utf8-net\third-party\xss.min.js" />
  836. <Content Include="Content\ueditor\utf8-net\third-party\zeroclipboard\ZeroClipboard.js" />
  837. <Content Include="Content\ueditor\utf8-net\third-party\zeroclipboard\ZeroClipboard.min.js" />
  838. <Content Include="Content\ueditor\utf8-net\third-party\zeroclipboard\ZeroClipboard.swf" />
  839. <Content Include="Content\ueditor\utf8-net\ueditor.all.js" />
  840. <Content Include="Content\ueditor\utf8-net\ueditor.all.min.js" />
  841. <Content Include="Content\ueditor\utf8-net\ueditor.config.js" />
  842. <Content Include="Content\ueditor\utf8-net\ueditor.parse.js" />
  843. <Content Include="Content\ueditor\utf8-net\ueditor.parse.min.js" />
  844. <Content Include="Content\uploadfile\css\bootstrap-theme.css" />
  845. <Content Include="Content\uploadfile\css\bootstrap.css" />
  846. <Content Include="Content\uploadfile\css\bootstrap.min.css" />
  847. <Content Include="Content\uploadfile\css\font-awesome.css" />
  848. <Content Include="Content\uploadfile\css\uploadstyle.css" />
  849. <Content Include="Content\uploadfile\css\webuploader.css" />
  850. <Content Include="Content\uploadfile\Fonts\fontawesome-webfont.svg" />
  851. <Content Include="Content\uploadfile\Fonts\glyphicons-halflings-regular.svg" />
  852. <Content Include="Content\uploadfile\images\bg.png" />
  853. <Content Include="Content\uploadfile\images\button\upload_button.png" />
  854. <Content Include="Content\uploadfile\images\cp_img_sc.png" />
  855. <Content Include="Content\uploadfile\images\cp_img_tj.png" />
  856. <Content Include="Content\uploadfile\images\cp_img_tj_a.png" />
  857. <Content Include="Content\uploadfile\images\icons.png" />
  858. <Content Include="Content\uploadfile\images\icon\Delete.gif" />
  859. <Content Include="Content\uploadfile\images\icon\download16.gif" />
  860. <Content Include="Content\uploadfile\images\image.png" />
  861. <Content Include="Content\uploadfile\images\progress.png" />
  862. <Content Include="Content\uploadfile\images\success.png" />
  863. <Content Include="Content\uploadfile\Script\bootstrap.js" />
  864. <Content Include="Content\uploadfile\Script\bootstrap.min.js" />
  865. <Content Include="Content\uploadfile\Script\demo.js" />
  866. <Content Include="Content\uploadfile\Script\getting-started.js" />
  867. <Content Include="Content\uploadfile\Script\global.js" />
  868. <Content Include="Content\uploadfile\Script\Uploader.swf" />
  869. <Content Include="Content\uploadfile\Script\webuploader.css" />
  870. <Content Include="Content\uploadfile\Script\webuploader.custom.js" />
  871. <Content Include="Content\uploadfile\Script\webuploader.custom.min.js" />
  872. <Content Include="Content\uploadfile\Script\webuploader.fis.js" />
  873. <Content Include="Content\uploadfile\Script\webuploader.flashonly.js" />
  874. <Content Include="Content\uploadfile\Script\webuploader.flashonly.min.js" />
  875. <Content Include="Content\uploadfile\Script\webuploader.html5only.js" />
  876. <Content Include="Content\uploadfile\Script\webuploader.html5only.min.js" />
  877. <Content Include="Content\uploadfile\Script\webuploader.js" />
  878. <Content Include="Content\uploadfile\Script\webuploader.min.js" />
  879. <Content Include="Content\uploadfile\Script\webuploader.noimage.js" />
  880. <Content Include="Content\uploadfile\Script\webuploader.noimage.min.js" />
  881. <Content Include="Content\uploadfile\Script\webuploader.nolog.js" />
  882. <Content Include="Content\uploadfile\Script\webuploader.nolog.min.js" />
  883. <Content Include="Content\uploadfile\Script\webuploader.withoutimage.js" />
  884. <Content Include="Content\uploadfile\Script\webuploader.withoutimage.min.js" />
  885. <Content Include="Content\uploadone\css\bootstrap-theme.css" />
  886. <Content Include="Content\uploadone\css\bootstrap.css" />
  887. <Content Include="Content\uploadone\css\bootstrap.min.css" />
  888. <Content Include="Content\uploadone\css\font-awesome.css" />
  889. <Content Include="Content\uploadone\css\uploadstyle.css" />
  890. <Content Include="Content\uploadone\css\webuploader.css" />
  891. <Content Include="Content\uploadone\Fonts\fontawesome-webfont.svg" />
  892. <Content Include="Content\uploadone\Fonts\glyphicons-halflings-regular.svg" />
  893. <Content Include="Content\uploadone\images\bg.png" />
  894. <Content Include="Content\uploadone\images\button\upload_button.png" />
  895. <Content Include="Content\uploadone\images\cp_img_sc.png" />
  896. <Content Include="Content\uploadone\images\cp_img_tj.png" />
  897. <Content Include="Content\uploadone\images\cp_img_tj_a.png" />
  898. <Content Include="Content\uploadone\images\icons.png" />
  899. <Content Include="Content\uploadone\images\icon\Delete.gif" />
  900. <Content Include="Content\uploadone\images\icon\download16.gif" />
  901. <Content Include="Content\uploadone\images\image.png" />
  902. <Content Include="Content\uploadone\images\progress.png" />
  903. <Content Include="Content\uploadone\images\success.png" />
  904. <Content Include="Content\uploadone\Script\bootstrap.js" />
  905. <Content Include="Content\uploadone\Script\bootstrap.min.js" />
  906. <Content Include="Content\uploadone\Script\demo.js" />
  907. <Content Include="Content\uploadone\Script\getting-started.js" />
  908. <Content Include="Content\uploadone\Script\global.js" />
  909. <Content Include="Content\js\jquery\jquery-1.8.2.min.js" />
  910. <Content Include="Content\uploadone\Script\Uploader.swf" />
  911. <Content Include="Content\uploadone\Script\webuploader.css" />
  912. <Content Include="Content\uploadone\Script\webuploader.custom.js" />
  913. <Content Include="Content\uploadone\Script\webuploader.custom.min.js" />
  914. <Content Include="Content\uploadone\Script\webuploader.fis.js" />
  915. <Content Include="Content\uploadone\Script\webuploader.flashonly.js" />
  916. <Content Include="Content\uploadone\Script\webuploader.flashonly.min.js" />
  917. <Content Include="Content\uploadone\Script\webuploader.html5only.js" />
  918. <Content Include="Content\uploadone\Script\webuploader.html5only.min.js" />
  919. <Content Include="Content\uploadone\Script\webuploader.js" />
  920. <Content Include="Content\uploadone\Script\webuploader.min.js" />
  921. <Content Include="Content\uploadone\Script\webuploader.noimage.js" />
  922. <Content Include="Content\uploadone\Script\webuploader.noimage.min.js" />
  923. <Content Include="Content\uploadone\Script\webuploader.nolog.js" />
  924. <Content Include="Content\uploadone\Script\webuploader.nolog.min.js" />
  925. <Content Include="Content\uploadone\Script\webuploader.withoutimage.js" />
  926. <Content Include="Content\uploadone\Script\webuploader.withoutimage.min.js" />
  927. <Content Include="favicon.ico" />
  928. <Content Include="Global.asax" />
  929. <Content Include="Models\DicType.txt" />
  930. <Content Include="Web.config">
  931. <SubType>Designer</SubType>
  932. </Content>
  933. <Content Include="Web.Debug.config">
  934. <DependentUpon>Web.config</DependentUpon>
  935. </Content>
  936. <Content Include="Web.Release.config">
  937. <DependentUpon>Web.config</DependentUpon>
  938. </Content>
  939. <Content Include="Views\Web.config" />
  940. <Content Include="Views\_ViewStart.cshtml" />
  941. <Content Include="Views\Shared\Error.cshtml" />
  942. <Content Include="Views\Shared\_Layout.cshtml" />
  943. <Content Include="Views\Home\Index.cshtml" />
  944. </ItemGroup>
  945. <ItemGroup>
  946. <Folder Include="Areas\ComManage\Models\" />
  947. <Folder Include="Areas\ComManage\Views\Shared\" />
  948. <Folder Include="Areas\SysManage\Views\Excel\" />
  949. <Folder Include="Areas\SysManage\Views\Shared\" />
  950. <Folder Include="Areas\SysManage\Views\Webupload\" />
  951. <Folder Include="upload\file\" />
  952. <Folder Include="upload\images\" />
  953. <Folder Include="upload\image\" />
  954. </ItemGroup>
  955. <ItemGroup>
  956. <Content Include="packages.config">
  957. <SubType>Designer</SubType>
  958. </Content>
  959. </ItemGroup>
  960. <ItemGroup>
  961. <ProjectReference Include="..\Ant.Service.Common\Ant.Service.Common.csproj">
  962. <Project>{e40a871d-6995-4c70-a532-fe2f8176d396}</Project>
  963. <Name>Ant.Service.Common</Name>
  964. </ProjectReference>
  965. <ProjectReference Include="..\Ant.Service.Mongodb\Ant.Service.Mongodb.csproj">
  966. <Project>{9a8b88b6-e67b-4d11-a9d0-3c1650ed57aa}</Project>
  967. <Name>Ant.Service.Mongodb</Name>
  968. </ProjectReference>
  969. <ProjectReference Include="..\Ant.Service.Utility\Ant.Service.Utility.csproj">
  970. <Project>{d179bbca-8d1c-4e01-bf95-ca51c91aad22}</Project>
  971. <Name>Ant.Service.Utility</Name>
  972. </ProjectReference>
  973. <ProjectReference Include="..\AntORM\Ant.Common\Ant.Common.csproj">
  974. <Project>{e7d68c96-b811-4c9f-9fec-5f71699ce4ae}</Project>
  975. <Name>Ant.Common</Name>
  976. </ProjectReference>
  977. <ProjectReference Include="..\AntORM\Ant.ConnectionPool\Ant.ConnectionPool.csproj">
  978. <Project>{38c1506c-8fd5-4ade-9397-8035ec91c8c6}</Project>
  979. <Name>Ant.ConnectionPool</Name>
  980. </ProjectReference>
  981. <ProjectReference Include="..\AntORM\Ant.Data\Ant.Data.csproj">
  982. <Project>{fa570d63-2aef-4958-b259-13decd9080db}</Project>
  983. <Name>Ant.Data</Name>
  984. </ProjectReference>
  985. <ProjectReference Include="..\AntORM\Ant.Frame\Ant.Frame.csproj">
  986. <Project>{875207ed-9440-4bb7-bd86-3bb9da6ba7a6}</Project>
  987. <Name>Ant.Frame</Name>
  988. </ProjectReference>
  989. <ProjectReference Include="..\AntORM\Ant.ORM\Ant.ORM.csproj">
  990. <Project>{f45b4d08-3b9e-4c7f-97b5-1d6004bca88f}</Project>
  991. <Name>Ant.ORM</Name>
  992. </ProjectReference>
  993. <ProjectReference Include="..\MES.Production.Entity\MES.Production.Entity.csproj">
  994. <Project>{715b9224-1d1c-47c7-993e-0279a63e8995}</Project>
  995. <Name>MES.Production.Entity</Name>
  996. </ProjectReference>
  997. <ProjectReference Include="..\Central.Control.Domain\Central.Control.Domain.csproj">
  998. <Project>{735ced10-f7a4-4e92-853b-a37297469526}</Project>
  999. <Name>Central.Control.Domain</Name>
  1000. </ProjectReference>
  1001. <ProjectReference Include="..\MES.Production.Service\MES.Production.Service.csproj">
  1002. <Project>{71ff89ff-2b9d-4832-bfb5-5619ae9d093e}</Project>
  1003. <Name>MES.Production.Service</Name>
  1004. </ProjectReference>
  1005. </ItemGroup>
  1006. <ItemGroup>
  1007. <Content Include="Areas\SysManage\Views\web.config" />
  1008. </ItemGroup>
  1009. <ItemGroup>
  1010. <Content Include="Areas\ComManage\Views\web.config" />
  1011. </ItemGroup>
  1012. <ItemGroup>
  1013. <Content Include="Config\WebSet.config" />
  1014. <Content Include="Content\js\silder2\.project" />
  1015. <Content Include="Content\themes\fonts\fontawesome-webfont.eot" />
  1016. <Content Include="Content\themes\fonts\fontawesome-webfont.ttf" />
  1017. <Content Include="Content\themes\fonts\fontawesome-webfont.woff" />
  1018. <Content Include="Content\themes\fonts\fontAwesome.otf" />
  1019. <Content Include="Content\themes\fonts\icomoon.eot" />
  1020. <Content Include="Content\themes\fonts\icomoon.ttf" />
  1021. <Content Include="Content\themes\fonts\icomoon.woff" />
  1022. <Content Include="Content\themes\fonts\vjs.eot" />
  1023. <Content Include="Content\themes\fonts\vjs.ttf" />
  1024. <Content Include="Content\themes\fonts\vjs.woff" />
  1025. </ItemGroup>
  1026. <ItemGroup>
  1027. <Content Include="Areas\ComManage\Views\CusContact\Detail.cshtml" />
  1028. <Content Include="Areas\ComManage\Views\CusContact\Index.cshtml" />
  1029. <Content Include="Areas\ComManage\Views\Download\Detail.cshtml" />
  1030. <Content Include="Areas\ComManage\Views\Download\Index.cshtml" />
  1031. <Content Include="Areas\ComManage\Views\FlowInfo\Detail.cshtml" />
  1032. <Content Include="Areas\ComManage\Views\FlowInfo\Index.cshtml" />
  1033. <Content Include="Areas\ComManage\Views\WinIndex\Detail.cshtml" />
  1034. <Content Include="Areas\ComManage\Views\WinIndex\Index.cshtml" />
  1035. </ItemGroup>
  1036. <ItemGroup>
  1037. <Content Include="Areas\SysManage\Views\Account\Index.cshtml" />
  1038. <Content Include="Areas\SysManage\Views\Code\Detail.cshtml" />
  1039. <Content Include="Areas\SysManage\Views\Code\Index.cshtml" />
  1040. <Content Include="Areas\SysManage\Views\Department\Detail.cshtml" />
  1041. <Content Include="Areas\SysManage\Views\Department\GetSelectDpt.cshtml" />
  1042. <Content Include="Areas\SysManage\Views\Department\Home.cshtml" />
  1043. <Content Include="Areas\SysManage\Views\Department\Index.cshtml" />
  1044. <Content Include="Areas\SysManage\Views\Home\Center.cshtml" />
  1045. <Content Include="Areas\SysManage\Views\Home\Index.cshtml" />
  1046. <Content Include="Areas\SysManage\Views\Home\Refresh.cshtml" />
  1047. <Content Include="Areas\SysManage\Views\Module\Detail.cshtml" />
  1048. <Content Include="Areas\SysManage\Views\Module\Index.cshtml" />
  1049. <Content Include="Areas\SysManage\Views\Module\LoadTree.cshtml" />
  1050. <Content Include="Areas\SysManage\Views\Module\ShowIcon.cshtml" />
  1051. <Content Include="Areas\SysManage\Views\Msg\Detail.cshtml" />
  1052. <Content Include="Areas\SysManage\Views\Msg\Index.cshtml" />
  1053. <Content Include="Areas\SysManage\Views\Msg\RevDetail.cshtml" />
  1054. <Content Include="Areas\SysManage\Views\Msg\RevIndex.cshtml" />
  1055. <Content Include="Areas\SysManage\Views\Msg\RevShow.cshtml" />
  1056. <Content Include="Areas\SysManage\Views\Msg\Show.cshtml" />
  1057. <Content Include="Areas\SysManage\Views\Msg\Transpond.cshtml" />
  1058. <Content Include="Areas\SysManage\Views\Permission\Detail.cshtml" />
  1059. <Content Include="Areas\SysManage\Views\Permission\Home.cshtml" />
  1060. <Content Include="Areas\SysManage\Views\Permission\Index.cshtml" />
  1061. <Content Include="Areas\SysManage\Views\Permission\PerAllocation.cshtml" />
  1062. <Content Include="Areas\SysManage\Views\DeviceSet\Detail.cshtml" />
  1063. <Content Include="Areas\SysManage\Views\DeviceSet\Index.cshtml" />
  1064. <Content Include="Areas\SysManage\Views\DeviceSet\ShowPassword.cshtml" />
  1065. <Content Include="Areas\SysManage\Views\Role\Detail.cshtml" />
  1066. <Content Include="Areas\SysManage\Views\Role\Index.cshtml" />
  1067. <Content Include="Areas\SysManage\Views\Role\RoleCall.cshtml" />
  1068. <Content Include="Areas\SysManage\Views\Syslog\Detail.cshtml" />
  1069. <Content Include="Areas\SysManage\Views\Syslog\Index.cshtml" />
  1070. <Content Include="Areas\SysManage\Views\System\Detail.cshtml" />
  1071. <Content Include="Areas\SysManage\Views\System\Index.cshtml" />
  1072. <Content Include="Areas\SysManage\Views\User\Card.cshtml" />
  1073. <Content Include="Areas\SysManage\Views\User\Contacts.cshtml" />
  1074. <Content Include="Areas\SysManage\Views\User\Detail.cshtml" />
  1075. <Content Include="Areas\SysManage\Views\User\Home.cshtml" />
  1076. <Content Include="Areas\SysManage\Views\User\Index.cshtml" />
  1077. <Content Include="Areas\SysManage\Views\User\PasswordSet.cshtml" />
  1078. <Content Include="Areas\SysManage\Views\User\SelectUser.cshtml" />
  1079. <Content Include="Areas\SysManage\Views\User\UserInfo.cshtml" />
  1080. </ItemGroup>
  1081. <ItemGroup>
  1082. <Content Include="App_Data\Config\log4net.config" />
  1083. </ItemGroup>
  1084. <ItemGroup>
  1085. <Content Include="Views\Error\Error_400.cshtml" />
  1086. </ItemGroup>
  1087. <ItemGroup>
  1088. <Content Include="Views\Test\Index.cshtml" />
  1089. </ItemGroup>
  1090. <ItemGroup>
  1091. <Content Include="Views\Error\Error_401.cshtml" />
  1092. <Content Include="Views\Error\Error_403.cshtml" />
  1093. <Content Include="Views\Error\Error_404.cshtml" />
  1094. <Content Include="Views\Error\Error_405.cshtml" />
  1095. <Content Include="Views\Error\Error_500.cshtml" />
  1096. <Content Include="Views\Error\Error_503.cshtml" />
  1097. <Content Include="Views\Error\Error_888.cshtml" />
  1098. </ItemGroup>
  1099. <ItemGroup>
  1100. <Content Include="Areas\SysManage\Views\Car\Index.cshtml" />
  1101. </ItemGroup>
  1102. <ItemGroup>
  1103. <Content Include="App_Data\Config\DataAccess.config" />
  1104. </ItemGroup>
  1105. <ItemGroup>
  1106. <Content Include="App_Data\Config\Configure_Line.config" />
  1107. <Content Include="App_Data\Config\Configure_Test.config" />
  1108. </ItemGroup>
  1109. <ItemGroup>
  1110. <Content Include="Areas\SysManage\Views\Car\Detail.cshtml" />
  1111. </ItemGroup>
  1112. <ItemGroup>
  1113. <Content Include="Areas\SysManage\Views\Distributors\Index.cshtml" />
  1114. <Content Include="Areas\SysManage\Views\Notice\Index.cshtml" />
  1115. <Content Include="Content\uploadone\Fonts\fontawesome-webfont.eot" />
  1116. <Content Include="Content\uploadone\Fonts\fontawesome-webfont.ttf" />
  1117. <Content Include="Content\uploadone\Fonts\fontawesome-webfont.woff" />
  1118. <Content Include="Content\uploadone\Fonts\FontAwesome.otf" />
  1119. <Content Include="Content\uploadone\Fonts\glyphicons-halflings-regular.eot" />
  1120. <Content Include="Content\uploadone\Fonts\glyphicons-halflings-regular.ttf" />
  1121. <Content Include="Content\uploadone\Fonts\glyphicons-halflings-regular.woff" />
  1122. <Content Include="Content\ueditor\utf8-net\net\config.json" />
  1123. <Content Include="Content\ueditor\utf8-net\net\controller.ashx" />
  1124. <Content Include="Content\ueditor\utf8-net\net\README.md" />
  1125. <Content Include="Content\ueditor\utf8-net\net\Web.config" />
  1126. <Content Include="Content\ueditor\utf8-net\third-party\jquery-1.10.2.min.map" />
  1127. <Content Include="Content\ueditor\utf8-net\third-party\video-js\font\vjs.eot" />
  1128. <Content Include="Content\ueditor\utf8-net\third-party\video-js\font\vjs.ttf" />
  1129. <Content Include="Content\ueditor\utf8-net\third-party\video-js\font\vjs.woff" />
  1130. <Content Include="Areas\SysManage\Views\Notice\Detail.cshtml" />
  1131. <Content Include="Areas\SysManage\Views\Car\carmap.cshtml" />
  1132. <Content Include="Areas\SysManage\Views\User\Agricultural.cshtml" />
  1133. <Content Include="Areas\SysManage\Views\Alarm\Index.cshtml" />
  1134. <Content Include="Areas\SysManage\Views\Alarm\carmap.cshtml" />
  1135. <Content Include="Areas\SysManage\Views\User\UserList.cshtml" />
  1136. <Content Include="Areas\SysManage\Views\User\UserDetail.cshtml" />
  1137. <Content Include="Areas\SysManage\Views\Car\CarList.cshtml" />
  1138. <Content Include="Areas\SysManage\Views\User\WarehouseList.cshtml" />
  1139. <Content Include="Areas\SysManage\Views\User\WarehouseDetail.cshtml" />
  1140. <Content Include="Areas\SysManage\Views\Car\DistributorCarList.cshtml" />
  1141. <Content Include="Areas\SysManage\Views\Car\CarReturnList.cshtml" />
  1142. <Content Include="Areas\SysManage\Views\Car\CarReturnFactory.cshtml" />
  1143. <Content Include="Areas\SysManage\Views\Car\CarAllocation.cshtml" />
  1144. <Content Include="Areas\SysManage\Views\Distributors\InventoryList.cshtml" />
  1145. <Content Include="Areas\SysManage\Views\Distributors\PasswordSet.cshtml" />
  1146. <Content Include="Content\js_pop\PopWin\PopWinHandler.ashx" />
  1147. <Content Include="Areas\SysManage\Views\RepairForm\Index.cshtml" />
  1148. <Content Include="Areas\SysManage\Views\RepairForm\Detail.cshtml" />
  1149. <Content Include="Areas\SysManage\Views\Car\MachineryList.cshtml" />
  1150. <Content Include="Areas\SysManage\Views\Car\machinerymap.cshtml" />
  1151. <Content Include="Areas\SysManage\Views\Car\mapList.cshtml" />
  1152. <Content Include="Areas\SysManage\Views\Car\mapDrivingTrack.cshtml" />
  1153. <Content Include="Areas\SysManage\Views\Car\mapBak.cshtml" />
  1154. <Content Include="Content\js\laydate\theme\default\font\iconfont.eot" />
  1155. <Content Include="Content\js\laydate\theme\default\font\iconfont.ttf" />
  1156. <Content Include="Content\js\laydate\theme\default\font\iconfont.woff" />
  1157. <Content Include="Content\js\layui\font\iconfont.eot" />
  1158. <Content Include="Content\js\layui\font\iconfont.ttf" />
  1159. <Content Include="Content\js\layui\font\iconfont.woff" />
  1160. <Content Include="Areas\SysManage\Views\Distributors\SalesDealersList.cshtml" />
  1161. <Content Include="Areas\SysManage\Views\Car\salesMapList.cshtml" />
  1162. <Content Include="Areas\SysManage\Views\Car\SalesCarList.cshtml" />
  1163. <Content Include="Areas\SysManage\Views\Car\CarTripList.cshtml" />
  1164. <Content Include="Areas\SysManage\Views\Car\DistributorInventoryCarList.cshtml" />
  1165. <Content Include="Areas\SysManage\Views\User\ThreePacksList.cshtml" />
  1166. <Content Include="Areas\SysManage\Views\Distributors\Detail.cshtml" />
  1167. <Content Include="Areas\SysManage\Views\Car\CarAllocate.cshtml" />
  1168. <Content Include="Areas\SysManage\Views\Car\CarAllocateList.cshtml" />
  1169. <Content Include="Areas\SysManage\Views\Alarm\CarAlarmList.cshtml" />
  1170. <Content Include="Areas\SysManage\Views\Report\Index.cshtml" />
  1171. <Content Include="Areas\SysManage\Views\Car\CarParamList.cshtml" />
  1172. <Content Include="Content\uploadfile\Fonts\fontawesome-webfont.eot" />
  1173. <Content Include="Content\uploadfile\Fonts\fontawesome-webfont.ttf" />
  1174. <Content Include="Content\uploadfile\Fonts\fontawesome-webfont.woff" />
  1175. <Content Include="Content\uploadfile\Fonts\FontAwesome.otf" />
  1176. <Content Include="Content\uploadfile\Fonts\glyphicons-halflings-regular.eot" />
  1177. <Content Include="Content\uploadfile\Fonts\glyphicons-halflings-regular.ttf" />
  1178. <Content Include="Content\uploadfile\Fonts\glyphicons-halflings-regular.woff" />
  1179. <Content Include="Areas\SysManage\Views\Alarm\RemoveFence.cshtml" />
  1180. <Content Include="Areas\SysManage\Views\DeviceMgt\Index.cshtml" />
  1181. <Content Include="Areas\SysManage\Views\Car\CarLockRecordList.cshtml" />
  1182. <Content Include="Areas\SysManage\Views\Car\CarLockList.cshtml" />
  1183. <Content Include="Content\js\echarts-map\china-main-city\100000.json" />
  1184. <Content Include="Content\js\echarts-map\china-main-city\110000.json" />
  1185. <Content Include="Content\js\echarts-map\china-main-city\110100.json" />
  1186. <Content Include="Content\js\echarts-map\china-main-city\120000.json" />
  1187. <Content Include="Content\js\echarts-map\china-main-city\120100.json" />
  1188. <Content Include="Content\js\echarts-map\china-main-city\130000.json" />
  1189. <Content Include="Content\js\echarts-map\china-main-city\130100.json" />
  1190. <Content Include="Content\js\echarts-map\china-main-city\130200.json" />
  1191. <Content Include="Content\js\echarts-map\china-main-city\130300.json" />
  1192. <Content Include="Content\js\echarts-map\china-main-city\130400.json" />
  1193. <Content Include="Content\js\echarts-map\china-main-city\130500.json" />
  1194. <Content Include="Content\js\echarts-map\china-main-city\130600.json" />
  1195. <Content Include="Content\js\echarts-map\china-main-city\130700.json" />
  1196. <Content Include="Content\js\echarts-map\china-main-city\130800.json" />
  1197. <Content Include="Content\js\echarts-map\china-main-city\130900.json" />
  1198. <Content Include="Content\js\echarts-map\china-main-city\131000.json" />
  1199. <Content Include="Content\js\echarts-map\china-main-city\131100.json" />
  1200. <Content Include="Content\js\echarts-map\china-main-city\140000.json" />
  1201. <Content Include="Content\js\echarts-map\china-main-city\140100.json" />
  1202. <Content Include="Content\js\echarts-map\china-main-city\140200.json" />
  1203. <Content Include="Content\js\echarts-map\china-main-city\140300.json" />
  1204. <Content Include="Content\js\echarts-map\china-main-city\140400.json" />
  1205. <Content Include="Content\js\echarts-map\china-main-city\140500.json" />
  1206. <Content Include="Content\js\echarts-map\china-main-city\140600.json" />
  1207. <Content Include="Content\js\echarts-map\china-main-city\140700.json" />
  1208. <Content Include="Content\js\echarts-map\china-main-city\140800.json" />
  1209. <Content Include="Content\js\echarts-map\china-main-city\140900.json" />
  1210. <Content Include="Content\js\echarts-map\china-main-city\141000.json" />
  1211. <Content Include="Content\js\echarts-map\china-main-city\141100.json" />
  1212. <Content Include="Content\js\echarts-map\china-main-city\150000.json" />
  1213. <Content Include="Content\js\echarts-map\china-main-city\150100.json" />
  1214. <Content Include="Content\js\echarts-map\china-main-city\150200.json" />
  1215. <Content Include="Content\js\echarts-map\china-main-city\150300.json" />
  1216. <Content Include="Content\js\echarts-map\china-main-city\150400.json" />
  1217. <Content Include="Content\js\echarts-map\china-main-city\150500.json" />
  1218. <Content Include="Content\js\echarts-map\china-main-city\150600.json" />
  1219. <Content Include="Content\js\echarts-map\china-main-city\150700.json" />
  1220. <Content Include="Content\js\echarts-map\china-main-city\150800.json" />
  1221. <Content Include="Content\js\echarts-map\china-main-city\150900.json" />
  1222. <Content Include="Content\js\echarts-map\china-main-city\152200.json" />
  1223. <Content Include="Content\js\echarts-map\china-main-city\152500.json" />
  1224. <Content Include="Content\js\echarts-map\china-main-city\152900.json" />
  1225. <Content Include="Content\js\echarts-map\china-main-city\210000.json" />
  1226. <Content Include="Content\js\echarts-map\china-main-city\210100.json" />
  1227. <Content Include="Content\js\echarts-map\china-main-city\210200.json" />
  1228. <Content Include="Content\js\echarts-map\china-main-city\210300.json" />
  1229. <Content Include="Content\js\echarts-map\china-main-city\210400.json" />
  1230. <Content Include="Content\js\echarts-map\china-main-city\210500.json" />
  1231. <Content Include="Content\js\echarts-map\china-main-city\210600.json" />
  1232. <Content Include="Content\js\echarts-map\china-main-city\210700.json" />
  1233. <Content Include="Content\js\echarts-map\china-main-city\210800.json" />
  1234. <Content Include="Content\js\echarts-map\china-main-city\210900.json" />
  1235. <Content Include="Content\js\echarts-map\china-main-city\211000.json" />
  1236. <Content Include="Content\js\echarts-map\china-main-city\211100.json" />
  1237. <Content Include="Content\js\echarts-map\china-main-city\211200.json" />
  1238. <Content Include="Content\js\echarts-map\china-main-city\211300.json" />
  1239. <Content Include="Content\js\echarts-map\china-main-city\211400.json" />
  1240. <Content Include="Content\js\echarts-map\china-main-city\220000.json" />
  1241. <Content Include="Content\js\echarts-map\china-main-city\220100.json" />
  1242. <Content Include="Content\js\echarts-map\china-main-city\220200.json" />
  1243. <Content Include="Content\js\echarts-map\china-main-city\220300.json" />
  1244. <Content Include="Content\js\echarts-map\china-main-city\220400.json" />
  1245. <Content Include="Content\js\echarts-map\china-main-city\220500.json" />
  1246. <Content Include="Content\js\echarts-map\china-main-city\220600.json" />
  1247. <Content Include="Content\js\echarts-map\china-main-city\220700.json" />
  1248. <Content Include="Content\js\echarts-map\china-main-city\220800.json" />
  1249. <Content Include="Content\js\echarts-map\china-main-city\222400.json" />
  1250. <Content Include="Content\js\echarts-map\china-main-city\230000.json" />
  1251. <Content Include="Content\js\echarts-map\china-main-city\230100.json" />
  1252. <Content Include="Content\js\echarts-map\china-main-city\230200.json" />
  1253. <Content Include="Content\js\echarts-map\china-main-city\230300.json" />
  1254. <Content Include="Content\js\echarts-map\china-main-city\230400.json" />
  1255. <Content Include="Content\js\echarts-map\china-main-city\230500.json" />
  1256. <Content Include="Content\js\echarts-map\china-main-city\230600.json" />
  1257. <Content Include="Content\js\echarts-map\china-main-city\230700.json" />
  1258. <Content Include="Content\js\echarts-map\china-main-city\230800.json" />
  1259. <Content Include="Content\js\echarts-map\china-main-city\230900.json" />
  1260. <Content Include="Content\js\echarts-map\china-main-city\231000.json" />
  1261. <Content Include="Content\js\echarts-map\china-main-city\231100.json" />
  1262. <Content Include="Content\js\echarts-map\china-main-city\231200.json" />
  1263. <Content Include="Content\js\echarts-map\china-main-city\232700.json" />
  1264. <Content Include="Content\js\echarts-map\china-main-city\310000.json" />
  1265. <Content Include="Content\js\echarts-map\china-main-city\310100.json" />
  1266. <Content Include="Content\js\echarts-map\china-main-city\310200.json" />
  1267. <Content Include="Content\js\echarts-map\china-main-city\320000.json" />
  1268. <Content Include="Content\js\echarts-map\china-main-city\320100.json" />
  1269. <Content Include="Content\js\echarts-map\china-main-city\320200.json" />
  1270. <Content Include="Content\js\echarts-map\china-main-city\320300.json" />
  1271. <Content Include="Content\js\echarts-map\china-main-city\320400.json" />
  1272. <Content Include="Content\js\echarts-map\china-main-city\320500.json" />
  1273. <Content Include="Content\js\echarts-map\china-main-city\320600.json" />
  1274. <Content Include="Content\js\echarts-map\china-main-city\320700.json" />
  1275. <Content Include="Content\js\echarts-map\china-main-city\320800.json" />
  1276. <Content Include="Content\js\echarts-map\china-main-city\320900.json" />
  1277. <Content Include="Content\js\echarts-map\china-main-city\321000.json" />
  1278. <Content Include="Content\js\echarts-map\china-main-city\321100.json" />
  1279. <Content Include="Content\js\echarts-map\china-main-city\321200.json" />
  1280. <Content Include="Content\js\echarts-map\china-main-city\321300.json" />
  1281. <Content Include="Content\js\echarts-map\china-main-city\330000.json" />
  1282. <Content Include="Content\js\echarts-map\china-main-city\330100.json" />
  1283. <Content Include="Content\js\echarts-map\china-main-city\330200.json" />
  1284. <Content Include="Content\js\echarts-map\china-main-city\330300.json" />
  1285. <Content Include="Content\js\echarts-map\china-main-city\330400.json" />
  1286. <Content Include="Content\js\echarts-map\china-main-city\330500.json" />
  1287. <Content Include="Content\js\echarts-map\china-main-city\330600.json" />
  1288. <Content Include="Content\js\echarts-map\china-main-city\330700.json" />
  1289. <Content Include="Content\js\echarts-map\china-main-city\330800.json" />
  1290. <Content Include="Content\js\echarts-map\china-main-city\330900.json" />
  1291. <Content Include="Content\js\echarts-map\china-main-city\331000.json" />
  1292. <Content Include="Content\js\echarts-map\china-main-city\331100.json" />
  1293. <Content Include="Content\js\echarts-map\china-main-city\340000.json" />
  1294. <Content Include="Content\js\echarts-map\china-main-city\340100.json" />
  1295. <Content Include="Content\js\echarts-map\china-main-city\340200.json" />
  1296. <Content Include="Content\js\echarts-map\china-main-city\340300.json" />
  1297. <Content Include="Content\js\echarts-map\china-main-city\340400.json" />
  1298. <Content Include="Content\js\echarts-map\china-main-city\340500.json" />
  1299. <Content Include="Content\js\echarts-map\china-main-city\340600.json" />
  1300. <Content Include="Content\js\echarts-map\china-main-city\340700.json" />
  1301. <Content Include="Content\js\echarts-map\china-main-city\340800.json" />
  1302. <Content Include="Content\js\echarts-map\china-main-city\341000.json" />
  1303. <Content Include="Content\js\echarts-map\china-main-city\341100.json" />
  1304. <Content Include="Content\js\echarts-map\china-main-city\341200.json" />
  1305. <Content Include="Content\js\echarts-map\china-main-city\341300.json" />
  1306. <Content Include="Content\js\echarts-map\china-main-city\341500.json" />
  1307. <Content Include="Content\js\echarts-map\china-main-city\341600.json" />
  1308. <Content Include="Content\js\echarts-map\china-main-city\341700.json" />
  1309. <Content Include="Content\js\echarts-map\china-main-city\341800.json" />
  1310. <Content Include="Content\js\echarts-map\china-main-city\350000.json" />
  1311. <Content Include="Content\js\echarts-map\china-main-city\350100.json" />
  1312. <Content Include="Content\js\echarts-map\china-main-city\350200.json" />
  1313. <Content Include="Content\js\echarts-map\china-main-city\350300.json" />
  1314. <Content Include="Content\js\echarts-map\china-main-city\350400.json" />
  1315. <Content Include="Content\js\echarts-map\china-main-city\350500.json" />
  1316. <Content Include="Content\js\echarts-map\china-main-city\350600.json" />
  1317. <Content Include="Content\js\echarts-map\china-main-city\350700.json" />
  1318. <Content Include="Content\js\echarts-map\china-main-city\350800.json" />
  1319. <Content Include="Content\js\echarts-map\china-main-city\350900.json" />
  1320. <Content Include="Content\js\echarts-map\china-main-city\360000.json" />
  1321. <Content Include="Content\js\echarts-map\china-main-city\360100.json" />
  1322. <Content Include="Content\js\echarts-map\china-main-city\360200.json" />
  1323. <Content Include="Content\js\echarts-map\china-main-city\360300.json" />
  1324. <Content Include="Content\js\echarts-map\china-main-city\360400.json" />
  1325. <Content Include="Content\js\echarts-map\china-main-city\360500.json" />
  1326. <Content Include="Content\js\echarts-map\china-main-city\360600.json" />
  1327. <Content Include="Content\js\echarts-map\china-main-city\360700.json" />
  1328. <Content Include="Content\js\echarts-map\china-main-city\360800.json" />
  1329. <Content Include="Content\js\echarts-map\china-main-city\360900.json" />
  1330. <Content Include="Content\js\echarts-map\china-main-city\361000.json" />
  1331. <Content Include="Content\js\echarts-map\china-main-city\361100.json" />
  1332. <Content Include="Content\js\echarts-map\china-main-city\370000.json" />
  1333. <Content Include="Content\js\echarts-map\china-main-city\370100.json" />
  1334. <Content Include="Content\js\echarts-map\china-main-city\370200.json" />
  1335. <Content Include="Content\js\echarts-map\china-main-city\370300.json" />
  1336. <Content Include="Content\js\echarts-map\china-main-city\370400.json" />
  1337. <Content Include="Content\js\echarts-map\china-main-city\370500.json" />
  1338. <Content Include="Content\js\echarts-map\china-main-city\370600.json" />
  1339. <Content Include="Content\js\echarts-map\china-main-city\370700.json" />
  1340. <Content Include="Content\js\echarts-map\china-main-city\370800.json" />
  1341. <Content Include="Content\js\echarts-map\china-main-city\370900.json" />
  1342. <Content Include="Content\js\echarts-map\china-main-city\371000.json" />
  1343. <Content Include="Content\js\echarts-map\china-main-city\371100.json" />
  1344. <Content Include="Content\js\echarts-map\china-main-city\371200.json" />
  1345. <Content Include="Content\js\echarts-map\china-main-city\371300.json" />
  1346. <Content Include="Content\js\echarts-map\china-main-city\371400.json" />
  1347. <Content Include="Content\js\echarts-map\china-main-city\371500.json" />
  1348. <Content Include="Content\js\echarts-map\china-main-city\371600.json" />
  1349. <Content Include="Content\js\echarts-map\china-main-city\371700.json" />
  1350. <Content Include="Content\js\echarts-map\china-main-city\410000.json" />
  1351. <Content Include="Content\js\echarts-map\china-main-city\410100.json" />
  1352. <Content Include="Content\js\echarts-map\china-main-city\410200.json" />
  1353. <Content Include="Content\js\echarts-map\china-main-city\410300.json" />
  1354. <Content Include="Content\js\echarts-map\china-main-city\410400.json" />
  1355. <Content Include="Content\js\echarts-map\china-main-city\410500.json" />
  1356. <Content Include="Content\js\echarts-map\china-main-city\410600.json" />
  1357. <Content Include="Content\js\echarts-map\china-main-city\410700.json" />
  1358. <Content Include="Content\js\echarts-map\china-main-city\410800.json" />
  1359. <Content Include="Content\js\echarts-map\china-main-city\410900.json" />
  1360. <Content Include="Content\js\echarts-map\china-main-city\411000.json" />
  1361. <Content Include="Content\js\echarts-map\china-main-city\411100.json" />
  1362. <Content Include="Content\js\echarts-map\china-main-city\411200.json" />
  1363. <Content Include="Content\js\echarts-map\china-main-city\411300.json" />
  1364. <Content Include="Content\js\echarts-map\china-main-city\411400.json" />
  1365. <Content Include="Content\js\echarts-map\china-main-city\411500.json" />
  1366. <Content Include="Content\js\echarts-map\china-main-city\411600.json" />
  1367. <Content Include="Content\js\echarts-map\china-main-city\411700.json" />
  1368. <Content Include="Content\js\echarts-map\china-main-city\420000.json" />
  1369. <Content Include="Content\js\echarts-map\china-main-city\420100.json" />
  1370. <Content Include="Content\js\echarts-map\china-main-city\420200.json" />
  1371. <Content Include="Content\js\echarts-map\china-main-city\420300.json" />
  1372. <Content Include="Content\js\echarts-map\china-main-city\420500.json" />
  1373. <Content Include="Content\js\echarts-map\china-main-city\420600.json" />
  1374. <Content Include="Content\js\echarts-map\china-main-city\420700.json" />
  1375. <Content Include="Content\js\echarts-map\china-main-city\420800.json" />
  1376. <Content Include="Content\js\echarts-map\china-main-city\420900.json" />
  1377. <Content Include="Content\js\echarts-map\china-main-city\421000.json" />
  1378. <Content Include="Content\js\echarts-map\china-main-city\421100.json" />
  1379. <Content Include="Content\js\echarts-map\china-main-city\421200.json" />
  1380. <Content Include="Content\js\echarts-map\china-main-city\421300.json" />
  1381. <Content Include="Content\js\echarts-map\china-main-city\422800.json" />
  1382. <Content Include="Content\js\echarts-map\china-main-city\429000.json" />
  1383. <Content Include="Content\js\echarts-map\china-main-city\430000.json" />
  1384. <Content Include="Content\js\echarts-map\china-main-city\430100.json" />
  1385. <Content Include="Content\js\echarts-map\china-main-city\430200.json" />
  1386. <Content Include="Content\js\echarts-map\china-main-city\430300.json" />
  1387. <Content Include="Content\js\echarts-map\china-main-city\430400.json" />
  1388. <Content Include="Content\js\echarts-map\china-main-city\430500.json" />
  1389. <Content Include="Content\js\echarts-map\china-main-city\430600.json" />
  1390. <Content Include="Content\js\echarts-map\china-main-city\430700.json" />
  1391. <Content Include="Content\js\echarts-map\china-main-city\430800.json" />
  1392. <Content Include="Content\js\echarts-map\china-main-city\430900.json" />
  1393. <Content Include="Content\js\echarts-map\china-main-city\431000.json" />
  1394. <Content Include="Content\js\echarts-map\china-main-city\431100.json" />
  1395. <Content Include="Content\js\echarts-map\china-main-city\431200.json" />
  1396. <Content Include="Content\js\echarts-map\china-main-city\431300.json" />
  1397. <Content Include="Content\js\echarts-map\china-main-city\433100.json" />
  1398. <Content Include="Content\js\echarts-map\china-main-city\440000.json" />
  1399. <Content Include="Content\js\echarts-map\china-main-city\440100.json" />
  1400. <Content Include="Content\js\echarts-map\china-main-city\440200.json" />
  1401. <Content Include="Content\js\echarts-map\china-main-city\440300.json" />
  1402. <Content Include="Content\js\echarts-map\china-main-city\440400.json" />
  1403. <Content Include="Content\js\echarts-map\china-main-city\440500.json" />
  1404. <Content Include="Content\js\echarts-map\china-main-city\440600.json" />
  1405. <Content Include="Content\js\echarts-map\china-main-city\440700.json" />
  1406. <Content Include="Content\js\echarts-map\china-main-city\440800.json" />
  1407. <Content Include="Content\js\echarts-map\china-main-city\440900.json" />
  1408. <Content Include="Content\js\echarts-map\china-main-city\441000.json" />
  1409. <Content Include="Content\js\echarts-map\china-main-city\441200.json" />
  1410. <Content Include="Content\js\echarts-map\china-main-city\441300.json" />
  1411. <Content Include="Content\js\echarts-map\china-main-city\441400.json" />
  1412. <Content Include="Content\js\echarts-map\china-main-city\441500.json" />
  1413. <Content Include="Content\js\echarts-map\china-main-city\441600.json" />
  1414. <Content Include="Content\js\echarts-map\china-main-city\441700.json" />
  1415. <Content Include="Content\js\echarts-map\china-main-city\441800.json" />
  1416. <Content Include="Content\js\echarts-map\china-main-city\441900.json" />
  1417. <Content Include="Content\js\echarts-map\china-main-city\442000.json" />
  1418. <Content Include="Content\js\echarts-map\china-main-city\445100.json" />
  1419. <Content Include="Content\js\echarts-map\china-main-city\445200.json" />
  1420. <Content Include="Content\js\echarts-map\china-main-city\445300.json" />
  1421. <Content Include="Content\js\echarts-map\china-main-city\450000.json" />
  1422. <Content Include="Content\js\echarts-map\china-main-city\450100.json" />
  1423. <Content Include="Content\js\echarts-map\china-main-city\450200.json" />
  1424. <Content Include="Content\js\echarts-map\china-main-city\450300.json" />
  1425. <Content Include="Content\js\echarts-map\china-main-city\450400.json" />
  1426. <Content Include="Content\js\echarts-map\china-main-city\450500.json" />
  1427. <Content Include="Content\js\echarts-map\china-main-city\450600.json" />
  1428. <Content Include="Content\js\echarts-map\china-main-city\450700.json" />
  1429. <Content Include="Content\js\echarts-map\china-main-city\450800.json" />
  1430. <Content Include="Content\js\echarts-map\china-main-city\450900.json" />
  1431. <Content Include="Content\js\echarts-map\china-main-city\451000.json" />
  1432. <Content Include="Content\js\echarts-map\china-main-city\451100.json" />
  1433. <Content Include="Content\js\echarts-map\china-main-city\451200.json" />
  1434. <Content Include="Content\js\echarts-map\china-main-city\451300.json" />
  1435. <Content Include="Content\js\echarts-map\china-main-city\451400.json" />
  1436. <Content Include="Content\js\echarts-map\china-main-city\460000.json" />
  1437. <Content Include="Content\js\echarts-map\china-main-city\460100.json" />
  1438. <Content Include="Content\js\echarts-map\china-main-city\460200.json" />
  1439. <Content Include="Content\js\echarts-map\china-main-city\460300.json" />
  1440. <Content Include="Content\js\echarts-map\china-main-city\469000.json" />
  1441. <Content Include="Content\js\echarts-map\china-main-city\500000.json" />
  1442. <Content Include="Content\js\echarts-map\china-main-city\500100.json" />
  1443. <Content Include="Content\js\echarts-map\china-main-city\510000.json" />
  1444. <Content Include="Content\js\echarts-map\china-main-city\510100.json" />
  1445. <Content Include="Content\js\echarts-map\china-main-city\510300.json" />
  1446. <Content Include="Content\js\echarts-map\china-main-city\510400.json" />
  1447. <Content Include="Content\js\echarts-map\china-main-city\510500.json" />
  1448. <Content Include="Content\js\echarts-map\china-main-city\510600.json" />
  1449. <Content Include="Content\js\echarts-map\china-main-city\510700.json" />
  1450. <Content Include="Content\js\echarts-map\china-main-city\510800.json" />
  1451. <Content Include="Content\js\echarts-map\china-main-city\510900.json" />
  1452. <Content Include="Content\js\echarts-map\china-main-city\511000.json" />
  1453. <Content Include="Content\js\echarts-map\china-main-city\511100.json" />
  1454. <Content Include="Content\js\echarts-map\china-main-city\511300.json" />
  1455. <Content Include="Content\js\echarts-map\china-main-city\511400.json" />
  1456. <Content Include="Content\js\echarts-map\china-main-city\511500.json" />
  1457. <Content Include="Content\js\echarts-map\china-main-city\511600.json" />
  1458. <Content Include="Content\js\echarts-map\china-main-city\511700.json" />
  1459. <Content Include="Content\js\echarts-map\china-main-city\511800.json" />
  1460. <Content Include="Content\js\echarts-map\china-main-city\511900.json" />
  1461. <Content Include="Content\js\echarts-map\china-main-city\512000.json" />
  1462. <Content Include="Content\js\echarts-map\china-main-city\513200.json" />
  1463. <Content Include="Content\js\echarts-map\china-main-city\513300.json" />
  1464. <Content Include="Content\js\echarts-map\china-main-city\513400.json" />
  1465. <Content Include="Content\js\echarts-map\china-main-city\520000.json" />
  1466. <Content Include="Content\js\echarts-map\china-main-city\520100.json" />
  1467. <Content Include="Content\js\echarts-map\china-main-city\520200.json" />
  1468. <Content Include="Content\js\echarts-map\china-main-city\520300.json" />
  1469. <Content Include="Content\js\echarts-map\china-main-city\520400.json" />
  1470. <Content Include="Content\js\echarts-map\china-main-city\522200.json" />
  1471. <Content Include="Content\js\echarts-map\china-main-city\522300.json" />
  1472. <Content Include="Content\js\echarts-map\china-main-city\522400.json" />
  1473. <Content Include="Content\js\echarts-map\china-main-city\522600.json" />
  1474. <Content Include="Content\js\echarts-map\china-main-city\522700.json" />
  1475. <Content Include="Content\js\echarts-map\china-main-city\530000.json" />
  1476. <Content Include="Content\js\echarts-map\china-main-city\530100.json" />
  1477. <Content Include="Content\js\echarts-map\china-main-city\530300.json" />
  1478. <Content Include="Content\js\echarts-map\china-main-city\530400.json" />
  1479. <Content Include="Content\js\echarts-map\china-main-city\530500.json" />
  1480. <Content Include="Content\js\echarts-map\china-main-city\530600.json" />
  1481. <Content Include="Content\js\echarts-map\china-main-city\530700.json" />
  1482. <Content Include="Content\js\echarts-map\china-main-city\530800.json" />
  1483. <Content Include="Content\js\echarts-map\china-main-city\530900.json" />
  1484. <Content Include="Content\js\echarts-map\china-main-city\532300.json" />
  1485. <Content Include="Content\js\echarts-map\china-main-city\532500.json" />
  1486. <Content Include="Content\js\echarts-map\china-main-city\532600.json" />
  1487. <Content Include="Content\js\echarts-map\china-main-city\532800.json" />
  1488. <Content Include="Content\js\echarts-map\china-main-city\532900.json" />
  1489. <Content Include="Content\js\echarts-map\china-main-city\533100.json" />
  1490. <Content Include="Content\js\echarts-map\china-main-city\533300.json" />
  1491. <Content Include="Content\js\echarts-map\china-main-city\533400.json" />
  1492. <Content Include="Content\js\echarts-map\china-main-city\540000.json" />
  1493. <Content Include="Content\js\echarts-map\china-main-city\540100.json" />
  1494. <Content Include="Content\js\echarts-map\china-main-city\542100.json" />
  1495. <Content Include="Content\js\echarts-map\china-main-city\542200.json" />
  1496. <Content Include="Content\js\echarts-map\china-main-city\542300.json" />
  1497. <Content Include="Content\js\echarts-map\china-main-city\542400.json" />
  1498. <Content Include="Content\js\echarts-map\china-main-city\542500.json" />
  1499. <Content Include="Content\js\echarts-map\china-main-city\542600.json" />
  1500. <Content Include="Content\js\echarts-map\china-main-city\610000.json" />
  1501. <Content Include="Content\js\echarts-map\china-main-city\610100.json" />
  1502. <Content Include="Content\js\echarts-map\china-main-city\610200.json" />
  1503. <Content Include="Content\js\echarts-map\china-main-city\610300.json" />
  1504. <Content Include="Content\js\echarts-map\china-main-city\610400.json" />
  1505. <Content Include="Content\js\echarts-map\china-main-city\610500.json" />
  1506. <Content Include="Content\js\echarts-map\china-main-city\610600.json" />
  1507. <Content Include="Content\js\echarts-map\china-main-city\610700.json" />
  1508. <Content Include="Content\js\echarts-map\china-main-city\610800.json" />
  1509. <Content Include="Content\js\echarts-map\china-main-city\610900.json" />
  1510. <Content Include="Content\js\echarts-map\china-main-city\611000.json" />
  1511. <Content Include="Content\js\echarts-map\china-main-city\620000.json" />
  1512. <Content Include="Content\js\echarts-map\china-main-city\620100.json" />
  1513. <Content Include="Content\js\echarts-map\china-main-city\620200.json" />
  1514. <Content Include="Content\js\echarts-map\china-main-city\620300.json" />
  1515. <Content Include="Content\js\echarts-map\china-main-city\620400.json" />
  1516. <Content Include="Content\js\echarts-map\china-main-city\620500.json" />
  1517. <Content Include="Content\js\echarts-map\china-main-city\620600.json" />
  1518. <Content Include="Content\js\echarts-map\china-main-city\620700.json" />
  1519. <Content Include="Content\js\echarts-map\china-main-city\620800.json" />
  1520. <Content Include="Content\js\echarts-map\china-main-city\620900.json" />
  1521. <Content Include="Content\js\echarts-map\china-main-city\621000.json" />
  1522. <Content Include="Content\js\echarts-map\china-main-city\621100.json" />
  1523. <Content Include="Content\js\echarts-map\china-main-city\621200.json" />
  1524. <Content Include="Content\js\echarts-map\china-main-city\622900.json" />
  1525. <Content Include="Content\js\echarts-map\china-main-city\623000.json" />
  1526. <Content Include="Content\js\echarts-map\china-main-city\630000.json" />
  1527. <Content Include="Content\js\echarts-map\china-main-city\630100.json" />
  1528. <Content Include="Content\js\echarts-map\china-main-city\632100.json" />
  1529. <Content Include="Content\js\echarts-map\china-main-city\632200.json" />
  1530. <Content Include="Content\js\echarts-map\china-main-city\632300.json" />
  1531. <Content Include="Content\js\echarts-map\china-main-city\632500.json" />
  1532. <Content Include="Content\js\echarts-map\china-main-city\632600.json" />
  1533. <Content Include="Content\js\echarts-map\china-main-city\632700.json" />
  1534. <Content Include="Content\js\echarts-map\china-main-city\632800.json" />
  1535. <Content Include="Content\js\echarts-map\china-main-city\640000.json" />
  1536. <Content Include="Content\js\echarts-map\china-main-city\640100.json" />
  1537. <Content Include="Content\js\echarts-map\china-main-city\640200.json" />
  1538. <Content Include="Content\js\echarts-map\china-main-city\640300.json" />
  1539. <Content Include="Content\js\echarts-map\china-main-city\640400.json" />
  1540. <Content Include="Content\js\echarts-map\china-main-city\640500.json" />
  1541. <Content Include="Content\js\echarts-map\china-main-city\650000.json" />
  1542. <Content Include="Content\js\echarts-map\china-main-city\650100.json" />
  1543. <Content Include="Content\js\echarts-map\china-main-city\650200.json" />
  1544. <Content Include="Content\js\echarts-map\china-main-city\652100.json" />
  1545. <Content Include="Content\js\echarts-map\china-main-city\652200.json" />
  1546. <Content Include="Content\js\echarts-map\china-main-city\652300.json" />
  1547. <Content Include="Content\js\echarts-map\china-main-city\652700.json" />
  1548. <Content Include="Content\js\echarts-map\china-main-city\652800.json" />
  1549. <Content Include="Content\js\echarts-map\china-main-city\652900.json" />
  1550. <Content Include="Content\js\echarts-map\china-main-city\653000.json" />
  1551. <Content Include="Content\js\echarts-map\china-main-city\653100.json" />
  1552. <Content Include="Content\js\echarts-map\china-main-city\653200.json" />
  1553. <Content Include="Content\js\echarts-map\china-main-city\654000.json" />
  1554. <Content Include="Content\js\echarts-map\china-main-city\654200.json" />
  1555. <Content Include="Content\js\echarts-map\china-main-city\654300.json" />
  1556. <Content Include="Content\js\echarts-map\china-main-city\659000.json" />
  1557. <Content Include="Content\js\echarts-map\china-main-city\710000.json" />
  1558. <Content Include="Content\js\echarts-map\china-main-city\810000.json" />
  1559. <Content Include="Content\js\echarts-map\china-main-city\810100.json" />
  1560. <Content Include="Content\js\echarts-map\china-main-city\820000.json" />
  1561. <Content Include="Content\js\echarts-map\china-main-city\aomen.json" />
  1562. <Content Include="Content\js\echarts-map\china-main-city\taiwan.json" />
  1563. <Content Include="Areas\SysManage\Views\Alarm\markAlarmFence.cshtml" />
  1564. <Content Include="Areas\SysManage\Views\Alarm\MarkFence.cshtml" />
  1565. <Content Include="Areas\SysManage\Views\Alarm\MarkFenceList.cshtml" />
  1566. <Content Include="Areas\SysManage\Views\Car\carmapbak.cshtml" />
  1567. <Content Include="Areas\SysManage\Views\Car\mapListbak.cshtml" />
  1568. <Content Include="Areas\SysManage\Views\UserDistributors\Index.cshtml" />
  1569. <Content Include="Areas\SysManage\Views\UserDistributors\Detail.cshtml" />
  1570. <Content Include="Areas\SysManage\Views\Notice\Detail -bak.cshtml" />
  1571. <Content Include="Areas\SysManage\Views\Notice\Index - bak.cshtml" />
  1572. <Content Include="Areas\SysManage\Views\Distributors\DistributorsMap.cshtml" />
  1573. <Content Include="Areas\SysManage\Views\Alarm\MarkCheckList.cshtml" />
  1574. <Content Include="Areas\SysManage\Views\Car\atouCarMapList.cshtml" />
  1575. <Content Include="Areas\SysManage\Views\Distributors\FenceInfo.cshtml" />
  1576. <Content Include="Areas\SysManage\Views\Car\CarDrivingTrack.cshtml" />
  1577. <Content Include="Areas\SysManage\Views\Coach\CoachList.cshtml" />
  1578. <Content Include="Areas\SysManage\Views\Coach\Detail.cshtml" />
  1579. <Content Include="Areas\SysManage\Views\Packing\PackingList.cshtml" />
  1580. <Content Include="Areas\SysManage\Views\Packing\Detail.cshtml" />
  1581. <Content Include="Areas\SysManage\Views\Product\Detail.cshtml" />
  1582. <Content Include="Areas\SysManage\Views\Product\ProductList.cshtml" />
  1583. <Content Include="Areas\SysManage\Views\School\Detail.cshtml" />
  1584. <Content Include="Areas\SysManage\Views\School\SchoolList.cshtml" />
  1585. <Content Include="Areas\SysManage\Views\RaceProject\RaceProjectList.cshtml" />
  1586. <Content Include="Areas\SysManage\Views\RaceProject\Detail.cshtml" />
  1587. <Content Include="Areas\SysManage\Views\SportsEvent\Detail.cshtml" />
  1588. <Content Include="Areas\SysManage\Views\SportsEvent\SportsEventList.cshtml" />
  1589. <Content Include="Areas\SysManage\Views\OrderList\List.cshtml" />
  1590. <Content Include="Areas\SysManage\Views\OrderList\Detail.cshtml" />
  1591. <Content Include="Areas\SysManage\Views\SportsEvent\SelectSport.cshtml" />
  1592. <Content Include="Areas\SysManage\Views\EntryConditions\SetEntryConditions.cshtml" />
  1593. <Content Include="Areas\SysManage\Views\EntryConditions\Detail.cshtml" />
  1594. <Content Include="Areas\SysManage\Views\ProjectEntry\ProjectEntryList.cshtml" />
  1595. <Content Include="Areas\SysManage\Views\ProjectEntry\Detail.cshtml" />
  1596. <Content Include="Areas\SysManage\Views\OrderList\PayInfo.cshtml" />
  1597. <Content Include="Areas\SysManage\Views\Product\SporterMatchDetail.cshtml" />
  1598. <Content Include="Areas\SysManage\Views\SportsEvent\EventScheduling.cshtml" />
  1599. <Content Include="Areas\SysManage\Views\OrderList\ProcessInfo.cshtml" />
  1600. <Content Include="Areas\SysManage\Views\PayCallRecord\List.cshtml" />
  1601. <Content Include="Areas\SysManage\Views\PayCallRecord\Detail.cshtml" />
  1602. <Content Include="Areas\SysManage\Views\OrderList\OrderLog.cshtml" />
  1603. <Content Include="Areas\SysManage\Views\OrderList\OrderRefundDetails.cshtml" />
  1604. <None Include="Properties\PublishProfiles\WebPage.pubxml" />
  1605. <Content Include="upload\hotel.json" />
  1606. <Content Include="Template\资格审查导出模板.xls" />
  1607. <None Include="Views\Shared\_Lymap.cshtml" />
  1608. <Content Include="Views\Test\SporterMatchDetail.cshtml" />
  1609. </ItemGroup>
  1610. <PropertyGroup>
  1611. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  1612. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  1613. </PropertyGroup>
  1614. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  1615. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  1616. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  1617. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  1618. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  1619. </Target>
  1620. <ProjectExtensions>
  1621. <VisualStudio>
  1622. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  1623. <WebProjectProperties>
  1624. <UseIIS>True</UseIIS>
  1625. <AutoAssignPort>True</AutoAssignPort>
  1626. <DevelopmentServerPort>10017</DevelopmentServerPort>
  1627. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  1628. <IISUrl>http://localhost:7907/</IISUrl>
  1629. <NTLMAuthentication>False</NTLMAuthentication>
  1630. <UseCustomServer>False</UseCustomServer>
  1631. <CustomServerUrl>
  1632. </CustomServerUrl>
  1633. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  1634. </WebProjectProperties>
  1635. </FlavorProperties>
  1636. </VisualStudio>
  1637. </ProjectExtensions>
  1638. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1639. Other similar extension points exist, see Microsoft.Common.targets.
  1640. <Target Name="BeforeBuild">
  1641. </Target>
  1642. <Target Name="AfterBuild">
  1643. </Target> -->
  1644. </Project>