WWPipeLine.MapTools.csproj 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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. <ProjectGuid>{8B857537-9ED2-454B-B9EA-80945A8FD5DC}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>WWPipeLine.MapTools</RootNamespace>
  11. <AssemblyName>WWPipeLine.MapTools</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <PlatformTarget>x64</PlatformTarget>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="log4net">
  37. <HintPath>..\..\..\Package\bin\log4net.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>..\..\..\Package\bin\Newtonsoft.Json.dll</HintPath>
  42. </Reference>
  43. <Reference Include="NPOI">
  44. <HintPath>..\..\..\Package\bin\NPOI.dll</HintPath>
  45. </Reference>
  46. <Reference Include="NPOI.OOXML">
  47. <HintPath>..\..\..\Package\bin\NPOI.OOXML.dll</HintPath>
  48. </Reference>
  49. <Reference Include="NPOI.OpenXml4Net">
  50. <HintPath>..\..\..\Package\bin\NPOI.OpenXml4Net.dll</HintPath>
  51. </Reference>
  52. <Reference Include="NPOI.OpenXmlFormats">
  53. <HintPath>..\..\..\Package\bin\NPOI.OpenXmlFormats.dll</HintPath>
  54. </Reference>
  55. <Reference Include="SunnyUI, Version=3.0.6.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
  56. <HintPath>..\packages\SunnyUI.3.0.6\lib\net40\SunnyUI.dll</HintPath>
  57. </Reference>
  58. <Reference Include="SunnyUI.Common, Version=3.0.6.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
  59. <HintPath>..\packages\SunnyUI.Common.3.0.6\lib\net40\SunnyUI.Common.dll</HintPath>
  60. </Reference>
  61. <Reference Include="SuperMap.Analyst.AddressMatching, Version=7.0.0.0, Culture=neutral, PublicKeyToken=0635c574ea890381, processorArchitecture=AMD64">
  62. <SpecificVersion>False</SpecificVersion>
  63. <HintPath>..\..\Package\supermap-10.2_dll_Bin_x64\SuperMap.Analyst.AddressMatching.dll</HintPath>
  64. </Reference>
  65. <Reference Include="SuperMap.Analyst.Navigation, Version=7.0.0.0, Culture=neutral, PublicKeyToken=0635c574ea890381, processorArchitecture=AMD64">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\..\Package\supermap-10.2_dll_Bin_x64\SuperMap.Analyst.Navigation.dll</HintPath>
  68. </Reference>
  69. <Reference Include="SuperMap.Analyst.NetworkAnalyst, Version=7.0.0.0, Culture=neutral, PublicKeyToken=0635c574ea890381, processorArchitecture=AMD64">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\..\Package\supermap-10.2_dll_Bin_x64\SuperMap.Analyst.NetworkAnalyst.dll</HintPath>
  72. </Reference>
  73. <Reference Include="SuperMap.Analyst.SpatialAnalyst, Version=7.0.0.0, Culture=neutral, PublicKeyToken=0635c574ea890381, processorArchitecture=AMD64">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>..\..\Package\supermap-10.2_dll_Bin_x64\SuperMap.Analyst.SpatialAnalyst.dll</HintPath>
  76. </Reference>
  77. <Reference Include="SuperMap.Analyst.SpatialStatistics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=0635c574ea890381, processorArchitecture=AMD64">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\..\Package\supermap-10.2_dll_Bin_x64\SuperMap.Analyst.SpatialStatistics.dll</HintPath>
  80. </Reference>
  81. <Reference Include="SuperMap.Analyst.TerrainAnalyst, Version=7.0.0.0, Culture=neutral, PublicKeyToken=0635c574ea890381, processorArchitecture=AMD64">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\..\Package\supermap-10.2_dll_Bin_x64\SuperMap.Analyst.TerrainAnalyst.dll</HintPath>
  84. </Reference>
  85. <Reference Include="SuperMap.Analyst.TrafficAnalyst, Version=7.0.0.0, Culture=neutral, PublicKeyToken=0635c574ea890381, processorArchitecture=AMD64">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\..\Package\supermap-10.2_dll_Bin_x64\SuperMap.Analyst.TrafficAnalyst.dll</HintPath>
  88. </Reference>
  89. <Reference Include="SuperMap.Chart, Version=7.0.0.0, Culture=neutral, PublicKeyToken=0635c574ea890381, processorArchitecture=AMD64">
  90. <SpecificVersion>False</SpecificVersion>
  91. <HintPath>..\..\Package\supermap-10.2_dll_Bin_x64\SuperMap.Chart.dll</HintPath>
  92. </Reference>
  93. <Reference Include="SuperMap.Data, Version=7.0.0.0, Culture=neutral, PublicKeyToken=0635c574ea890381, processorArchitecture=AMD64">
  94. <SpecificVersion>False</SpecificVersion>
  95. <HintPath>..\..\Package\supermap-10.2_dll_Bin_x64\SuperMap.Data.dll</HintPath>
  96. </Reference>
  97. <Reference Include="SuperMap.Data.CloudLicense, Version=8.0.0.0, Culture=neutral, PublicKeyToken=0635c574ea890381, processorArchitecture=AMD64">
  98. <SpecificVersion>False</SpecificVersion>
  99. <HintPath>..\..\Package\supermap-10.2_dll_Bin_x64\SuperMap.Data.CloudLicense.dll</HintPath>
  100. </Reference>
  101. <Reference Include="SuperMap.Data.Conversion, Version=7.0.0.0, Culture=neutral, PublicKeyToken=0635c574ea890381, processorArchitecture=AMD64">
  102. <SpecificVersion>False</SpecificVersion>
  103. <HintPath>..\..\Package\supermap-10.2_dll_Bin_x64\SuperMap.Data.Conversion.dll</HintPath>
  104. </Reference>
  105. <Reference Include="SuperMap.Data.Processing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=0635c574ea890381, processorArchitecture=AMD64">
  106. <SpecificVersion>False</SpecificVersion>
  107. <HintPath>..\..\Package\supermap-10.2_dll_Bin_x64\SuperMap.Data.Processing.dll</HintPath>
  108. </Reference>
  109. <Reference Include="SuperMap.Data.TileStorage, Version=7.0.0.0, Culture=neutral, PublicKeyToken=0635c574ea890381, processorArchitecture=AMD64">
  110. <SpecificVersion>False</SpecificVersion>
  111. <HintPath>..\..\Package\supermap-10.2_dll_Bin_x64\SuperMap.Data.TileStorage.dll</HintPath>
  112. </Reference>
  113. <Reference Include="SuperMap.Data.Topology, Version=7.0.0.0, Culture=neutral, PublicKeyToken=0635c574ea890381, processorArchitecture=AMD64">
  114. <SpecificVersion>False</SpecificVersion>
  115. <HintPath>..\..\Package\supermap-10.2_dll_Bin_x64\SuperMap.Data.Topology.dll</HintPath>
  116. </Reference>
  117. <Reference Include="SuperMap.DataEx, Version=7.0.0.0, Culture=neutral, PublicKeyToken=0635c574ea890381, processorArchitecture=AMD64">
  118. <SpecificVersion>False</SpecificVersion>
  119. <HintPath>..\..\Package\supermap-10.2_dll_Bin_x64\SuperMap.DataEx.dll</HintPath>
  120. </Reference>
  121. <Reference Include="SuperMap.Layout, Version=7.0.0.0, Culture=neutral, PublicKeyToken=0635c574ea890381, processorArchitecture=AMD64">
  122. <SpecificVersion>False</SpecificVersion>
  123. <HintPath>..\..\Package\supermap-10.2_dll_Bin_x64\SuperMap.Layout.dll</HintPath>
  124. </Reference>
  125. <Reference Include="SuperMap.Mapping, Version=7.0.0.0, Culture=neutral, PublicKeyToken=0635c574ea890381, processorArchitecture=AMD64">
  126. <SpecificVersion>False</SpecificVersion>
  127. <HintPath>..\..\Package\supermap-10.2_dll_Bin_x64\SuperMap.Mapping.dll</HintPath>
  128. </Reference>
  129. <Reference Include="SuperMap.Plot, Version=7.0.0.0, Culture=neutral, PublicKeyToken=0635c574ea890381, processorArchitecture=AMD64">
  130. <SpecificVersion>False</SpecificVersion>
  131. <HintPath>..\..\Package\supermap-10.2_dll_Bin_x64\SuperMap.Plot.dll</HintPath>
  132. </Reference>
  133. <Reference Include="SuperMap.UI.Controls, Version=7.0.0.0, Culture=neutral, PublicKeyToken=0635c574ea890381, processorArchitecture=AMD64">
  134. <SpecificVersion>False</SpecificVersion>
  135. <HintPath>..\..\Package\supermap-10.2_dll_Bin_x64\SuperMap.UI.Controls.dll</HintPath>
  136. </Reference>
  137. <Reference Include="System" />
  138. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  139. <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  140. </Reference>
  141. <Reference Include="System.Configuration" />
  142. <Reference Include="System.Core" />
  143. <Reference Include="System.Design" />
  144. <Reference Include="System.Drawing" />
  145. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  146. <HintPath>..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
  147. </Reference>
  148. <Reference Include="System.Numerics" />
  149. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  150. <HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  151. </Reference>
  152. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  153. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  154. </Reference>
  155. <Reference Include="System.Web.Extensions" />
  156. <Reference Include="System.Windows.Forms" />
  157. <Reference Include="System.Xml.Linq" />
  158. <Reference Include="System.Data.DataSetExtensions" />
  159. <Reference Include="Microsoft.CSharp" />
  160. <Reference Include="System.Data" />
  161. <Reference Include="System.Net.Http" />
  162. <Reference Include="System.Xml" />
  163. <Reference Include="WeifenLuo.WinFormsUI.Docking, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
  164. <HintPath>..\packages\DockPanelSuite.3.1.0\lib\net40\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
  165. </Reference>
  166. <Reference Include="WeifenLuo.WinFormsUI.Docking.ThemeVS2015, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
  167. <HintPath>..\packages\DockPanelSuite.ThemeVS2015.3.1.0\lib\net40\WeifenLuo.WinFormsUI.Docking.ThemeVS2015.dll</HintPath>
  168. </Reference>
  169. </ItemGroup>
  170. <ItemGroup>
  171. <Compile Include="Properties\AssemblyInfo.cs" />
  172. <Compile Include="Properties\Resources.Designer.cs">
  173. <AutoGen>True</AutoGen>
  174. <DesignTime>True</DesignTime>
  175. <DependentUpon>Resources.resx</DependentUpon>
  176. </Compile>
  177. <Compile Include="Tools\Conditioner.cs" />
  178. <Compile Include="Tools\Conditions\AnalystToolBar\GuanFa.cs">
  179. <SubType>UserControl</SubType>
  180. </Compile>
  181. <Compile Include="Tools\Conditions\AnalystToolBar\GuanFa.Designer.cs">
  182. <DependentUpon>GuanFa.cs</DependentUpon>
  183. </Compile>
  184. <Compile Include="Tools\Conditions\AnalystToolBar\AnalystResultPouDuanMian.cs">
  185. <SubType>Form</SubType>
  186. </Compile>
  187. <Compile Include="Tools\Conditions\AnalystToolBar\AnalystResultPouDuanMian.Designer.cs">
  188. <DependentUpon>AnalystResultPouDuanMian.cs</DependentUpon>
  189. </Compile>
  190. <Compile Include="Tools\Conditions\AnalystToolBar\ShiGuDian.cs">
  191. <SubType>UserControl</SubType>
  192. </Compile>
  193. <Compile Include="Tools\Conditions\AnalystToolBar\ShiGuDian.Designer.cs">
  194. <DependentUpon>ShiGuDian.cs</DependentUpon>
  195. </Compile>
  196. <Compile Include="Tools\Conditions\AnalystToolBar\HuanChong.cs">
  197. <SubType>UserControl</SubType>
  198. </Compile>
  199. <Compile Include="Tools\Conditions\AnalystToolBar\HuanChong.Designer.cs">
  200. <DependentUpon>HuanChong.cs</DependentUpon>
  201. </Compile>
  202. <Compile Include="Tools\Conditions\AnalystToolBar\KuoJian.cs">
  203. <SubType>UserControl</SubType>
  204. </Compile>
  205. <Compile Include="Tools\Conditions\AnalystToolBar\ChaiQian.cs">
  206. <SubType>UserControl</SubType>
  207. </Compile>
  208. <Compile Include="Tools\Conditions\AnalystToolBar\XiaoFangShuan.cs">
  209. <SubType>UserControl</SubType>
  210. </Compile>
  211. <Compile Include="Tools\Conditions\AnalystToolBar\XiaoFangShuan.Designer.cs">
  212. <DependentUpon>XiaoFangShuan.cs</DependentUpon>
  213. </Compile>
  214. <Compile Include="Tools\Conditions\AnalystToolBar\YuJing.cs">
  215. <SubType>UserControl</SubType>
  216. </Compile>
  217. <Compile Include="Tools\Conditions\AnalystToolBar\LianTong.cs">
  218. <SubType>UserControl</SubType>
  219. </Compile>
  220. <Compile Include="Tools\Conditions\AnalystToolBar\PengZhuang.cs">
  221. <SubType>UserControl</SubType>
  222. </Compile>
  223. <Compile Include="Tools\Conditions\AnalystToolBar\PengZhuangAnalystResult.cs">
  224. <SubType>Form</SubType>
  225. </Compile>
  226. <Compile Include="Tools\Conditions\AnalystToolBar\PengZhuangAnalystResult.Designer.cs">
  227. <DependentUpon>PengZhuangAnalystResult.cs</DependentUpon>
  228. </Compile>
  229. <Compile Include="Tools\Conditions\AnalystToolBar\PouMian.cs">
  230. <SubType>UserControl</SubType>
  231. </Compile>
  232. <Compile Include="Tools\Conditions\AnalystToolBar\DuanMian.cs">
  233. <SubType>UserControl</SubType>
  234. </Compile>
  235. <Compile Include="Tools\Conditions\AnalystToolBar\FuTu.cs">
  236. <SubType>UserControl</SubType>
  237. </Compile>
  238. <Compile Include="Tools\Conditions\AnalystToolBar\AnalystResultTabControl.cs">
  239. <SubType>Form</SubType>
  240. </Compile>
  241. <Compile Include="Tools\Conditions\AnalystToolBar\AnalystResultTabControl.Designer.cs">
  242. <DependentUpon>AnalystResultTabControl.cs</DependentUpon>
  243. </Compile>
  244. <Compile Include="Tools\Conditions\bzBasicToolBar.cs">
  245. <SubType>UserControl</SubType>
  246. </Compile>
  247. <Compile Include="Tools\Conditions\EditGuanWang\GengXinNetwork.cs">
  248. <SubType>UserControl</SubType>
  249. </Compile>
  250. <Compile Include="Tools\Conditions\EditGuanWang\GengXinNetwork.Designer.cs">
  251. <DependentUpon>GengXinNetwork.cs</DependentUpon>
  252. </Compile>
  253. <Compile Include="Tools\Conditions\EditGuanWang\GuanDianLianJie.cs">
  254. <SubType>UserControl</SubType>
  255. </Compile>
  256. <Compile Include="Tools\Conditions\EditGuanWang\GuanDianShanChu.cs">
  257. <SubType>UserControl</SubType>
  258. </Compile>
  259. <Compile Include="Tools\Conditions\EditGuanWang\GuanDianShanChu.Designer.cs">
  260. <DependentUpon>GuanDianShanChu.cs</DependentUpon>
  261. </Compile>
  262. <Compile Include="Tools\Conditions\EditGuanWang\GuanDianBianGeng.cs">
  263. <SubType>UserControl</SubType>
  264. </Compile>
  265. <Compile Include="Tools\Conditions\EditGuanWang\GuanDianBianGeng.Designer.cs">
  266. <DependentUpon>GuanDianBianGeng.cs</DependentUpon>
  267. </Compile>
  268. <Compile Include="Tools\Conditions\EditGuanWang\GuanDianXianType.cs">
  269. <SubType>UserControl</SubType>
  270. </Compile>
  271. <Compile Include="Tools\Conditions\EditGuanWang\GuanDianXianType.Designer.cs">
  272. <DependentUpon>GuanDianXianType.cs</DependentUpon>
  273. </Compile>
  274. <Compile Include="Tools\Conditions\EditGuanWang\GuanXianDaDuan.cs">
  275. <SubType>UserControl</SubType>
  276. </Compile>
  277. <Compile Include="Tools\Conditions\EditGuanWang\GuanXianFeiQi.cs">
  278. <SubType>UserControl</SubType>
  279. </Compile>
  280. <Compile Include="Tools\Conditions\EditGuanWang\GuanXianFeiQi.Designer.cs">
  281. <DependentUpon>GuanXianFeiQi.cs</DependentUpon>
  282. </Compile>
  283. <Compile Include="Tools\Conditions\EditGuanWang\GuanXianFeiQiHuiFu.cs">
  284. <SubType>UserControl</SubType>
  285. </Compile>
  286. <Compile Include="Tools\Conditions\EditGuanWang\GuanXianFeiQiHuiFu.Designer.cs">
  287. <DependentUpon>GuanXianFeiQiHuiFu.cs</DependentUpon>
  288. </Compile>
  289. <Compile Include="Tools\Conditions\EditGuanWang\GuanXianHeBing.cs">
  290. <SubType>UserControl</SubType>
  291. </Compile>
  292. <Compile Include="Tools\Conditions\EditGuanWang\GuanDianXinZeng.cs">
  293. <SubType>UserControl</SubType>
  294. </Compile>
  295. <Compile Include="Tools\Conditions\EditGuanWang\GuanXianShanChu.cs">
  296. <SubType>UserControl</SubType>
  297. </Compile>
  298. <Compile Include="Tools\Conditions\EditGuanWang\GuanXianShanChu.Designer.cs">
  299. <DependentUpon>GuanXianShanChu.cs</DependentUpon>
  300. </Compile>
  301. <Compile Include="Tools\Conditions\EditGuanWang\GuanDianXiuGai.cs">
  302. <SubType>UserControl</SubType>
  303. </Compile>
  304. <Compile Include="Tools\Conditions\EditGuanWang\GuanDianXiuGai.Designer.cs">
  305. <DependentUpon>GuanDianXiuGai.cs</DependentUpon>
  306. </Compile>
  307. <Compile Include="Tools\Conditions\EditGuanWang\GuanXianXiuGai.cs">
  308. <SubType>UserControl</SubType>
  309. </Compile>
  310. <Compile Include="Tools\Conditions\EditGuanWang\GuanXianXiuGai.Designer.cs">
  311. <DependentUpon>GuanXianXiuGai.cs</DependentUpon>
  312. </Compile>
  313. <Compile Include="Tools\Conditions\FuZhuGongJu\BJdmt.cs">
  314. <SubType>UserControl</SubType>
  315. </Compile>
  316. <Compile Include="Tools\Conditions\FuZhuGongJu\BJdmt.Designer.cs">
  317. <DependentUpon>BJdmt.cs</DependentUpon>
  318. </Compile>
  319. <Compile Include="Tools\Conditions\FuZhuGongJu\BJunit.cs">
  320. <SubType>UserControl</SubType>
  321. </Compile>
  322. <Compile Include="Tools\Conditions\FuZhuGongJu\BJunit.Designer.cs">
  323. <DependentUpon>BJunit.cs</DependentUpon>
  324. </Compile>
  325. <Compile Include="Tools\Conditions\FuZhuGongJu\BJroad.cs">
  326. <SubType>UserControl</SubType>
  327. </Compile>
  328. <Compile Include="Tools\Conditions\FuZhuGongJu\BJroad.Designer.cs">
  329. <DependentUpon>BJroad.cs</DependentUpon>
  330. </Compile>
  331. <Compile Include="Tools\Conditions\FuZhuGongJu\BJbount.cs">
  332. <SubType>UserControl</SubType>
  333. </Compile>
  334. <Compile Include="Tools\Conditions\FuZhuGongJu\BJbount.Designer.cs">
  335. <DependentUpon>BJbount.cs</DependentUpon>
  336. </Compile>
  337. <Compile Include="Tools\Conditions\FuZhuGongJu\BZCheQi.cs">
  338. <SubType>UserControl</SubType>
  339. </Compile>
  340. <Compile Include="Tools\Conditions\FuZhuGongJu\BZGuanDian.cs">
  341. <SubType>UserControl</SubType>
  342. </Compile>
  343. <Compile Include="Tools\Conditions\FuZhuGongJu\BZGuanWang.cs">
  344. <SubType>UserControl</SubType>
  345. </Compile>
  346. <Compile Include="Tools\Conditions\FuZhuGongJu\BZShiTi.cs">
  347. <SubType>UserControl</SubType>
  348. </Compile>
  349. <Compile Include="Tools\Conditions\FuZhuGongJu\BZMaiShen.cs">
  350. <SubType>UserControl</SubType>
  351. </Compile>
  352. <Compile Include="Tools\Conditions\FuZhuGongJu\BZShuanDian.cs">
  353. <SubType>UserControl</SubType>
  354. </Compile>
  355. <Compile Include="Tools\Conditions\FuZhuGongJu\BZZuoBiao.cs">
  356. <SubType>UserControl</SubType>
  357. </Compile>
  358. <Compile Include="Tools\Conditions\Locations\DWBookMarks.cs">
  359. <SubType>UserControl</SubType>
  360. </Compile>
  361. <Compile Include="Tools\Conditions\Locations\DWroad.cs">
  362. <SubType>UserControl</SubType>
  363. </Compile>
  364. <Compile Include="Tools\Conditions\Locations\DWroad.Designer.cs">
  365. <DependentUpon>DWroad.cs</DependentUpon>
  366. </Compile>
  367. <Compile Include="Tools\Conditions\Locations\DWbount.cs">
  368. <SubType>UserControl</SubType>
  369. </Compile>
  370. <Compile Include="Tools\Conditions\Locations\DWbount.Designer.cs">
  371. <DependentUpon>DWbount.cs</DependentUpon>
  372. </Compile>
  373. <Compile Include="Tools\Conditions\Locations\DWunit.cs">
  374. <SubType>UserControl</SubType>
  375. </Compile>
  376. <Compile Include="Tools\Conditions\Locations\DWunit.Designer.cs">
  377. <DependentUpon>DWunit.cs</DependentUpon>
  378. </Compile>
  379. <Compile Include="Tools\Conditions\Locations\SearchPQF.cs">
  380. <SubType>UserControl</SubType>
  381. </Compile>
  382. <Compile Include="Tools\Conditions\Locations\SearchPQF.Designer.cs">
  383. <DependentUpon>SearchPQF.cs</DependentUpon>
  384. </Compile>
  385. <Compile Include="Tools\Conditions\Locations\SearchJY.cs">
  386. <SubType>UserControl</SubType>
  387. </Compile>
  388. <Compile Include="Tools\Conditions\Locations\SearchJY.Designer.cs">
  389. <DependentUpon>SearchJY.cs</DependentUpon>
  390. </Compile>
  391. <Compile Include="Tools\Conditions\Locations\SearchSC.cs">
  392. <SubType>UserControl</SubType>
  393. </Compile>
  394. <Compile Include="Tools\Conditions\Locations\SearchSC.Designer.cs">
  395. <DependentUpon>SearchSC.cs</DependentUpon>
  396. </Compile>
  397. <Compile Include="Tools\Conditions\Locations\SearchSZ.cs">
  398. <SubType>UserControl</SubType>
  399. </Compile>
  400. <Compile Include="Tools\Conditions\Locations\SearchSZ.Designer.cs">
  401. <DependentUpon>SearchSZ.cs</DependentUpon>
  402. </Compile>
  403. <Compile Include="Tools\Conditions\Locations\SearchSB.cs">
  404. <SubType>UserControl</SubType>
  405. </Compile>
  406. <Compile Include="Tools\Conditions\Locations\SearchSB.Designer.cs">
  407. <DependentUpon>SearchSB.cs</DependentUpon>
  408. </Compile>
  409. <Compile Include="Tools\Conditions\Locations\SearchGSGD.cs">
  410. <SubType>UserControl</SubType>
  411. </Compile>
  412. <Compile Include="Tools\Conditions\Locations\SearchFM.cs">
  413. <SubType>UserControl</SubType>
  414. </Compile>
  415. <Compile Include="Tools\Conditions\Locations\SearchFM.Designer.cs">
  416. <DependentUpon>SearchFM.cs</DependentUpon>
  417. </Compile>
  418. <Compile Include="Tools\Conditions\Locations\SearchJD.cs">
  419. <SubType>UserControl</SubType>
  420. </Compile>
  421. <Compile Include="Tools\Conditions\Locations\SearchJD.Designer.cs">
  422. <DependentUpon>SearchJD.cs</DependentUpon>
  423. </Compile>
  424. <Compile Include="Tools\Conditions\Locations\SearchYL.cs">
  425. <SubType>UserControl</SubType>
  426. </Compile>
  427. <Compile Include="Tools\Conditions\Locations\SearchYL.Designer.cs">
  428. <DependentUpon>SearchYL.cs</DependentUpon>
  429. </Compile>
  430. <Compile Include="Tools\Conditions\Locations\SearchLL.cs">
  431. <SubType>UserControl</SubType>
  432. </Compile>
  433. <Compile Include="Tools\Conditions\Locations\SearchLL.Designer.cs">
  434. <DependentUpon>SearchLL.cs</DependentUpon>
  435. </Compile>
  436. <Compile Include="Tools\Conditions\Locations\SearchXFS.cs">
  437. <SubType>UserControl</SubType>
  438. </Compile>
  439. <Compile Include="Tools\Conditions\Locations\SearchXFS.Designer.cs">
  440. <DependentUpon>SearchXFS.cs</DependentUpon>
  441. </Compile>
  442. <Compile Include="Tools\Conditions\Locations\DWzuobiao.cs">
  443. <SubType>UserControl</SubType>
  444. </Compile>
  445. <Compile Include="Tools\Conditions\Sercher\cxDuoBianXing.cs">
  446. <SubType>UserControl</SubType>
  447. </Compile>
  448. <Compile Include="Tools\Conditions\Sercher\cxJuXing.cs">
  449. <SubType>UserControl</SubType>
  450. </Compile>
  451. <Compile Include="Tools\Conditions\Sercher\cxYuanXing.cs">
  452. <SubType>UserControl</SubType>
  453. </Compile>
  454. <Compile Include="Tools\Conditions\Sercher\SercherOnGD.cs">
  455. <SubType>UserControl</SubType>
  456. </Compile>
  457. <Compile Include="Tools\Conditions\Sercher\SercherOnGX.cs">
  458. <SubType>UserControl</SubType>
  459. </Compile>
  460. <Compile Include="Tools\Conditions\Sercher\SercherOnClick.cs">
  461. <SubType>UserControl</SubType>
  462. </Compile>
  463. <Compile Include="Tools\Conditions\Sercher\SercherOnGXQSDW.cs">
  464. <SubType>UserControl</SubType>
  465. </Compile>
  466. <Compile Include="Tools\Conditions\Sercher\SercherOnGXDZMS.cs">
  467. <SubType>UserControl</SubType>
  468. </Compile>
  469. <Compile Include="Tools\Conditions\Sercher\SercherOnGXGJ.cs">
  470. <SubType>UserControl</SubType>
  471. </Compile>
  472. <Compile Include="Tools\Conditions\Sercher\SercherOnGXCZ.cs">
  473. <SubType>UserControl</SubType>
  474. </Compile>
  475. <Compile Include="Tools\Conditions\Sercher\SercherTJ.cs">
  476. <SubType>UserControl</SubType>
  477. </Compile>
  478. <Compile Include="Tools\Conditions\Sercher\SercherTJ.Designer.cs">
  479. <DependentUpon>SercherTJ.cs</DependentUpon>
  480. </Compile>
  481. <Compile Include="Tools\Conditions\Sercher\SercherTJQY.cs">
  482. <SubType>UserControl</SubType>
  483. </Compile>
  484. <Compile Include="Tools\Conditions\Sercher\SercherTJQY.Designer.cs">
  485. <DependentUpon>SercherTJQY.cs</DependentUpon>
  486. </Compile>
  487. <Compile Include="Tools\Conditions\ShuJuChuLi\OutDWGcj.cs">
  488. <SubType>UserControl</SubType>
  489. </Compile>
  490. <Compile Include="Tools\Conditions\ShuJuChuLi\OutDWGcj.Designer.cs">
  491. <DependentUpon>OutDWGcj.cs</DependentUpon>
  492. </Compile>
  493. <Compile Include="Tools\Conditions\ShuJuChuLi\OutGIS.cs">
  494. <SubType>UserControl</SubType>
  495. </Compile>
  496. <Compile Include="Tools\Conditions\ShuJuChuLi\OutGIS.Designer.cs">
  497. <DependentUpon>OutGIS.cs</DependentUpon>
  498. </Compile>
  499. <Compile Include="Tools\Conditions\ShuJuChuLi\OutGIScj.cs">
  500. <SubType>UserControl</SubType>
  501. </Compile>
  502. <Compile Include="Tools\Conditions\ShuJuChuLi\OutGIScj.Designer.cs">
  503. <DependentUpon>OutGIScj.cs</DependentUpon>
  504. </Compile>
  505. <Compile Include="Tools\Conditions\ShuJuChuLi\OutPicturecj.cs">
  506. <SubType>UserControl</SubType>
  507. </Compile>
  508. <Compile Include="Tools\Conditions\ShuJuChuLi\OutPicturecj.Designer.cs">
  509. <DependentUpon>OutPicturecj.cs</DependentUpon>
  510. </Compile>
  511. <Compile Include="Tools\Conditions\ShuJuChuLi\OutPrintcj.cs">
  512. <SubType>UserControl</SubType>
  513. </Compile>
  514. <Compile Include="Tools\Conditions\ShuJuChuLi\OutPrintcj.Designer.cs">
  515. <DependentUpon>OutPrintcj.cs</DependentUpon>
  516. </Compile>
  517. <Compile Include="Tools\Conditions\ShuJuChuLi\OutPrint.cs">
  518. <SubType>UserControl</SubType>
  519. </Compile>
  520. <Compile Include="Tools\Conditions\ShuJuChuLi\OutPrint.Designer.cs">
  521. <DependentUpon>OutPrint.cs</DependentUpon>
  522. </Compile>
  523. <Compile Include="Tools\Conditions\ShuJuChuLi\OutDWG.cs">
  524. <SubType>UserControl</SubType>
  525. </Compile>
  526. <Compile Include="Tools\Conditions\ShuJuChuLi\OutDWG.Designer.cs">
  527. <DependentUpon>OutDWG.cs</DependentUpon>
  528. </Compile>
  529. <Compile Include="Tools\Conditions\ShuJuChuLi\OutPicture.cs">
  530. <SubType>UserControl</SubType>
  531. </Compile>
  532. <Compile Include="Tools\Conditions\ShuJuChuLi\OutPicture.Designer.cs">
  533. <DependentUpon>OutPicture.cs</DependentUpon>
  534. </Compile>
  535. <Compile Include="Tools\Conditions\ShuJuChuLi\PCRuKu.cs">
  536. <SubType>UserControl</SubType>
  537. </Compile>
  538. <Compile Include="Tools\Conditions\ShuJuChuLi\PCRuKu.Designer.cs">
  539. <DependentUpon>PCRuKu.cs</DependentUpon>
  540. </Compile>
  541. <Compile Include="Tools\Conditions\ShuJuChuLi\PCRuKuTemp.cs">
  542. <SubType>UserControl</SubType>
  543. </Compile>
  544. <Compile Include="Tools\Conditions\ShuJuChuLi\PCRuKuTemp.Designer.cs">
  545. <DependentUpon>PCRuKuTemp.cs</DependentUpon>
  546. </Compile>
  547. <Compile Include="Tools\Conditions\ShuJuChuLi\PCCheck.cs">
  548. <SubType>UserControl</SubType>
  549. </Compile>
  550. <Compile Include="Tools\Conditions\ShuJuChuLi\PCCheck.Designer.cs">
  551. <DependentUpon>PCCheck.cs</DependentUpon>
  552. </Compile>
  553. <Compile Include="Tools\Conditions\ShuJuChuLi\PCPeiZhi.cs">
  554. <SubType>UserControl</SubType>
  555. </Compile>
  556. <Compile Include="Tools\Conditions\ShuJuChuLi\PCPeiZhi.Designer.cs">
  557. <DependentUpon>PCPeiZhi.cs</DependentUpon>
  558. </Compile>
  559. <Compile Include="Tools\Conditions\Statistics\GDshuliangQY.cs">
  560. <SubType>UserControl</SubType>
  561. </Compile>
  562. <Compile Include="Tools\Conditions\Statistics\GDshuliangQY.Designer.cs">
  563. <DependentUpon>GDshuliangQY.cs</DependentUpon>
  564. </Compile>
  565. <Compile Include="Tools\Conditions\XiTongGuanLi\TongBuDV.cs">
  566. <SubType>UserControl</SubType>
  567. </Compile>
  568. <Compile Include="Tools\Conditions\XiTongGuanLi\TongBuDV.Designer.cs">
  569. <DependentUpon>TongBuDV.cs</DependentUpon>
  570. </Compile>
  571. <Compile Include="Tools\Conditions\Statistics\GXfenlei.cs">
  572. <SubType>UserControl</SubType>
  573. </Compile>
  574. <Compile Include="Tools\Conditions\Statistics\GDfenlei.cs">
  575. <SubType>UserControl</SubType>
  576. </Compile>
  577. <Compile Include="Tools\Conditions\Statistics\GDshuliangQYbak.cs">
  578. <SubType>UserControl</SubType>
  579. </Compile>
  580. <Compile Include="Tools\Conditions\Statistics\GDshuliangQYbak.Designer.cs">
  581. <DependentUpon>GDshuliangQYbak.cs</DependentUpon>
  582. </Compile>
  583. <Compile Include="Tools\Conditions\Statistics\GXchangduQY.cs">
  584. <SubType>UserControl</SubType>
  585. </Compile>
  586. <Compile Include="Tools\Conditions\Statistics\GXchangduQY.Designer.cs">
  587. <DependentUpon>GXchangduQY.cs</DependentUpon>
  588. </Compile>
  589. <Compile Include="Tools\Conditions\Statistics\GXchangdu.cs">
  590. <SubType>UserControl</SubType>
  591. </Compile>
  592. <Compile Include="Tools\Conditions\Statistics\GXchangdu.Designer.cs">
  593. <DependentUpon>GXchangdu.cs</DependentUpon>
  594. </Compile>
  595. <Compile Include="Tools\Conditions\Statistics\GDshuliang.cs">
  596. <SubType>UserControl</SubType>
  597. </Compile>
  598. <Compile Include="Tools\Conditions\Statistics\GDshuliang.Designer.cs">
  599. <DependentUpon>GDshuliang.cs</DependentUpon>
  600. </Compile>
  601. <Compile Include="Tools\Conditions\Statistics\GXMSRQStatistics.cs">
  602. <SubType>UserControl</SubType>
  603. </Compile>
  604. <Compile Include="Tools\Conditions\Statistics\GXMSRQStatistics.Designer.cs">
  605. <DependentUpon>GXMSRQStatistics.cs</DependentUpon>
  606. </Compile>
  607. <Compile Include="Tools\Conditions\Statistics\GXCZStatistics.cs">
  608. <SubType>UserControl</SubType>
  609. </Compile>
  610. <Compile Include="Tools\Conditions\Statistics\GXCZStatistics.Designer.cs">
  611. <DependentUpon>GXCZStatistics.cs</DependentUpon>
  612. </Compile>
  613. <Compile Include="Tools\Conditions\Statistics\GXDZMSStatistics.cs">
  614. <SubType>UserControl</SubType>
  615. </Compile>
  616. <Compile Include="Tools\Conditions\Statistics\GXDZMSStatistics.Designer.cs">
  617. <DependentUpon>GXDZMSStatistics.cs</DependentUpon>
  618. </Compile>
  619. <Compile Include="Tools\Conditions\Statistics\GXGJStatistics.cs">
  620. <SubType>UserControl</SubType>
  621. </Compile>
  622. <Compile Include="Tools\Conditions\Statistics\GXGJStatistics.Designer.cs">
  623. <DependentUpon>GXGJStatistics.cs</DependentUpon>
  624. </Compile>
  625. <Compile Include="Tools\Conditions\Sercher\SercherOnGXMSRQ.cs">
  626. <SubType>UserControl</SubType>
  627. </Compile>
  628. <Compile Include="Tools\Conditions\bzConditionPanel.cs">
  629. <SubType>UserControl</SubType>
  630. </Compile>
  631. <Compile Include="Tools\Conditions\Statistics\GXStatistics.cs">
  632. <SubType>UserControl</SubType>
  633. </Compile>
  634. <Compile Include="Tools\Conditions\Statistics\GDStatistics.cs">
  635. <SubType>UserControl</SubType>
  636. </Compile>
  637. <Compile Include="Tools\Conditions\Statistics\StatisticsTJ.cs">
  638. <SubType>UserControl</SubType>
  639. </Compile>
  640. <Compile Include="Tools\Conditions\Statistics\StatisticsTJ.Designer.cs">
  641. <DependentUpon>StatisticsTJ.cs</DependentUpon>
  642. </Compile>
  643. <Compile Include="Tools\Conditions\Statistics\StatisticsTJQY.cs">
  644. <SubType>UserControl</SubType>
  645. </Compile>
  646. <Compile Include="Tools\Conditions\Statistics\StatisticsTJQY.Designer.cs">
  647. <DependentUpon>StatisticsTJQY.cs</DependentUpon>
  648. </Compile>
  649. <Compile Include="Tools\Conditions\XiTongGuanLi\BiaoZhuCheQi.cs">
  650. <SubType>UserControl</SubType>
  651. </Compile>
  652. <Compile Include="Tools\Conditions\XiTongGuanLi\BiaoZhuCheQi.Designer.cs">
  653. <DependentUpon>BiaoZhuCheQi.cs</DependentUpon>
  654. </Compile>
  655. <Compile Include="Tools\Conditions\XiTongGuanLi\BiaoZhuGuanWang.cs">
  656. <SubType>UserControl</SubType>
  657. </Compile>
  658. <Compile Include="Tools\Conditions\XiTongGuanLi\BiaoZhuGuanWang.Designer.cs">
  659. <DependentUpon>BiaoZhuGuanWang.cs</DependentUpon>
  660. </Compile>
  661. <Compile Include="Tools\Conditions\XiTongGuanLi\KongZhiTuCeng.cs">
  662. <SubType>UserControl</SubType>
  663. </Compile>
  664. <Compile Include="Tools\Conditions\XiTongGuanLi\PeiZhiFuTu.cs">
  665. <SubType>UserControl</SubType>
  666. </Compile>
  667. <Compile Include="Tools\Conditions\XiTongGuanLi\PeiZhiJingJu.cs">
  668. <SubType>UserControl</SubType>
  669. </Compile>
  670. <Compile Include="Tools\Conditions\XiTongGuanLi\PeiZhiYuJing.cs">
  671. <SubType>UserControl</SubType>
  672. </Compile>
  673. <Compile Include="Tools\Conditions\XiTongGuanLi\BiaoZhuFengGe.cs">
  674. <SubType>UserControl</SubType>
  675. </Compile>
  676. <Compile Include="Tools\Conditions\XiTongGuanLi\BiaoZhuFengGe.Designer.cs">
  677. <DependentUpon>BiaoZhuFengGe.cs</DependentUpon>
  678. </Compile>
  679. <Compile Include="Tools\Conditions\XiTongGuanLi\RiZhi.cs">
  680. <SubType>UserControl</SubType>
  681. </Compile>
  682. <Compile Include="Tools\Conditions\XiTongGuanLi\RiZhi.Designer.cs">
  683. <DependentUpon>RiZhi.cs</DependentUpon>
  684. </Compile>
  685. <Compile Include="Tools\Conditions\XiTongGuanLi\ShuJuZiDian.cs">
  686. <SubType>UserControl</SubType>
  687. </Compile>
  688. <Compile Include="Tools\Conditions\XiTongGuanLi\ShuJuZiDian.Designer.cs">
  689. <DependentUpon>ShuJuZiDian.cs</DependentUpon>
  690. </Compile>
  691. <Compile Include="Tools\Conditions\XiTongGuanLi\UserManager.cs">
  692. <SubType>UserControl</SubType>
  693. </Compile>
  694. <Compile Include="Tools\Conditions\XiTongGuanLi\UserManager.Designer.cs">
  695. <DependentUpon>UserManager.cs</DependentUpon>
  696. </Compile>
  697. <Compile Include="Tools\Results\AnalystToolBar\HuanChong.cs">
  698. <SubType>Form</SubType>
  699. </Compile>
  700. <Compile Include="Tools\Results\AnalystToolBar\HuanChong.Designer.cs">
  701. <DependentUpon>HuanChong.cs</DependentUpon>
  702. </Compile>
  703. <Compile Include="Tools\Results\Sercher\cxJuXing.cs">
  704. <SubType>Form</SubType>
  705. </Compile>
  706. <Compile Include="Tools\Results\Sercher\cxJuXing.Designer.cs">
  707. <DependentUpon>cxJuXing.cs</DependentUpon>
  708. </Compile>
  709. <Compile Include="Tools\Results\Sercher\cxYuanXing.cs">
  710. <SubType>Form</SubType>
  711. </Compile>
  712. <Compile Include="Tools\Results\Sercher\cxYuanXing.Designer.cs">
  713. <DependentUpon>cxYuanXing.cs</DependentUpon>
  714. </Compile>
  715. <Compile Include="Tools\Results\Sercher\cxDuoBianXing.cs">
  716. <SubType>Form</SubType>
  717. </Compile>
  718. <Compile Include="Tools\Results\Sercher\cxDuoBianXing.Designer.cs">
  719. <DependentUpon>cxDuoBianXing.cs</DependentUpon>
  720. </Compile>
  721. <Compile Include="Tools\Results\Sercher\SercherOnClick.cs">
  722. <SubType>Form</SubType>
  723. </Compile>
  724. <Compile Include="Tools\Results\Statistics\GXfenlei.cs">
  725. <SubType>Form</SubType>
  726. </Compile>
  727. <Compile Include="Tools\Results\Statistics\GDshuliangQY.cs">
  728. <SubType>Form</SubType>
  729. </Compile>
  730. <Compile Include="Tools\Results\Statistics\GDshuliangQY.Designer.cs">
  731. <DependentUpon>GDshuliangQY.cs</DependentUpon>
  732. </Compile>
  733. <Compile Include="Tools\Results\Statistics\GXchangduQY.cs">
  734. <SubType>Form</SubType>
  735. </Compile>
  736. <Compile Include="Tools\Results\Statistics\GXchangduQY.Designer.cs">
  737. <DependentUpon>GXchangduQY.cs</DependentUpon>
  738. </Compile>
  739. <Compile Include="Tools\Results\Statistics\GXchangdu.cs">
  740. <SubType>Form</SubType>
  741. </Compile>
  742. <Compile Include="Tools\Results\Statistics\GXchangdu.Designer.cs">
  743. <DependentUpon>GXchangdu.cs</DependentUpon>
  744. </Compile>
  745. <Compile Include="Tools\Results\Statistics\GDshuliang.cs">
  746. <SubType>Form</SubType>
  747. </Compile>
  748. <Compile Include="Tools\Results\Statistics\GDshuliang.Designer.cs">
  749. <DependentUpon>GDshuliang.cs</DependentUpon>
  750. </Compile>
  751. <Compile Include="Tools\Results\Statistics\GXDZMSStatistics.cs">
  752. <SubType>Form</SubType>
  753. </Compile>
  754. <Compile Include="Tools\Results\Statistics\GXDZMSStatistics.Designer.cs">
  755. <DependentUpon>GXDZMSStatistics.cs</DependentUpon>
  756. </Compile>
  757. <Compile Include="Tools\Results\Statistics\GXGJStatistics.cs">
  758. <SubType>Form</SubType>
  759. </Compile>
  760. <Compile Include="Tools\Results\Statistics\GXGJStatistics.Designer.cs">
  761. <DependentUpon>GXGJStatistics.cs</DependentUpon>
  762. </Compile>
  763. <Compile Include="Tools\Results\Statistics\GXCZStatistics.cs">
  764. <SubType>Form</SubType>
  765. </Compile>
  766. <Compile Include="Tools\Results\Statistics\GXCZStatistics.Designer.cs">
  767. <DependentUpon>GXCZStatistics.cs</DependentUpon>
  768. </Compile>
  769. <Compile Include="Tools\Results\Statistics\GDfenlei.cs">
  770. <SubType>Form</SubType>
  771. </Compile>
  772. </ItemGroup>
  773. <ItemGroup>
  774. <None Include="app.config" />
  775. <None Include="packages.config" />
  776. </ItemGroup>
  777. <ItemGroup>
  778. <EmbeddedResource Include="Properties\Resources.resx">
  779. <Generator>ResXFileCodeGenerator</Generator>
  780. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  781. </EmbeddedResource>
  782. <EmbeddedResource Include="Tools\Conditions\AnalystToolBar\GuanFa.resx">
  783. <DependentUpon>GuanFa.cs</DependentUpon>
  784. </EmbeddedResource>
  785. <EmbeddedResource Include="Tools\Conditions\AnalystToolBar\AnalystResultPouDuanMian.resx">
  786. <DependentUpon>AnalystResultPouDuanMian.cs</DependentUpon>
  787. </EmbeddedResource>
  788. <EmbeddedResource Include="Tools\Conditions\AnalystToolBar\ShiGuDian.resx">
  789. <DependentUpon>ShiGuDian.cs</DependentUpon>
  790. </EmbeddedResource>
  791. <EmbeddedResource Include="Tools\Conditions\AnalystToolBar\HuanChong.resx">
  792. <DependentUpon>HuanChong.cs</DependentUpon>
  793. </EmbeddedResource>
  794. <EmbeddedResource Include="Tools\Conditions\AnalystToolBar\KuoJian.resx">
  795. <DependentUpon>KuoJian.cs</DependentUpon>
  796. </EmbeddedResource>
  797. <EmbeddedResource Include="Tools\Conditions\AnalystToolBar\ChaiQian.resx">
  798. <DependentUpon>ChaiQian.cs</DependentUpon>
  799. </EmbeddedResource>
  800. <EmbeddedResource Include="Tools\Conditions\AnalystToolBar\XiaoFangShuan.resx">
  801. <DependentUpon>XiaoFangShuan.cs</DependentUpon>
  802. </EmbeddedResource>
  803. <EmbeddedResource Include="Tools\Conditions\AnalystToolBar\YuJing.resx">
  804. <DependentUpon>YuJing.cs</DependentUpon>
  805. </EmbeddedResource>
  806. <EmbeddedResource Include="Tools\Conditions\AnalystToolBar\LianTong.resx">
  807. <DependentUpon>LianTong.cs</DependentUpon>
  808. </EmbeddedResource>
  809. <EmbeddedResource Include="Tools\Conditions\AnalystToolBar\PengZhuang.resx">
  810. <DependentUpon>PengZhuang.cs</DependentUpon>
  811. </EmbeddedResource>
  812. <EmbeddedResource Include="Tools\Conditions\AnalystToolBar\PengZhuangAnalystResult.resx">
  813. <DependentUpon>PengZhuangAnalystResult.cs</DependentUpon>
  814. </EmbeddedResource>
  815. <EmbeddedResource Include="Tools\Conditions\AnalystToolBar\PouMian.resx">
  816. <DependentUpon>PouMian.cs</DependentUpon>
  817. </EmbeddedResource>
  818. <EmbeddedResource Include="Tools\Conditions\AnalystToolBar\DuanMian.resx">
  819. <DependentUpon>DuanMian.cs</DependentUpon>
  820. </EmbeddedResource>
  821. <EmbeddedResource Include="Tools\Conditions\AnalystToolBar\FuTu.resx">
  822. <DependentUpon>FuTu.cs</DependentUpon>
  823. </EmbeddedResource>
  824. <EmbeddedResource Include="Tools\Conditions\AnalystToolBar\AnalystResultTabControl.resx">
  825. <DependentUpon>AnalystResultTabControl.cs</DependentUpon>
  826. </EmbeddedResource>
  827. <EmbeddedResource Include="Tools\Conditions\bzBasicToolBar.resx">
  828. <DependentUpon>bzBasicToolBar.cs</DependentUpon>
  829. </EmbeddedResource>
  830. <EmbeddedResource Include="Tools\Conditions\EditGuanWang\GuanDianLianJie.resx">
  831. <DependentUpon>GuanDianLianJie.cs</DependentUpon>
  832. </EmbeddedResource>
  833. <EmbeddedResource Include="Tools\Conditions\EditGuanWang\GuanDianBianGeng.resx">
  834. <DependentUpon>GuanDianBianGeng.cs</DependentUpon>
  835. </EmbeddedResource>
  836. <EmbeddedResource Include="Tools\Conditions\EditGuanWang\GuanDianXianType.resx">
  837. <DependentUpon>GuanDianXianType.cs</DependentUpon>
  838. </EmbeddedResource>
  839. <EmbeddedResource Include="Tools\Conditions\EditGuanWang\GuanXianDaDuan.resx">
  840. <DependentUpon>GuanXianDaDuan.cs</DependentUpon>
  841. </EmbeddedResource>
  842. <EmbeddedResource Include="Tools\Conditions\EditGuanWang\GuanXianFeiQiHuiFu.resx">
  843. <DependentUpon>GuanXianFeiQiHuiFu.cs</DependentUpon>
  844. </EmbeddedResource>
  845. <EmbeddedResource Include="Tools\Conditions\EditGuanWang\GuanXianHeBing.resx">
  846. <DependentUpon>GuanXianHeBing.cs</DependentUpon>
  847. </EmbeddedResource>
  848. <EmbeddedResource Include="Tools\Conditions\EditGuanWang\GuanDianXinZeng.resx">
  849. <DependentUpon>GuanDianXinZeng.cs</DependentUpon>
  850. </EmbeddedResource>
  851. <EmbeddedResource Include="Tools\Conditions\EditGuanWang\GuanDianXiuGai.resx">
  852. <DependentUpon>GuanDianXiuGai.cs</DependentUpon>
  853. </EmbeddedResource>
  854. <EmbeddedResource Include="Tools\Conditions\EditGuanWang\GuanXianXiuGai.resx">
  855. <DependentUpon>GuanXianXiuGai.cs</DependentUpon>
  856. </EmbeddedResource>
  857. <EmbeddedResource Include="Tools\Conditions\FuZhuGongJu\BJdmt.resx">
  858. <DependentUpon>BJdmt.cs</DependentUpon>
  859. </EmbeddedResource>
  860. <EmbeddedResource Include="Tools\Conditions\FuZhuGongJu\BJunit.resx">
  861. <DependentUpon>BJunit.cs</DependentUpon>
  862. </EmbeddedResource>
  863. <EmbeddedResource Include="Tools\Conditions\FuZhuGongJu\BJroad.resx">
  864. <DependentUpon>BJroad.cs</DependentUpon>
  865. </EmbeddedResource>
  866. <EmbeddedResource Include="Tools\Conditions\FuZhuGongJu\BJbount.resx">
  867. <DependentUpon>BJbount.cs</DependentUpon>
  868. </EmbeddedResource>
  869. <EmbeddedResource Include="Tools\Conditions\FuZhuGongJu\BZCheQi.resx">
  870. <DependentUpon>BZCheQi.cs</DependentUpon>
  871. </EmbeddedResource>
  872. <EmbeddedResource Include="Tools\Conditions\FuZhuGongJu\BZGuanDian.resx">
  873. <DependentUpon>BZGuanDian.cs</DependentUpon>
  874. </EmbeddedResource>
  875. <EmbeddedResource Include="Tools\Conditions\FuZhuGongJu\BZGuanWang.resx">
  876. <DependentUpon>BZGuanWang.cs</DependentUpon>
  877. </EmbeddedResource>
  878. <EmbeddedResource Include="Tools\Conditions\FuZhuGongJu\BZShiTi.resx">
  879. <DependentUpon>BZShiTi.cs</DependentUpon>
  880. </EmbeddedResource>
  881. <EmbeddedResource Include="Tools\Conditions\FuZhuGongJu\BZMaiShen.resx">
  882. <DependentUpon>BZMaiShen.cs</DependentUpon>
  883. </EmbeddedResource>
  884. <EmbeddedResource Include="Tools\Conditions\FuZhuGongJu\BZShuanDian.resx">
  885. <DependentUpon>BZShuanDian.cs</DependentUpon>
  886. </EmbeddedResource>
  887. <EmbeddedResource Include="Tools\Conditions\FuZhuGongJu\BZZuoBiao.resx">
  888. <DependentUpon>BZZuoBiao.cs</DependentUpon>
  889. </EmbeddedResource>
  890. <EmbeddedResource Include="Tools\Conditions\Locations\DWBookMarks.resx">
  891. <DependentUpon>DWBookMarks.cs</DependentUpon>
  892. </EmbeddedResource>
  893. <EmbeddedResource Include="Tools\Conditions\Locations\DWroad.resx">
  894. <DependentUpon>DWroad.cs</DependentUpon>
  895. </EmbeddedResource>
  896. <EmbeddedResource Include="Tools\Conditions\Locations\DWbount.resx">
  897. <DependentUpon>DWbount.cs</DependentUpon>
  898. </EmbeddedResource>
  899. <EmbeddedResource Include="Tools\Conditions\Locations\DWunit.resx">
  900. <DependentUpon>DWunit.cs</DependentUpon>
  901. </EmbeddedResource>
  902. <EmbeddedResource Include="Tools\Conditions\Locations\SearchGSGD.resx">
  903. <DependentUpon>SearchGSGD.cs</DependentUpon>
  904. </EmbeddedResource>
  905. <EmbeddedResource Include="Tools\Conditions\Locations\DWzuobiao.resx">
  906. <DependentUpon>DWzuobiao.cs</DependentUpon>
  907. </EmbeddedResource>
  908. <EmbeddedResource Include="Tools\Conditions\Sercher\cxDuoBianXing.resx">
  909. <DependentUpon>cxDuoBianXing.cs</DependentUpon>
  910. </EmbeddedResource>
  911. <EmbeddedResource Include="Tools\Conditions\Sercher\cxJuXing.resx">
  912. <DependentUpon>cxJuXing.cs</DependentUpon>
  913. </EmbeddedResource>
  914. <EmbeddedResource Include="Tools\Conditions\Sercher\cxYuanXing.resx">
  915. <DependentUpon>cxYuanXing.cs</DependentUpon>
  916. </EmbeddedResource>
  917. <EmbeddedResource Include="Tools\Conditions\Sercher\SercherOnGD.resx">
  918. <DependentUpon>SercherOnGD.cs</DependentUpon>
  919. </EmbeddedResource>
  920. <EmbeddedResource Include="Tools\Conditions\Sercher\SercherOnGX.resx">
  921. <DependentUpon>SercherOnGX.cs</DependentUpon>
  922. </EmbeddedResource>
  923. <EmbeddedResource Include="Tools\Conditions\Sercher\SercherOnClick.resx">
  924. <DependentUpon>SercherOnClick.cs</DependentUpon>
  925. </EmbeddedResource>
  926. <EmbeddedResource Include="Tools\Conditions\Sercher\SercherOnGXQSDW.resx">
  927. <DependentUpon>SercherOnGXQSDW.cs</DependentUpon>
  928. </EmbeddedResource>
  929. <EmbeddedResource Include="Tools\Conditions\Sercher\SercherOnGXDZMS.resx">
  930. <DependentUpon>SercherOnGXDZMS.cs</DependentUpon>
  931. </EmbeddedResource>
  932. <EmbeddedResource Include="Tools\Conditions\Sercher\SercherOnGXGJ.resx">
  933. <DependentUpon>SercherOnGXGJ.cs</DependentUpon>
  934. </EmbeddedResource>
  935. <EmbeddedResource Include="Tools\Conditions\Sercher\SercherOnGXCZ.resx">
  936. <DependentUpon>SercherOnGXCZ.cs</DependentUpon>
  937. <SubType>Designer</SubType>
  938. </EmbeddedResource>
  939. <EmbeddedResource Include="Tools\Conditions\Sercher\SercherTJ.resx">
  940. <DependentUpon>SercherTJ.cs</DependentUpon>
  941. </EmbeddedResource>
  942. <EmbeddedResource Include="Tools\Conditions\ShuJuChuLi\OutGIS.resx">
  943. <DependentUpon>OutGIS.cs</DependentUpon>
  944. </EmbeddedResource>
  945. <EmbeddedResource Include="Tools\Conditions\ShuJuChuLi\OutPrint.resx">
  946. <DependentUpon>OutPrint.cs</DependentUpon>
  947. </EmbeddedResource>
  948. <EmbeddedResource Include="Tools\Conditions\ShuJuChuLi\OutDWG.resx">
  949. <DependentUpon>OutDWG.cs</DependentUpon>
  950. </EmbeddedResource>
  951. <EmbeddedResource Include="Tools\Conditions\ShuJuChuLi\OutPicture.resx">
  952. <DependentUpon>OutPicture.cs</DependentUpon>
  953. </EmbeddedResource>
  954. <EmbeddedResource Include="Tools\Conditions\ShuJuChuLi\PCRuKu.resx">
  955. <DependentUpon>PCRuKu.cs</DependentUpon>
  956. </EmbeddedResource>
  957. <EmbeddedResource Include="Tools\Conditions\ShuJuChuLi\PCRuKuTemp.resx">
  958. <DependentUpon>PCRuKuTemp.cs</DependentUpon>
  959. </EmbeddedResource>
  960. <EmbeddedResource Include="Tools\Conditions\ShuJuChuLi\PCCheck.resx">
  961. <DependentUpon>PCCheck.cs</DependentUpon>
  962. </EmbeddedResource>
  963. <EmbeddedResource Include="Tools\Conditions\ShuJuChuLi\PCPeiZhi.resx">
  964. <DependentUpon>PCPeiZhi.cs</DependentUpon>
  965. </EmbeddedResource>
  966. <EmbeddedResource Include="Tools\Conditions\XiTongGuanLi\TongBuDV.resx">
  967. <DependentUpon>TongBuDV.cs</DependentUpon>
  968. </EmbeddedResource>
  969. <EmbeddedResource Include="Tools\Conditions\Statistics\GXfenlei.resx">
  970. <DependentUpon>GXfenlei.cs</DependentUpon>
  971. </EmbeddedResource>
  972. <EmbeddedResource Include="Tools\Conditions\Statistics\GDfenlei.resx">
  973. <DependentUpon>GDfenlei.cs</DependentUpon>
  974. </EmbeddedResource>
  975. <EmbeddedResource Include="Tools\Conditions\Statistics\GDshuliangQYbak.resx">
  976. <DependentUpon>GDshuliangQYbak.cs</DependentUpon>
  977. </EmbeddedResource>
  978. <EmbeddedResource Include="Tools\Conditions\Statistics\GXchangduQY.resx">
  979. <DependentUpon>GXchangduQY.cs</DependentUpon>
  980. </EmbeddedResource>
  981. <EmbeddedResource Include="Tools\Conditions\Statistics\GXchangdu.resx">
  982. <DependentUpon>GXchangdu.cs</DependentUpon>
  983. </EmbeddedResource>
  984. <EmbeddedResource Include="Tools\Conditions\Statistics\GDshuliang.resx">
  985. <DependentUpon>GDshuliang.cs</DependentUpon>
  986. </EmbeddedResource>
  987. <EmbeddedResource Include="Tools\Conditions\Statistics\GXMSRQStatistics.resx">
  988. <DependentUpon>GXMSRQStatistics.cs</DependentUpon>
  989. </EmbeddedResource>
  990. <EmbeddedResource Include="Tools\Conditions\Statistics\GXCZStatistics.resx">
  991. <DependentUpon>GXCZStatistics.cs</DependentUpon>
  992. </EmbeddedResource>
  993. <EmbeddedResource Include="Tools\Conditions\Statistics\GXDZMSStatistics.resx">
  994. <DependentUpon>GXDZMSStatistics.cs</DependentUpon>
  995. </EmbeddedResource>
  996. <EmbeddedResource Include="Tools\Conditions\Statistics\GXGJStatistics.resx">
  997. <DependentUpon>GXGJStatistics.cs</DependentUpon>
  998. </EmbeddedResource>
  999. <EmbeddedResource Include="Tools\Conditions\Sercher\SercherOnGXMSRQ.resx">
  1000. <DependentUpon>SercherOnGXMSRQ.cs</DependentUpon>
  1001. </EmbeddedResource>
  1002. <EmbeddedResource Include="Tools\Conditions\bzConditionPanel.resx">
  1003. <DependentUpon>bzConditionPanel.cs</DependentUpon>
  1004. </EmbeddedResource>
  1005. <EmbeddedResource Include="Tools\Conditions\Statistics\GXStatistics.resx">
  1006. <DependentUpon>GXStatistics.cs</DependentUpon>
  1007. </EmbeddedResource>
  1008. <EmbeddedResource Include="Tools\Conditions\Statistics\GDStatistics.resx">
  1009. <DependentUpon>GDStatistics.cs</DependentUpon>
  1010. </EmbeddedResource>
  1011. <EmbeddedResource Include="Tools\Conditions\Statistics\StatisticsTJ.resx">
  1012. <DependentUpon>StatisticsTJ.cs</DependentUpon>
  1013. </EmbeddedResource>
  1014. <EmbeddedResource Include="Tools\Conditions\XiTongGuanLi\BiaoZhuFengGe.resx">
  1015. <DependentUpon>BiaoZhuFengGe.cs</DependentUpon>
  1016. </EmbeddedResource>
  1017. <EmbeddedResource Include="Tools\Conditions\XiTongGuanLi\BiaoZhuCheQi.resx">
  1018. <DependentUpon>BiaoZhuCheQi.cs</DependentUpon>
  1019. </EmbeddedResource>
  1020. <EmbeddedResource Include="Tools\Conditions\XiTongGuanLi\BiaoZhuGuanWang.resx">
  1021. <DependentUpon>BiaoZhuGuanWang.cs</DependentUpon>
  1022. </EmbeddedResource>
  1023. <EmbeddedResource Include="Tools\Conditions\XiTongGuanLi\KongZhiTuCeng.resx">
  1024. <DependentUpon>KongZhiTuCeng.cs</DependentUpon>
  1025. </EmbeddedResource>
  1026. <EmbeddedResource Include="Tools\Conditions\XiTongGuanLi\PeiZhiFuTu.resx">
  1027. <DependentUpon>PeiZhiFuTu.cs</DependentUpon>
  1028. </EmbeddedResource>
  1029. <EmbeddedResource Include="Tools\Conditions\XiTongGuanLi\PeiZhiJingJu.resx">
  1030. <DependentUpon>PeiZhiJingJu.cs</DependentUpon>
  1031. </EmbeddedResource>
  1032. <EmbeddedResource Include="Tools\Conditions\XiTongGuanLi\PeiZhiYuJing.resx">
  1033. <DependentUpon>PeiZhiYuJing.cs</DependentUpon>
  1034. </EmbeddedResource>
  1035. <EmbeddedResource Include="Tools\Conditions\XiTongGuanLi\RiZhi.resx">
  1036. <DependentUpon>RiZhi.cs</DependentUpon>
  1037. </EmbeddedResource>
  1038. <EmbeddedResource Include="Tools\Conditions\XiTongGuanLi\ShuJuZiDian.resx">
  1039. <DependentUpon>ShuJuZiDian.cs</DependentUpon>
  1040. </EmbeddedResource>
  1041. <EmbeddedResource Include="Tools\Conditions\XiTongGuanLi\UserManager.resx">
  1042. <DependentUpon>UserManager.cs</DependentUpon>
  1043. </EmbeddedResource>
  1044. <EmbeddedResource Include="Tools\Results\Statistics\GDshuliangQY.resx">
  1045. <DependentUpon>GDshuliangQY.cs</DependentUpon>
  1046. </EmbeddedResource>
  1047. <EmbeddedResource Include="Tools\Results\Statistics\GXchangduQY.resx">
  1048. <DependentUpon>GXchangduQY.cs</DependentUpon>
  1049. </EmbeddedResource>
  1050. <EmbeddedResource Include="Tools\Results\Statistics\GXchangdu.resx">
  1051. <DependentUpon>GXchangdu.cs</DependentUpon>
  1052. </EmbeddedResource>
  1053. <EmbeddedResource Include="Tools\Results\Statistics\GDshuliang.resx">
  1054. <DependentUpon>GDshuliang.cs</DependentUpon>
  1055. </EmbeddedResource>
  1056. <EmbeddedResource Include="Tools\Results\Statistics\GXDZMSStatistics.resx">
  1057. <DependentUpon>GXDZMSStatistics.cs</DependentUpon>
  1058. </EmbeddedResource>
  1059. <EmbeddedResource Include="Tools\Results\Statistics\GXGJStatistics.resx">
  1060. <DependentUpon>GXGJStatistics.cs</DependentUpon>
  1061. </EmbeddedResource>
  1062. <EmbeddedResource Include="Tools\Results\Statistics\GXCZStatistics.resx">
  1063. <DependentUpon>GXCZStatistics.cs</DependentUpon>
  1064. </EmbeddedResource>
  1065. </ItemGroup>
  1066. <ItemGroup>
  1067. <None Include="Tools\Conditions\此文件夹下的类都应继承自ConditionPanel" />
  1068. </ItemGroup>
  1069. <ItemGroup>
  1070. <ProjectReference Include="..\WWPipeLine.Commons\WWPipeLine.Commons.csproj">
  1071. <Project>{bb601704-3755-4c57-afb4-866dd4baa044}</Project>
  1072. <Name>WWPipeLine.Commons</Name>
  1073. </ProjectReference>
  1074. <ProjectReference Include="..\WWPipeLine.Map.Basic\WWPipeLine.MapBasic.csproj">
  1075. <Project>{4ca43229-d72c-4c74-ab5c-c99950356386}</Project>
  1076. <Name>WWPipeLine.MapBasic</Name>
  1077. </ProjectReference>
  1078. </ItemGroup>
  1079. <ItemGroup />
  1080. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1081. </Project>