工具箱相关
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

HCTools.csproj 25KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\Costura.Fody.5.7.0\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.5.7.0\build\Costura.Fody.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{ABB97F2C-1CCA-4782-B144-A796879EBE66}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>HCTools</RootNamespace>
  11. <AssemblyName>HCTools</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <Deterministic>true</Deterministic>
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <StartupObject />
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Costura, Version=5.7.0.0, Culture=neutral, processorArchitecture=MSIL">
  43. <HintPath>..\packages\Costura.Fody.5.7.0\lib\netstandard1.0\Costura.dll</HintPath>
  44. </Reference>
  45. <Reference Include="gmap">
  46. <HintPath>..\..\..\..\..\..\..\2024\04\浩辰\GstarCAD2020_Development_Tool\浩辰CAD2020_grxsdk\inc\gmap.dll</HintPath>
  47. <Private>False</Private>
  48. </Reference>
  49. <Reference Include="gmdb">
  50. <HintPath>..\..\..\..\..\..\..\2024\04\浩辰\GstarCAD2021_Development_Tool\浩辰CAD2021_grxsdk\inc\gmdb.dll</HintPath>
  51. <Private>False</Private>
  52. </Reference>
  53. <Reference Include="GrxCAD.Interop">
  54. <HintPath>..\..\..\..\..\..\..\2024\04\浩辰\GstarCAD2020_Development_Tool\浩辰CAD2020_grxsdk\inc-x64\GrxCAD.Interop.dll</HintPath>
  55. <EmbedInteropTypes>False</EmbedInteropTypes>
  56. </Reference>
  57. <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <EmbedInteropTypes>True</EmbedInteropTypes>
  60. <HintPath>..\..\..\CADTools\CADtools\bin\Debug\Microsoft.Office.Interop.Excel.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  63. <HintPath>..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>
  64. <Private>True</Private>
  65. <Private>True</Private>
  66. </Reference>
  67. <Reference Include="NetTopologySuite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=f580a05016ebada1, processorArchitecture=MSIL">
  68. <HintPath>..\packages\NetTopologySuite.2.6.0\lib\netstandard2.0\NetTopologySuite.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System" />
  71. <Reference Include="System.AppContext, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  72. <HintPath>..\packages\System.AppContext.4.3.0\lib\net463\System.AppContext.dll</HintPath>
  73. <Private>True</Private>
  74. <Private>True</Private>
  75. </Reference>
  76. <Reference Include="System.Buffers, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  77. <HintPath>..\packages\System.Buffers.4.6.0\lib\net462\System.Buffers.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.ComponentModel.Composition" />
  80. <Reference Include="System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  81. <HintPath>..\packages\System.Console.4.3.0\lib\net46\System.Console.dll</HintPath>
  82. <Private>True</Private>
  83. <Private>True</Private>
  84. </Reference>
  85. <Reference Include="System.Core" />
  86. <Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  87. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System.Diagnostics.Tracing, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  90. <HintPath>..\packages\System.Diagnostics.Tracing.4.3.0\lib\net462\System.Diagnostics.Tracing.dll</HintPath>
  91. <Private>True</Private>
  92. <Private>True</Private>
  93. </Reference>
  94. <Reference Include="System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  95. <HintPath>..\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll</HintPath>
  96. <Private>True</Private>
  97. <Private>True</Private>
  98. </Reference>
  99. <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  100. <HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
  101. <Private>True</Private>
  102. <Private>True</Private>
  103. </Reference>
  104. <Reference Include="System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  105. <HintPath>..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
  106. <Private>True</Private>
  107. <Private>True</Private>
  108. </Reference>
  109. <Reference Include="System.IO.Compression.FileSystem" />
  110. <Reference Include="System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  111. <HintPath>..\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll</HintPath>
  112. <Private>True</Private>
  113. <Private>True</Private>
  114. </Reference>
  115. <Reference Include="System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  116. <HintPath>..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath>
  117. <Private>True</Private>
  118. <Private>True</Private>
  119. </Reference>
  120. <Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  121. <HintPath>..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
  122. <Private>True</Private>
  123. <Private>True</Private>
  124. </Reference>
  125. <Reference Include="System.Linq, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  126. <HintPath>..\packages\System.Linq.4.3.0\lib\net463\System.Linq.dll</HintPath>
  127. <Private>True</Private>
  128. <Private>True</Private>
  129. </Reference>
  130. <Reference Include="System.Linq.Expressions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  131. <HintPath>..\packages\System.Linq.Expressions.4.3.0\lib\net463\System.Linq.Expressions.dll</HintPath>
  132. <Private>True</Private>
  133. <Private>True</Private>
  134. </Reference>
  135. <Reference Include="System.Management" />
  136. <Reference Include="System.Memory, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  137. <HintPath>..\packages\System.Memory.4.6.0\lib\net462\System.Memory.dll</HintPath>
  138. </Reference>
  139. <Reference Include="System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  140. <HintPath>..\packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll</HintPath>
  141. <Private>True</Private>
  142. <Private>True</Private>
  143. </Reference>
  144. <Reference Include="System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  145. <HintPath>..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll</HintPath>
  146. <Private>True</Private>
  147. <Private>True</Private>
  148. </Reference>
  149. <Reference Include="System.Numerics" />
  150. <Reference Include="System.Numerics.Vectors, Version=4.1.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  151. <HintPath>..\packages\System.Numerics.Vectors.4.6.0\lib\net462\System.Numerics.Vectors.dll</HintPath>
  152. </Reference>
  153. <Reference Include="System.Reflection, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  154. <HintPath>..\packages\System.Reflection.4.3.0\lib\net462\System.Reflection.dll</HintPath>
  155. <Private>True</Private>
  156. <Private>True</Private>
  157. </Reference>
  158. <Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  159. <HintPath>..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>
  160. <Private>True</Private>
  161. <Private>True</Private>
  162. </Reference>
  163. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  164. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.0\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  165. </Reference>
  166. <Reference Include="System.Runtime.Extensions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  167. <HintPath>..\packages\System.Runtime.Extensions.4.3.0\lib\net462\System.Runtime.Extensions.dll</HintPath>
  168. <Private>True</Private>
  169. <Private>True</Private>
  170. </Reference>
  171. <Reference Include="System.Runtime.InteropServices, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  172. <HintPath>..\packages\System.Runtime.InteropServices.4.3.0\lib\net463\System.Runtime.InteropServices.dll</HintPath>
  173. <Private>True</Private>
  174. <Private>True</Private>
  175. </Reference>
  176. <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  177. <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  178. <Private>True</Private>
  179. <Private>True</Private>
  180. </Reference>
  181. <Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  182. <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
  183. <Private>True</Private>
  184. <Private>True</Private>
  185. </Reference>
  186. <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  187. <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
  188. <Private>True</Private>
  189. <Private>True</Private>
  190. </Reference>
  191. <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  192. <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
  193. <Private>True</Private>
  194. <Private>True</Private>
  195. </Reference>
  196. <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  197. <HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
  198. <Private>True</Private>
  199. <Private>True</Private>
  200. </Reference>
  201. <Reference Include="System.Text.RegularExpressions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  202. <HintPath>..\packages\System.Text.RegularExpressions.4.3.0\lib\net463\System.Text.RegularExpressions.dll</HintPath>
  203. <Private>True</Private>
  204. <Private>True</Private>
  205. </Reference>
  206. <Reference Include="System.Xml.Linq" />
  207. <Reference Include="System.Data.DataSetExtensions" />
  208. <Reference Include="Microsoft.CSharp" />
  209. <Reference Include="System.Data" />
  210. <Reference Include="System.Deployment" />
  211. <Reference Include="System.Drawing" />
  212. <Reference Include="System.Windows.Forms" />
  213. <Reference Include="System.Xml" />
  214. <Reference Include="System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  215. <HintPath>..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll</HintPath>
  216. <Private>True</Private>
  217. <Private>True</Private>
  218. </Reference>
  219. </ItemGroup>
  220. <ItemGroup>
  221. <Compile Include="AttributeForm.cs">
  222. <SubType>Form</SubType>
  223. </Compile>
  224. <Compile Include="AttributeForm.Designer.cs">
  225. <DependentUpon>AttributeForm.cs</DependentUpon>
  226. </Compile>
  227. <Compile Include="Attributeget.cs" />
  228. <Compile Include="Chaginfos.cs">
  229. <SubType>Form</SubType>
  230. </Compile>
  231. <Compile Include="Chaginfos.Designer.cs">
  232. <DependentUpon>Chaginfos.cs</DependentUpon>
  233. </Compile>
  234. <Compile Include="CheckContourLine.cs" />
  235. <Compile Include="CheckL.cs">
  236. <SubType>Form</SubType>
  237. </Compile>
  238. <Compile Include="CheckL.Designer.cs">
  239. <DependentUpon>CheckL.cs</DependentUpon>
  240. </Compile>
  241. <Compile Include="CheckPLOverlay.cs" />
  242. <Compile Include="ChPLConstradiction1.cs" />
  243. <Compile Include="ChPLContradiction.cs" />
  244. <Compile Include="CMCgis_Basicfunction.cs" />
  245. <Compile Include="Conn.cs">
  246. <SubType>Form</SubType>
  247. </Compile>
  248. <Compile Include="Conn.Designer.cs">
  249. <DependentUpon>Conn.cs</DependentUpon>
  250. </Compile>
  251. <Compile Include="Connect.cs" />
  252. <Compile Include="ContourLineFix.cs" />
  253. <Compile Include="CutContourLine.cs" />
  254. <Compile Include="CutCountL.cs">
  255. <SubType>Form</SubType>
  256. </Compile>
  257. <Compile Include="CutCountL.Designer.cs">
  258. <DependentUpon>CutCountL.cs</DependentUpon>
  259. </Compile>
  260. <Compile Include="DeleteElept.cs">
  261. <SubType>Form</SubType>
  262. </Compile>
  263. <Compile Include="DeleteElept.Designer.cs">
  264. <DependentUpon>DeleteElept.cs</DependentUpon>
  265. </Compile>
  266. <Compile Include="DeletePts.cs" />
  267. <Compile Include="DgxAnnck.cs" />
  268. <Compile Include="DgxAnno.cs">
  269. <SubType>Form</SubType>
  270. </Compile>
  271. <Compile Include="DgxAnno.Designer.cs">
  272. <DependentUpon>DgxAnno.cs</DependentUpon>
  273. </Compile>
  274. <Compile Include="DGXGeneral.cs">
  275. <SubType>Form</SubType>
  276. </Compile>
  277. <Compile Include="DGXGeneral.Designer.cs">
  278. <DependentUpon>DGXGeneral.cs</DependentUpon>
  279. </Compile>
  280. <Compile Include="DGXGeneralization.cs" />
  281. <Compile Include="Dgxinters.cs" />
  282. <Compile Include="Dgxthrorvrd.cs" />
  283. <Compile Include="Dgxthrorvrd_Form.cs">
  284. <SubType>Form</SubType>
  285. </Compile>
  286. <Compile Include="Dgxthrorvrd_Form.Designer.cs">
  287. <DependentUpon>Dgxthrorvrd_Form.cs</DependentUpon>
  288. </Compile>
  289. <Compile Include="ElePtCheck.cs" />
  290. <Compile Include="EleptDenck.cs" />
  291. <Compile Include="EleptDensity.cs">
  292. <SubType>Form</SubType>
  293. </Compile>
  294. <Compile Include="EleptDensity.Designer.cs">
  295. <DependentUpon>EleptDensity.cs</DependentUpon>
  296. </Compile>
  297. <Compile Include="EleRd.cs">
  298. <SubType>Form</SubType>
  299. </Compile>
  300. <Compile Include="EleRd.Designer.cs">
  301. <DependentUpon>EleRd.cs</DependentUpon>
  302. </Compile>
  303. <Compile Include="EleRound.cs" />
  304. <Compile Include="FeatureOverlap.cs" />
  305. <Compile Include="GCDdelete_Form.cs">
  306. <SubType>Form</SubType>
  307. </Compile>
  308. <Compile Include="GCDdelete_Form.Designer.cs">
  309. <DependentUpon>GCDdelete_Form.cs</DependentUpon>
  310. </Compile>
  311. <Compile Include="Hierak.cs">
  312. <SubType>Form</SubType>
  313. </Compile>
  314. <Compile Include="Hierak.Designer.cs">
  315. <DependentUpon>Hierak.cs</DependentUpon>
  316. </Compile>
  317. <Compile Include="Hierarchy.cs" />
  318. <Compile Include="InsertDOM.cs" />
  319. <Compile Include="InsertDOMs_to_one.cs">
  320. <SubType>Form</SubType>
  321. </Compile>
  322. <Compile Include="InsertDOMs_to_one.Designer.cs">
  323. <DependentUpon>InsertDOMs_to_one.cs</DependentUpon>
  324. </Compile>
  325. <Compile Include="InstDOM.cs">
  326. <SubType>Form</SubType>
  327. </Compile>
  328. <Compile Include="InstDOM.Designer.cs">
  329. <DependentUpon>InstDOM.cs</DependentUpon>
  330. </Compile>
  331. <Compile Include="Inters.cs" />
  332. <Compile Include="JQXlabel.cs">
  333. <SubType>Form</SubType>
  334. </Compile>
  335. <Compile Include="JQXlabel.Designer.cs">
  336. <DependentUpon>JQXlabel.cs</DependentUpon>
  337. </Compile>
  338. <Compile Include="JQXLabel_grid.cs">
  339. <SubType>Form</SubType>
  340. </Compile>
  341. <Compile Include="JQXLabel_grid.Designer.cs">
  342. <DependentUpon>JQXLabel_grid.cs</DependentUpon>
  343. </Compile>
  344. <Compile Include="LayerChange.cs" />
  345. <Compile Include="Layerchange_Form.cs">
  346. <SubType>Form</SubType>
  347. </Compile>
  348. <Compile Include="Layerchange_Form.Designer.cs">
  349. <DependentUpon>Layerchange_Form.cs</DependentUpon>
  350. </Compile>
  351. <Compile Include="MainClass.cs" />
  352. <Compile Include="Menus.cs" />
  353. <Compile Include="ModifyTFH.cs">
  354. <SubType>Form</SubType>
  355. </Compile>
  356. <Compile Include="ModifyTFH.Designer.cs">
  357. <DependentUpon>ModifyTFH.cs</DependentUpon>
  358. </Compile>
  359. <Compile Include="OutputbyTK_Form.cs">
  360. <SubType>Form</SubType>
  361. </Compile>
  362. <Compile Include="OutputbyTK_Form.Designer.cs">
  363. <DependentUpon>OutputbyTK_Form.cs</DependentUpon>
  364. </Compile>
  365. <Compile Include="PickupPoint.cs" />
  366. <Compile Include="PicPts.cs">
  367. <SubType>Form</SubType>
  368. </Compile>
  369. <Compile Include="PicPts.Designer.cs">
  370. <DependentUpon>PicPts.cs</DependentUpon>
  371. </Compile>
  372. <Compile Include="PLError_Overlay.cs">
  373. <SubType>Form</SubType>
  374. </Compile>
  375. <Compile Include="PLError_Overlay.Designer.cs">
  376. <DependentUpon>PLError_Overlay.cs</DependentUpon>
  377. </Compile>
  378. <Compile Include="Properties\AssemblyInfo.cs" />
  379. <Compile Include="PtCheck.cs">
  380. <SubType>Form</SubType>
  381. </Compile>
  382. <Compile Include="PtCheck.Designer.cs">
  383. <DependentUpon>PtCheck.cs</DependentUpon>
  384. </Compile>
  385. <Compile Include="PtLinecontradiction.cs">
  386. <SubType>Form</SubType>
  387. </Compile>
  388. <Compile Include="PtLinecontradiction.Designer.cs">
  389. <DependentUpon>PtLinecontradiction.cs</DependentUpon>
  390. </Compile>
  391. <Compile Include="Scale.cs">
  392. <SubType>Form</SubType>
  393. </Compile>
  394. <Compile Include="Scale.Designer.cs">
  395. <DependentUpon>Scale.cs</DependentUpon>
  396. </Compile>
  397. <Compile Include="SlopeL.cs">
  398. <SubType>Form</SubType>
  399. </Compile>
  400. <Compile Include="SlopeL.Designer.cs">
  401. <DependentUpon>SlopeL.cs</DependentUpon>
  402. </Compile>
  403. <Compile Include="SlopeLine.cs" />
  404. <Compile Include="TKInfo.cs">
  405. <SubType>Form</SubType>
  406. </Compile>
  407. <Compile Include="TKInfo.Designer.cs">
  408. <DependentUpon>TKInfo.cs</DependentUpon>
  409. </Compile>
  410. <EmbeddedResource Include="AttributeForm.resx">
  411. <DependentUpon>AttributeForm.cs</DependentUpon>
  412. <SubType>Designer</SubType>
  413. </EmbeddedResource>
  414. <EmbeddedResource Include="Chaginfos.resx">
  415. <DependentUpon>Chaginfos.cs</DependentUpon>
  416. </EmbeddedResource>
  417. <EmbeddedResource Include="CheckL.resx">
  418. <DependentUpon>CheckL.cs</DependentUpon>
  419. </EmbeddedResource>
  420. <EmbeddedResource Include="Conn.resx">
  421. <DependentUpon>Conn.cs</DependentUpon>
  422. </EmbeddedResource>
  423. <EmbeddedResource Include="CutCountL.resx">
  424. <DependentUpon>CutCountL.cs</DependentUpon>
  425. </EmbeddedResource>
  426. <EmbeddedResource Include="DeleteElept.resx">
  427. <DependentUpon>DeleteElept.cs</DependentUpon>
  428. </EmbeddedResource>
  429. <EmbeddedResource Include="DgxAnno.resx">
  430. <DependentUpon>DgxAnno.cs</DependentUpon>
  431. </EmbeddedResource>
  432. <EmbeddedResource Include="DGXGeneral.resx">
  433. <DependentUpon>DGXGeneral.cs</DependentUpon>
  434. </EmbeddedResource>
  435. <EmbeddedResource Include="Dgxthrorvrd_Form.resx">
  436. <DependentUpon>Dgxthrorvrd_Form.cs</DependentUpon>
  437. </EmbeddedResource>
  438. <EmbeddedResource Include="EleptDensity.resx">
  439. <DependentUpon>EleptDensity.cs</DependentUpon>
  440. </EmbeddedResource>
  441. <EmbeddedResource Include="EleRd.resx">
  442. <DependentUpon>EleRd.cs</DependentUpon>
  443. </EmbeddedResource>
  444. <EmbeddedResource Include="GCDdelete_Form.resx">
  445. <DependentUpon>GCDdelete_Form.cs</DependentUpon>
  446. </EmbeddedResource>
  447. <EmbeddedResource Include="Hierak.resx">
  448. <DependentUpon>Hierak.cs</DependentUpon>
  449. </EmbeddedResource>
  450. <EmbeddedResource Include="InsertDOMs_to_one.resx">
  451. <DependentUpon>InsertDOMs_to_one.cs</DependentUpon>
  452. </EmbeddedResource>
  453. <EmbeddedResource Include="InstDOM.resx">
  454. <DependentUpon>InstDOM.cs</DependentUpon>
  455. </EmbeddedResource>
  456. <EmbeddedResource Include="JQXlabel.resx">
  457. <DependentUpon>JQXlabel.cs</DependentUpon>
  458. </EmbeddedResource>
  459. <EmbeddedResource Include="JQXLabel_grid.resx">
  460. <DependentUpon>JQXLabel_grid.cs</DependentUpon>
  461. </EmbeddedResource>
  462. <EmbeddedResource Include="Layerchange_Form.resx">
  463. <DependentUpon>Layerchange_Form.cs</DependentUpon>
  464. </EmbeddedResource>
  465. <EmbeddedResource Include="ModifyTFH.resx">
  466. <DependentUpon>ModifyTFH.cs</DependentUpon>
  467. </EmbeddedResource>
  468. <EmbeddedResource Include="OutputbyTK_Form.resx">
  469. <DependentUpon>OutputbyTK_Form.cs</DependentUpon>
  470. </EmbeddedResource>
  471. <EmbeddedResource Include="PicPts.resx">
  472. <DependentUpon>PicPts.cs</DependentUpon>
  473. </EmbeddedResource>
  474. <EmbeddedResource Include="PLError_Overlay.resx">
  475. <DependentUpon>PLError_Overlay.cs</DependentUpon>
  476. </EmbeddedResource>
  477. <EmbeddedResource Include="Properties\Resources.resx">
  478. <Generator>ResXFileCodeGenerator</Generator>
  479. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  480. <SubType>Designer</SubType>
  481. </EmbeddedResource>
  482. <Compile Include="Properties\Resources.Designer.cs">
  483. <AutoGen>True</AutoGen>
  484. <DependentUpon>Resources.resx</DependentUpon>
  485. </Compile>
  486. <EmbeddedResource Include="PtCheck.resx">
  487. <DependentUpon>PtCheck.cs</DependentUpon>
  488. </EmbeddedResource>
  489. <EmbeddedResource Include="PtLinecontradiction.resx">
  490. <DependentUpon>PtLinecontradiction.cs</DependentUpon>
  491. </EmbeddedResource>
  492. <EmbeddedResource Include="Scale.resx">
  493. <DependentUpon>Scale.cs</DependentUpon>
  494. </EmbeddedResource>
  495. <EmbeddedResource Include="SlopeL.resx">
  496. <DependentUpon>SlopeL.cs</DependentUpon>
  497. </EmbeddedResource>
  498. <EmbeddedResource Include="TKInfo.resx">
  499. <DependentUpon>TKInfo.cs</DependentUpon>
  500. </EmbeddedResource>
  501. <None Include="App.config" />
  502. <None Include="packages.config" />
  503. <None Include="Properties\Settings.settings">
  504. <Generator>SettingsSingleFileGenerator</Generator>
  505. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  506. </None>
  507. <Compile Include="Properties\Settings.Designer.cs">
  508. <AutoGen>True</AutoGen>
  509. <DependentUpon>Settings.settings</DependentUpon>
  510. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  511. </Compile>
  512. </ItemGroup>
  513. <ItemGroup>
  514. <Content Include="FodyWeavers.xml" />
  515. </ItemGroup>
  516. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  517. <Import Project="..\packages\Fody.6.8.0\build\Fody.targets" Condition="Exists('..\packages\Fody.6.8.0\build\Fody.targets')" />
  518. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  519. <PropertyGroup>
  520. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  521. </PropertyGroup>
  522. <Error Condition="!Exists('..\packages\Fody.6.8.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.8.0\build\Fody.targets'))" />
  523. <Error Condition="!Exists('..\packages\Costura.Fody.5.7.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.5.7.0\build\Costura.Fody.props'))" />
  524. <Error Condition="!Exists('..\packages\Costura.Fody.5.7.0\build\Costura.Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.5.7.0\build\Costura.Fody.targets'))" />
  525. </Target>
  526. <Import Project="..\packages\Costura.Fody.5.7.0\build\Costura.Fody.targets" Condition="Exists('..\packages\Costura.Fody.5.7.0\build\Costura.Fody.targets')" />
  527. </Project>