WWPipeLine.MapTools.csproj 52 KB

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