GasTool.csproj 50 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135
  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>{5FA69C87-BBB0-4365-9CA3-5255EEF53695}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>GasTool</RootNamespace>
  10. <AssemblyName>GasTool</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. <NuGetPackageImportStamp>
  33. </NuGetPackageImportStamp>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <PlatformTarget>AnyCPU</PlatformTarget>
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. </PropertyGroup>
  54. <ItemGroup>
  55. <Reference Include="ICSharpCode.AvalonEdit, Version=6.3.0.90, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL">
  56. <HintPath>..\packages\AvalonEdit.6.3.0.90\lib\net462\ICSharpCode.AvalonEdit.dll</HintPath>
  57. </Reference>
  58. <Reference Include="log4net, Version=2.0.17.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  59. <HintPath>..\packages\log4net.2.0.17\lib\net45\log4net.dll</HintPath>
  60. </Reference>
  61. <Reference Include="MECF.Framework.Common">
  62. <HintPath>lib\MECF.Framework.Common.dll</HintPath>
  63. </Reference>
  64. <Reference Include="MECF.Framework.UI.Client">
  65. <HintPath>lib\MECF.Framework.UI.Client.dll</HintPath>
  66. </Reference>
  67. <Reference Include="MECF.Framework.UI.Core">
  68. <HintPath>lib\MECF.Framework.UI.Core.dll</HintPath>
  69. </Reference>
  70. <Reference Include="MessagePack, Version=2.5.0.0, Culture=neutral, PublicKeyToken=b4a0369545f0a1be, processorArchitecture=MSIL">
  71. <HintPath>..\packages\MessagePack.2.5.124\lib\netstandard2.0\MessagePack.dll</HintPath>
  72. </Reference>
  73. <Reference Include="MessagePack.Annotations, Version=2.5.0.0, Culture=neutral, PublicKeyToken=b4a0369545f0a1be, processorArchitecture=MSIL">
  74. <HintPath>..\packages\MessagePack.Annotations.2.5.124\lib\netstandard2.0\MessagePack.Annotations.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  77. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  80. <HintPath>..\packages\Microsoft.Build.Framework.17.10.4\lib\net472\Microsoft.Build.Framework.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Microsoft.IO.Redist, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  83. <HintPath>..\packages\Microsoft.IO.Redist.6.0.0\lib\net472\Microsoft.IO.Redist.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Microsoft.NET.StringTools, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  86. <HintPath>..\packages\Microsoft.NET.StringTools.17.10.4\lib\net472\Microsoft.NET.StringTools.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Microsoft.Win32.Registry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  89. <HintPath>..\packages\Microsoft.Win32.Registry.5.0.0\lib\net461\Microsoft.Win32.Registry.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Microsoft.Windows.Design.Interaction, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  92. <Reference Include="Nerdbank.Streams, Version=2.10.0.0, Culture=neutral, PublicKeyToken=cac503e1823ce71c, processorArchitecture=MSIL">
  93. <HintPath>..\packages\Nerdbank.Streams.2.10.69\lib\netstandard2.0\Nerdbank.Streams.dll</HintPath>
  94. </Reference>
  95. <Reference Include="netDxf, Version=1.0.0.0, Culture=neutral, PublicKeyToken=618c63290969e781, processorArchitecture=MSIL">
  96. <HintPath>..\packages\netDxf-devel0.3.1.0\lib\net472\netDxf.dll</HintPath>
  97. </Reference>
  98. <Reference Include="netstandard" />
  99. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  100. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  101. </Reference>
  102. <Reference Include="SciChart.Charting, Version=8.5.0.28148, Culture=neutral, PublicKeyToken=b55dd9efe817e823, processorArchitecture=MSIL">
  103. <HintPath>..\packages\SciChart.8.5.0.28148\lib\net462\SciChart.Charting.dll</HintPath>
  104. </Reference>
  105. <Reference Include="SciChart.Core, Version=8.5.0.28148, Culture=neutral, PublicKeyToken=b55dd9efe817e823, processorArchitecture=MSIL">
  106. <HintPath>..\packages\SciChart.8.5.0.28148\lib\net462\SciChart.Core.dll</HintPath>
  107. </Reference>
  108. <Reference Include="SciChart.Data, Version=8.5.0.28148, Culture=neutral, PublicKeyToken=b55dd9efe817e823, processorArchitecture=MSIL">
  109. <HintPath>..\packages\SciChart.8.5.0.28148\lib\net462\SciChart.Data.dll</HintPath>
  110. </Reference>
  111. <Reference Include="SciChart.Drawing, Version=8.5.0.28148, Culture=neutral, PublicKeyToken=b55dd9efe817e823, processorArchitecture=MSIL">
  112. <HintPath>..\packages\SciChart.8.5.0.28148\lib\net462\SciChart.Drawing.dll</HintPath>
  113. </Reference>
  114. <Reference Include="StreamJsonRpc, Version=2.18.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  115. <HintPath>..\packages\StreamJsonRpc.2.18.48\lib\netstandard2.0\StreamJsonRpc.dll</HintPath>
  116. </Reference>
  117. <Reference Include="System" />
  118. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  119. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  120. </Reference>
  121. <Reference Include="System.Collections.Immutable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  122. <HintPath>..\packages\System.Collections.Immutable.8.0.0\lib\net462\System.Collections.Immutable.dll</HintPath>
  123. </Reference>
  124. <Reference Include="System.ComponentModel.Composition" />
  125. <Reference Include="System.Composition.AttributedModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  126. <HintPath>..\packages\System.Composition.AttributedModel.8.0.0\lib\net462\System.Composition.AttributedModel.dll</HintPath>
  127. </Reference>
  128. <Reference Include="System.Composition.Convention, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  129. <HintPath>..\packages\System.Composition.Convention.8.0.0\lib\net462\System.Composition.Convention.dll</HintPath>
  130. </Reference>
  131. <Reference Include="System.Composition.Hosting, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  132. <HintPath>..\packages\System.Composition.Hosting.8.0.0\lib\net462\System.Composition.Hosting.dll</HintPath>
  133. </Reference>
  134. <Reference Include="System.Composition.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  135. <HintPath>..\packages\System.Composition.Runtime.8.0.0\lib\net462\System.Composition.Runtime.dll</HintPath>
  136. </Reference>
  137. <Reference Include="System.Composition.TypedParts, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  138. <HintPath>..\packages\System.Composition.TypedParts.8.0.0\lib\net462\System.Composition.TypedParts.dll</HintPath>
  139. </Reference>
  140. <Reference Include="System.Configuration" />
  141. <Reference Include="System.Data" />
  142. <Reference Include="System.Design" />
  143. <Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  144. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.8.0.0\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  145. </Reference>
  146. <Reference Include="System.Drawing" />
  147. <Reference Include="System.Drawing.Design" />
  148. <Reference Include="System.IO.Pipelines, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  149. <HintPath>..\packages\System.IO.Pipelines.8.0.0\lib\net462\System.IO.Pipelines.dll</HintPath>
  150. </Reference>
  151. <Reference Include="System.Management" />
  152. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  153. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  154. </Reference>
  155. <Reference Include="System.Numerics" />
  156. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  157. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  158. </Reference>
  159. <Reference Include="System.Reflection.Metadata, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  160. <HintPath>..\packages\System.Reflection.Metadata.8.0.0\lib\net462\System.Reflection.Metadata.dll</HintPath>
  161. </Reference>
  162. <Reference Include="System.Runtime" />
  163. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  164. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  165. </Reference>
  166. <Reference Include="System.Security.AccessControl, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  167. <HintPath>..\packages\System.Security.AccessControl.6.0.0\lib\net461\System.Security.AccessControl.dll</HintPath>
  168. </Reference>
  169. <Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  170. <HintPath>..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  171. </Reference>
  172. <Reference Include="System.ServiceModel" />
  173. <Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  174. <HintPath>..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
  175. </Reference>
  176. <Reference Include="System.Text.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  177. <HintPath>..\packages\System.Text.Json.8.0.0\lib\net462\System.Text.Json.dll</HintPath>
  178. </Reference>
  179. <Reference Include="System.Threading.AccessControl, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  180. <HintPath>..\packages\System.Threading.AccessControl.8.0.0\lib\net462\System.Threading.AccessControl.dll</HintPath>
  181. </Reference>
  182. <Reference Include="System.Threading.Tasks.Dataflow, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  183. <HintPath>..\packages\System.Threading.Tasks.Dataflow.8.0.0\lib\net462\System.Threading.Tasks.Dataflow.dll</HintPath>
  184. </Reference>
  185. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  186. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  187. </Reference>
  188. <Reference Include="System.Transactions" />
  189. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  190. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  191. </Reference>
  192. <Reference Include="System.Web" />
  193. <Reference Include="System.Windows.Forms" />
  194. <Reference Include="System.Windows.Interactivity">
  195. <HintPath>lib\System.Windows.Interactivity.dll</HintPath>
  196. </Reference>
  197. <Reference Include="System.Xml" />
  198. <Reference Include="Microsoft.CSharp" />
  199. <Reference Include="System.Core" />
  200. <Reference Include="System.Xml.Linq" />
  201. <Reference Include="System.Data.DataSetExtensions" />
  202. <Reference Include="System.Net.Http" />
  203. <Reference Include="System.Xaml">
  204. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  205. </Reference>
  206. <Reference Include="WindowsBase" />
  207. <Reference Include="PresentationCore" />
  208. <Reference Include="PresentationFramework" />
  209. <Reference Include="WPFToolkit">
  210. <HintPath>..\..\..\..\Furnace\FurnaceUI\WPFToolkit.dll</HintPath>
  211. </Reference>
  212. </ItemGroup>
  213. <ItemGroup>
  214. <ApplicationDefinition Include="App.xaml">
  215. <Generator>MSBuild:Compile</Generator>
  216. <SubType>Designer</SubType>
  217. </ApplicationDefinition>
  218. <Compile Include="BaseApp.cs" />
  219. <Compile Include="Converter\ColorConverterHelper.cs" />
  220. <Compile Include="Converter\SlotBorderConverter.cs" />
  221. <Compile Include="GasDxf\DrawingCanvas.cs" />
  222. <Compile Include="GasDxf\GasDxfDocment\GasConditions.cs" />
  223. <Compile Include="GasDxf\GasDxfDocment\GasDxfCanvas.cs" />
  224. <Compile Include="GasDxf\GasDxfDocment\GasDxfConvertXml.cs" />
  225. <Compile Include="GasDxf\GasDxfDocment\GasDxfDrawShape.cs" />
  226. <Compile Include="GasDxf\GasDxfDocment\GasRecognitionShape.cs" />
  227. <Compile Include="GasDxf\GasFunnel.cs" />
  228. <Compile Include="GasDxf\GasPolyLine.cs" />
  229. <Compile Include="Base\NotifyPropertyBase.cs" />
  230. <Compile Include="Scripts\FunSentence.cs" />
  231. <Compile Include="Scripts\ScriptVariable.cs" />
  232. <Compile Include="Scripts\Express.cs" />
  233. <Compile Include="Scripts\KeywordType.cs" />
  234. <Compile Include="Scripts\ExpressNode.cs" />
  235. <Compile Include="Scripts\Script.cs" />
  236. <Compile Include="Scripts\Sentence.cs" />
  237. <Compile Include="Scripts\BlockSentence.cs" />
  238. <Compile Include="Scripts\IfSentence.cs" />
  239. <Compile Include="Scripts\ReturnSentence.cs" />
  240. <Compile Include="Scripts\SetSentence.cs" />
  241. <Compile Include="Scripts\StringReader.cs" />
  242. <Compile Include="Scripts\SubscriptionManager.cs" />
  243. <Compile Include="Scripts\UserFunctions.cs" />
  244. <Compile Include="Scripts\UserFunctionsEvents.cs" />
  245. <Compile Include="Scripts\Variable.cs" />
  246. <Compile Include="GasDxf\GasAITValve.cs" />
  247. <Compile Include="GasDxf\GasAnalogControl4Jet.cs" />
  248. <Compile Include="GasDxf\GasButton.cs" />
  249. <Compile Include="GasDxf\GasText.cs" />
  250. <Compile Include="GasDxf\GasCircle.cs" />
  251. <Compile Include="GasDxf\GasDxfDocment\GasDxfDocument.cs" />
  252. <Compile Include="GasDxf\GasLine.cs" />
  253. <Compile Include="GasDxf\GasBaseShape.cs" />
  254. <Compile Include="Themes\CenterBorderGapMaskConverter.cs" />
  255. <Compile Include="Themes\InputDialogBox.xaml.cs">
  256. <DependentUpon>InputDialogBox.xaml</DependentUpon>
  257. </Compile>
  258. <Compile Include="Themes\lightgreen\TextBoxEx.cs" />
  259. <Compile Include="Themes\lightgreen\TextBoxEx2.cs" />
  260. <Compile Include="Themes\lightgreen\TextBoxEx3.cs" />
  261. <Compile Include="Themes\OceanBlue\TextBoxEx.cs" />
  262. <Compile Include="Themes\OceanBlue\TextBoxEx3.cs" />
  263. <Compile Include="Views\CodeEditView.xaml.cs">
  264. <DependentUpon>CodeEditView.xaml</DependentUpon>
  265. </Compile>
  266. <Compile Include="Views\ConfigsLPAndStockerView.xaml.cs" />
  267. <Compile Include="Views\ConfigsModifyView.xaml.cs" />
  268. <Compile Include="Views\ConfigsModifyViewModel.cs" />
  269. <Compile Include="Views\DxfToolView.xaml.cs">
  270. <DependentUpon>DxfToolView.xaml</DependentUpon>
  271. </Compile>
  272. <Compile Include="Views\CloseView.xaml.cs">
  273. <DependentUpon>CloseView.xaml</DependentUpon>
  274. </Compile>
  275. <Compile Include="Views\DxfToolViewModel.cs" />
  276. <Compile Include="Views\CloseViewModel.cs" />
  277. <Compile Include="Views\RunGasView.xaml.cs">
  278. <DependentUpon>RunGasView.xaml</DependentUpon>
  279. </Compile>
  280. <Compile Include="Views\UserControl1.xaml.cs">
  281. <DependentUpon>UserControl1.xaml</DependentUpon>
  282. </Compile>
  283. <Page Include="MainView.xaml">
  284. <Generator>MSBuild:Compile</Generator>
  285. <SubType>Designer</SubType>
  286. </Page>
  287. <Page Include="MainWindow.xaml">
  288. <Generator>MSBuild:Compile</Generator>
  289. <SubType>Designer</SubType>
  290. </Page>
  291. <Compile Include="App.xaml.cs">
  292. <DependentUpon>App.xaml</DependentUpon>
  293. <SubType>Code</SubType>
  294. </Compile>
  295. <Compile Include="Bootstrapper.cs" />
  296. <Compile Include="CGlobal.cs" />
  297. <Compile Include="ClientApp.cs" />
  298. <Compile Include="Config\AppSettingsHelper.cs" />
  299. <Compile Include="Converter\ForeColorConverter.cs" />
  300. <Compile Include="MainView.xaml.cs">
  301. <DependentUpon>MainView.xaml</DependentUpon>
  302. </Compile>
  303. <Compile Include="MainViewModel.cs" />
  304. <Compile Include="MainWindow.xaml.cs">
  305. <DependentUpon>MainWindow.xaml</DependentUpon>
  306. <SubType>Code</SubType>
  307. </Compile>
  308. <Page Include="Themes\Aero.NormalColor.xaml">
  309. <Generator>MSBuild:Compile</Generator>
  310. <SubType>Designer</SubType>
  311. </Page>
  312. <Page Include="Themes\Classic.xaml">
  313. <Generator>MSBuild:Compile</Generator>
  314. <SubType>Designer</SubType>
  315. </Page>
  316. <Page Include="Themes\Cyan\Button.xaml">
  317. <Generator>MSBuild:Compile</Generator>
  318. <SubType>Designer</SubType>
  319. </Page>
  320. <Page Include="Themes\Cyan\ComboBox.xaml">
  321. <Generator>MSBuild:Compile</Generator>
  322. <SubType>Designer</SubType>
  323. </Page>
  324. <Page Include="Themes\Cyan\DataGrid.xaml">
  325. <Generator>MSBuild:Compile</Generator>
  326. <SubType>Designer</SubType>
  327. </Page>
  328. <Page Include="Themes\Cyan\Expander.xaml">
  329. <Generator>MSBuild:Compile</Generator>
  330. <SubType>Designer</SubType>
  331. </Page>
  332. <Page Include="Themes\Cyan\GroupBox.xaml">
  333. <Generator>MSBuild:Compile</Generator>
  334. <SubType>Designer</SubType>
  335. </Page>
  336. <Page Include="Themes\Cyan\ListBox.xaml">
  337. <Generator>MSBuild:Compile</Generator>
  338. <SubType>Designer</SubType>
  339. </Page>
  340. <Page Include="Themes\Cyan\Listview.xaml">
  341. <Generator>MSBuild:Compile</Generator>
  342. <SubType>Designer</SubType>
  343. </Page>
  344. <Page Include="Themes\Cyan\MenuItem.xaml">
  345. <Generator>MSBuild:Compile</Generator>
  346. <SubType>Designer</SubType>
  347. </Page>
  348. <Page Include="Themes\Cyan\Scrollbar.xaml">
  349. <Generator>MSBuild:Compile</Generator>
  350. <SubType>Designer</SubType>
  351. </Page>
  352. <Page Include="Themes\Cyan\Skin.xaml">
  353. <Generator>MSBuild:Compile</Generator>
  354. <SubType>Designer</SubType>
  355. </Page>
  356. <Page Include="Themes\Cyan\SkinType.xaml">
  357. <Generator>MSBuild:Compile</Generator>
  358. <SubType>Designer</SubType>
  359. </Page>
  360. <Page Include="Themes\Cyan\Tab.xaml">
  361. <Generator>MSBuild:Compile</Generator>
  362. <SubType>Designer</SubType>
  363. </Page>
  364. <Page Include="Themes\Cyan\TextBox.xaml">
  365. <Generator>MSBuild:Compile</Generator>
  366. <SubType>Designer</SubType>
  367. </Page>
  368. <Page Include="Themes\Cyan\TreeView.xaml">
  369. <Generator>MSBuild:Compile</Generator>
  370. <SubType>Designer</SubType>
  371. </Page>
  372. <Page Include="Themes\DeepBlueBackUp\Button.xaml">
  373. <Generator>MSBuild:Compile</Generator>
  374. <SubType>Designer</SubType>
  375. </Page>
  376. <Page Include="Themes\DeepBlueBackUp\ComboBox.xaml">
  377. <Generator>MSBuild:Compile</Generator>
  378. <SubType>Designer</SubType>
  379. </Page>
  380. <Page Include="Themes\DeepBlueBackUp\DataGrid.xaml">
  381. <Generator>MSBuild:Compile</Generator>
  382. <SubType>Designer</SubType>
  383. </Page>
  384. <Page Include="Themes\DeepBlueBackUp\Expander.xaml">
  385. <Generator>MSBuild:Compile</Generator>
  386. <SubType>Designer</SubType>
  387. </Page>
  388. <Page Include="Themes\DeepBlueBackUp\GroupBox.xaml">
  389. <Generator>MSBuild:Compile</Generator>
  390. <SubType>Designer</SubType>
  391. </Page>
  392. <Page Include="Themes\DeepBlueBackUp\ListBox.xaml">
  393. <Generator>MSBuild:Compile</Generator>
  394. <SubType>Designer</SubType>
  395. </Page>
  396. <Page Include="Themes\DeepBlueBackUp\Listview.xaml">
  397. <Generator>MSBuild:Compile</Generator>
  398. <SubType>Designer</SubType>
  399. </Page>
  400. <Page Include="Themes\DeepBlueBackUp\MenuItem.xaml">
  401. <Generator>MSBuild:Compile</Generator>
  402. <SubType>Designer</SubType>
  403. </Page>
  404. <Page Include="Themes\DeepBlueBackUp\Scrollbar.xaml">
  405. <Generator>MSBuild:Compile</Generator>
  406. <SubType>Designer</SubType>
  407. </Page>
  408. <Page Include="Themes\DeepBlueBackUp\Skin.xaml">
  409. <Generator>MSBuild:Compile</Generator>
  410. <SubType>Designer</SubType>
  411. </Page>
  412. <Page Include="Themes\DeepBlueBackUp\SkinType.xaml">
  413. <Generator>MSBuild:Compile</Generator>
  414. <SubType>Designer</SubType>
  415. </Page>
  416. <Page Include="Themes\DeepBlueBackUp\Tab.xaml">
  417. <Generator>MSBuild:Compile</Generator>
  418. <SubType>Designer</SubType>
  419. </Page>
  420. <Page Include="Themes\DeepBlueBackUp\TextBox.xaml">
  421. <Generator>MSBuild:Compile</Generator>
  422. <SubType>Designer</SubType>
  423. </Page>
  424. <Page Include="Themes\DeepBlueBackUp\TreeView.xaml">
  425. <Generator>MSBuild:Compile</Generator>
  426. <SubType>Designer</SubType>
  427. </Page>
  428. <Page Include="Themes\DeepBlue\Button.xaml">
  429. <Generator>MSBuild:Compile</Generator>
  430. <SubType>Designer</SubType>
  431. </Page>
  432. <Page Include="Themes\DeepBlue\ComboBox.xaml">
  433. <Generator>MSBuild:Compile</Generator>
  434. <SubType>Designer</SubType>
  435. </Page>
  436. <Page Include="Themes\DeepBlue\DataGrid.xaml">
  437. <Generator>MSBuild:Compile</Generator>
  438. <SubType>Designer</SubType>
  439. </Page>
  440. <Page Include="Themes\DeepBlue\Expander.xaml">
  441. <Generator>MSBuild:Compile</Generator>
  442. <SubType>Designer</SubType>
  443. </Page>
  444. <Page Include="Themes\DeepBlue\GroupBox.xaml">
  445. <Generator>MSBuild:Compile</Generator>
  446. <SubType>Designer</SubType>
  447. </Page>
  448. <Page Include="Themes\DeepBlue\ListBox.xaml">
  449. <Generator>MSBuild:Compile</Generator>
  450. <SubType>Designer</SubType>
  451. </Page>
  452. <Page Include="Themes\DeepBlue\Listview.xaml">
  453. <Generator>MSBuild:Compile</Generator>
  454. <SubType>Designer</SubType>
  455. </Page>
  456. <Page Include="Themes\DeepBlue\MenuItem.xaml">
  457. <Generator>MSBuild:Compile</Generator>
  458. <SubType>Designer</SubType>
  459. </Page>
  460. <Page Include="Themes\DeepBlue\Scrollbar.xaml">
  461. <Generator>MSBuild:Compile</Generator>
  462. <SubType>Designer</SubType>
  463. </Page>
  464. <Page Include="Themes\DeepBlue\Skin.xaml">
  465. <Generator>MSBuild:Compile</Generator>
  466. <SubType>Designer</SubType>
  467. </Page>
  468. <Page Include="Themes\DeepBlue\SkinType.xaml">
  469. <Generator>MSBuild:Compile</Generator>
  470. <SubType>Designer</SubType>
  471. </Page>
  472. <Page Include="Themes\DeepBlue\Tab.xaml">
  473. <Generator>MSBuild:Compile</Generator>
  474. <SubType>Designer</SubType>
  475. </Page>
  476. <Page Include="Themes\DeepBlue\TextBox.xaml">
  477. <Generator>MSBuild:Compile</Generator>
  478. <SubType>Designer</SubType>
  479. </Page>
  480. <Page Include="Themes\DeepBlue\TreeView.xaml">
  481. <Generator>MSBuild:Compile</Generator>
  482. <SubType>Designer</SubType>
  483. </Page>
  484. <Page Include="Themes\Generic.xaml">
  485. <Generator>MSBuild:Compile</Generator>
  486. <SubType>Designer</SubType>
  487. </Page>
  488. <Page Include="Themes\GrayBlue\Button.xaml">
  489. <Generator>MSBuild:Compile</Generator>
  490. <SubType>Designer</SubType>
  491. </Page>
  492. <Page Include="Themes\GrayBlue\ComboBox.xaml">
  493. <Generator>MSBuild:Compile</Generator>
  494. <SubType>Designer</SubType>
  495. </Page>
  496. <Page Include="Themes\GrayBlue\DataGrid.xaml">
  497. <Generator>MSBuild:Compile</Generator>
  498. <SubType>Designer</SubType>
  499. </Page>
  500. <Page Include="Themes\GrayBlue\Expander.xaml">
  501. <Generator>MSBuild:Compile</Generator>
  502. <SubType>Designer</SubType>
  503. </Page>
  504. <Page Include="Themes\GrayBlue\GroupBox.xaml">
  505. <Generator>MSBuild:Compile</Generator>
  506. <SubType>Designer</SubType>
  507. </Page>
  508. <Page Include="Themes\GrayBlue\ListBox.xaml">
  509. <Generator>MSBuild:Compile</Generator>
  510. <SubType>Designer</SubType>
  511. </Page>
  512. <Page Include="Themes\GrayBlue\Listview.xaml">
  513. <Generator>MSBuild:Compile</Generator>
  514. <SubType>Designer</SubType>
  515. </Page>
  516. <Page Include="Themes\GrayBlue\MenuItem.xaml">
  517. <Generator>MSBuild:Compile</Generator>
  518. <SubType>Designer</SubType>
  519. </Page>
  520. <Page Include="Themes\GrayBlue\Scrollbar.xaml">
  521. <Generator>MSBuild:Compile</Generator>
  522. <SubType>Designer</SubType>
  523. </Page>
  524. <Page Include="Themes\GrayBlue\Skin.xaml">
  525. <Generator>MSBuild:Compile</Generator>
  526. <SubType>Designer</SubType>
  527. </Page>
  528. <Page Include="Themes\GrayBlue\SkinType.xaml">
  529. <Generator>MSBuild:Compile</Generator>
  530. <SubType>Designer</SubType>
  531. </Page>
  532. <Page Include="Themes\GrayBlue\Tab.xaml">
  533. <Generator>MSBuild:Compile</Generator>
  534. <SubType>Designer</SubType>
  535. </Page>
  536. <Page Include="Themes\GrayBlue\TextBox.xaml">
  537. <Generator>MSBuild:Compile</Generator>
  538. <SubType>Designer</SubType>
  539. </Page>
  540. <Page Include="Themes\GrayBlue\TreeView.xaml">
  541. <Generator>MSBuild:Compile</Generator>
  542. <SubType>Designer</SubType>
  543. </Page>
  544. <Page Include="Themes\InputDialogBox.xaml">
  545. <Generator>MSBuild:Compile</Generator>
  546. <SubType>Designer</SubType>
  547. </Page>
  548. <Page Include="Themes\LightBlue\Button.xaml">
  549. <Generator>MSBuild:Compile</Generator>
  550. <SubType>Designer</SubType>
  551. </Page>
  552. <Page Include="Themes\LightBlue\ComboBox.xaml">
  553. <Generator>MSBuild:Compile</Generator>
  554. <SubType>Designer</SubType>
  555. </Page>
  556. <Page Include="Themes\LightBlue\DataGrid.xaml">
  557. <Generator>MSBuild:Compile</Generator>
  558. <SubType>Designer</SubType>
  559. </Page>
  560. <Page Include="Themes\LightBlue\Expander.xaml">
  561. <Generator>MSBuild:Compile</Generator>
  562. <SubType>Designer</SubType>
  563. </Page>
  564. <Page Include="Themes\LightBlue\GroupBox.xaml">
  565. <Generator>MSBuild:Compile</Generator>
  566. <SubType>Designer</SubType>
  567. </Page>
  568. <Page Include="Themes\LightBlue\ListBox.xaml">
  569. <Generator>MSBuild:Compile</Generator>
  570. <SubType>Designer</SubType>
  571. </Page>
  572. <Page Include="Themes\LightBlue\Listview.xaml">
  573. <Generator>MSBuild:Compile</Generator>
  574. <SubType>Designer</SubType>
  575. </Page>
  576. <Page Include="Themes\LightBlue\MenuItem.xaml">
  577. <Generator>MSBuild:Compile</Generator>
  578. <SubType>Designer</SubType>
  579. </Page>
  580. <Page Include="Themes\LightBlue\Scrollbar.xaml">
  581. <Generator>MSBuild:Compile</Generator>
  582. <SubType>Designer</SubType>
  583. </Page>
  584. <Page Include="Themes\LightBlue\Skin.xaml">
  585. <Generator>MSBuild:Compile</Generator>
  586. <SubType>Designer</SubType>
  587. </Page>
  588. <Page Include="Themes\LightBlue\SkinType.xaml">
  589. <Generator>MSBuild:Compile</Generator>
  590. <SubType>Designer</SubType>
  591. </Page>
  592. <Page Include="Themes\LightBlue\Tab.xaml">
  593. <Generator>MSBuild:Compile</Generator>
  594. <SubType>Designer</SubType>
  595. </Page>
  596. <Page Include="Themes\LightBlue\TextBox.xaml">
  597. <Generator>MSBuild:Compile</Generator>
  598. <SubType>Designer</SubType>
  599. </Page>
  600. <Page Include="Themes\LightBlue\TreeView.xaml">
  601. <Generator>MSBuild:Compile</Generator>
  602. <SubType>Designer</SubType>
  603. </Page>
  604. <Page Include="Themes\lightgreen\Button.xaml">
  605. <Generator>MSBuild:Compile</Generator>
  606. <SubType>Designer</SubType>
  607. </Page>
  608. <Page Include="Themes\lightgreen\ComboBox.xaml">
  609. <Generator>MSBuild:Compile</Generator>
  610. <SubType>Designer</SubType>
  611. </Page>
  612. <Page Include="Themes\lightgreen\DataGrid.xaml">
  613. <Generator>MSBuild:Compile</Generator>
  614. <SubType>Designer</SubType>
  615. </Page>
  616. <Page Include="Themes\lightgreen\Expander.xaml">
  617. <Generator>MSBuild:Compile</Generator>
  618. <SubType>Designer</SubType>
  619. </Page>
  620. <Page Include="Themes\lightgreen\GroupBox.xaml">
  621. <Generator>MSBuild:Compile</Generator>
  622. <SubType>Designer</SubType>
  623. </Page>
  624. <Page Include="Themes\lightgreen\Label.xaml">
  625. <Generator>MSBuild:Compile</Generator>
  626. <SubType>Designer</SubType>
  627. </Page>
  628. <Page Include="Themes\lightgreen\ListBox.xaml">
  629. <Generator>MSBuild:Compile</Generator>
  630. <SubType>Designer</SubType>
  631. </Page>
  632. <Page Include="Themes\lightgreen\Listview.xaml">
  633. <Generator>MSBuild:Compile</Generator>
  634. <SubType>Designer</SubType>
  635. </Page>
  636. <Page Include="Themes\lightgreen\MenuItem.xaml">
  637. <Generator>MSBuild:Compile</Generator>
  638. <SubType>Designer</SubType>
  639. </Page>
  640. <Page Include="Themes\lightgreen\RadioButton.xaml">
  641. <Generator>MSBuild:Compile</Generator>
  642. <SubType>Designer</SubType>
  643. </Page>
  644. <Page Include="Themes\lightgreen\Scrollbar.xaml">
  645. <Generator>MSBuild:Compile</Generator>
  646. <SubType>Designer</SubType>
  647. </Page>
  648. <Page Include="Themes\lightgreen\Skin.xaml">
  649. <Generator>MSBuild:Compile</Generator>
  650. <SubType>Designer</SubType>
  651. </Page>
  652. <Page Include="Themes\lightgreen\SkinType.xaml">
  653. <Generator>MSBuild:Compile</Generator>
  654. <SubType>Designer</SubType>
  655. </Page>
  656. <Page Include="Themes\lightgreen\Tab.xaml">
  657. <Generator>MSBuild:Compile</Generator>
  658. <SubType>Designer</SubType>
  659. </Page>
  660. <Page Include="Themes\lightgreen\TextBlock.xaml">
  661. <Generator>MSBuild:Compile</Generator>
  662. <SubType>Designer</SubType>
  663. </Page>
  664. <Page Include="Themes\lightgreen\TextBox.xaml">
  665. <Generator>MSBuild:Compile</Generator>
  666. <SubType>Designer</SubType>
  667. </Page>
  668. <Page Include="Themes\lightgreen\TextBoxEx2.xaml">
  669. <Generator>MSBuild:Compile</Generator>
  670. <SubType>Designer</SubType>
  671. </Page>
  672. <Page Include="Themes\lightgreen\TextBoxEx3.xaml">
  673. <Generator>MSBuild:Compile</Generator>
  674. <SubType>Designer</SubType>
  675. </Page>
  676. <Page Include="Themes\lightgreen\TreeView.xaml">
  677. <Generator>MSBuild:Compile</Generator>
  678. <SubType>Designer</SubType>
  679. </Page>
  680. <Page Include="Themes\Luna.HomeStead.xaml">
  681. <Generator>MSBuild:Compile</Generator>
  682. <SubType>Designer</SubType>
  683. </Page>
  684. <Page Include="Themes\Luna.Metallic.xaml">
  685. <Generator>MSBuild:Compile</Generator>
  686. <SubType>Designer</SubType>
  687. </Page>
  688. <Page Include="Themes\Luna.NormalColor.xaml">
  689. <Generator>MSBuild:Compile</Generator>
  690. <SubType>Designer</SubType>
  691. </Page>
  692. <Page Include="Themes\OceanBlue\Button.xaml">
  693. <Generator>MSBuild:Compile</Generator>
  694. <SubType>Designer</SubType>
  695. </Page>
  696. <Page Include="Themes\OceanBlue\ComboBox.xaml">
  697. <Generator>MSBuild:Compile</Generator>
  698. <SubType>Designer</SubType>
  699. </Page>
  700. <Page Include="Themes\OceanBlue\DataGrid.xaml">
  701. <Generator>MSBuild:Compile</Generator>
  702. <SubType>Designer</SubType>
  703. </Page>
  704. <Page Include="Themes\OceanBlue\Expander.xaml">
  705. <Generator>MSBuild:Compile</Generator>
  706. <SubType>Designer</SubType>
  707. </Page>
  708. <Page Include="Themes\OceanBlue\GroupBox.xaml">
  709. <Generator>MSBuild:Compile</Generator>
  710. <SubType>Designer</SubType>
  711. </Page>
  712. <Page Include="Themes\OceanBlue\Label.xaml">
  713. <Generator>MSBuild:Compile</Generator>
  714. <SubType>Designer</SubType>
  715. </Page>
  716. <Page Include="Themes\OceanBlue\ListBox.xaml">
  717. <Generator>MSBuild:Compile</Generator>
  718. <SubType>Designer</SubType>
  719. </Page>
  720. <Page Include="Themes\OceanBlue\Listview.xaml">
  721. <Generator>MSBuild:Compile</Generator>
  722. <SubType>Designer</SubType>
  723. </Page>
  724. <Page Include="Themes\OceanBlue\MenuItem.xaml">
  725. <Generator>MSBuild:Compile</Generator>
  726. <SubType>Designer</SubType>
  727. </Page>
  728. <Page Include="Themes\OceanBlue\RadioButton.xaml">
  729. <Generator>MSBuild:Compile</Generator>
  730. <SubType>Designer</SubType>
  731. </Page>
  732. <Page Include="Themes\OceanBlue\Scrollbar.xaml">
  733. <Generator>MSBuild:Compile</Generator>
  734. <SubType>Designer</SubType>
  735. </Page>
  736. <Page Include="Themes\OceanBlue\Skin.xaml">
  737. <Generator>MSBuild:Compile</Generator>
  738. <SubType>Designer</SubType>
  739. </Page>
  740. <Page Include="Themes\OceanBlue\SkinType.xaml">
  741. <Generator>MSBuild:Compile</Generator>
  742. <SubType>Designer</SubType>
  743. </Page>
  744. <Page Include="Themes\OceanBlue\Tab.xaml">
  745. <Generator>MSBuild:Compile</Generator>
  746. <SubType>Designer</SubType>
  747. </Page>
  748. <Page Include="Themes\OceanBlue\TextBlock.xaml">
  749. <Generator>MSBuild:Compile</Generator>
  750. <SubType>Designer</SubType>
  751. </Page>
  752. <Page Include="Themes\OceanBlue\TextBox.xaml">
  753. <Generator>MSBuild:Compile</Generator>
  754. <SubType>Designer</SubType>
  755. </Page>
  756. <Page Include="Themes\OceanBlue\TextBoxEx3.xaml">
  757. <Generator>MSBuild:Compile</Generator>
  758. <SubType>Designer</SubType>
  759. </Page>
  760. <Page Include="Themes\OceanBlue\TreeView.xaml">
  761. <Generator>MSBuild:Compile</Generator>
  762. <SubType>Designer</SubType>
  763. </Page>
  764. <Page Include="Themes\Royale.NormalColor.xaml">
  765. <Generator>MSBuild:Compile</Generator>
  766. <SubType>Designer</SubType>
  767. </Page>
  768. <Page Include="Themes\SeaBlue\Button.xaml">
  769. <Generator>MSBuild:Compile</Generator>
  770. <SubType>Designer</SubType>
  771. </Page>
  772. <Page Include="Themes\SeaBlue\ComboBox.xaml">
  773. <Generator>MSBuild:Compile</Generator>
  774. <SubType>Designer</SubType>
  775. </Page>
  776. <Page Include="Themes\SeaBlue\DataGrid.xaml">
  777. <Generator>MSBuild:Compile</Generator>
  778. <SubType>Designer</SubType>
  779. </Page>
  780. <Page Include="Themes\SeaBlue\Expander.xaml">
  781. <Generator>MSBuild:Compile</Generator>
  782. <SubType>Designer</SubType>
  783. </Page>
  784. <Page Include="Themes\SeaBlue\GroupBox.xaml">
  785. <Generator>MSBuild:Compile</Generator>
  786. <SubType>Designer</SubType>
  787. </Page>
  788. <Page Include="Themes\SeaBlue\ListBox.xaml">
  789. <Generator>MSBuild:Compile</Generator>
  790. <SubType>Designer</SubType>
  791. </Page>
  792. <Page Include="Themes\SeaBlue\Listview.xaml">
  793. <Generator>MSBuild:Compile</Generator>
  794. <SubType>Designer</SubType>
  795. </Page>
  796. <Page Include="Themes\SeaBlue\MenuItem.xaml">
  797. <Generator>MSBuild:Compile</Generator>
  798. <SubType>Designer</SubType>
  799. </Page>
  800. <Page Include="Themes\SeaBlue\Scrollbar.xaml">
  801. <Generator>MSBuild:Compile</Generator>
  802. <SubType>Designer</SubType>
  803. </Page>
  804. <Page Include="Themes\SeaBlue\Skin.xaml">
  805. <Generator>MSBuild:Compile</Generator>
  806. <SubType>Designer</SubType>
  807. </Page>
  808. <Page Include="Themes\SeaBlue\SkinType.xaml">
  809. <Generator>MSBuild:Compile</Generator>
  810. <SubType>Designer</SubType>
  811. </Page>
  812. <Page Include="Themes\SeaBlue\Tab.xaml">
  813. <Generator>MSBuild:Compile</Generator>
  814. <SubType>Designer</SubType>
  815. </Page>
  816. <Page Include="Themes\SeaBlue\TextBox.xaml">
  817. <Generator>MSBuild:Compile</Generator>
  818. <SubType>Designer</SubType>
  819. </Page>
  820. <Page Include="Themes\SeaBlue\TreeView.xaml">
  821. <Generator>MSBuild:Compile</Generator>
  822. <SubType>Designer</SubType>
  823. </Page>
  824. <Page Include="Themes\SkyBlue\Button.xaml">
  825. <Generator>MSBuild:Compile</Generator>
  826. <SubType>Designer</SubType>
  827. </Page>
  828. <Page Include="Themes\SkyBlue\ComboBox.xaml">
  829. <Generator>MSBuild:Compile</Generator>
  830. <SubType>Designer</SubType>
  831. </Page>
  832. <Page Include="Themes\SkyBlue\DataGrid.xaml">
  833. <Generator>MSBuild:Compile</Generator>
  834. <SubType>Designer</SubType>
  835. </Page>
  836. <Page Include="Themes\SkyBlue\Expander.xaml">
  837. <Generator>MSBuild:Compile</Generator>
  838. <SubType>Designer</SubType>
  839. </Page>
  840. <Page Include="Themes\SkyBlue\GroupBox.xaml">
  841. <Generator>MSBuild:Compile</Generator>
  842. <SubType>Designer</SubType>
  843. </Page>
  844. <Page Include="Themes\SkyBlue\ListBox.xaml">
  845. <Generator>MSBuild:Compile</Generator>
  846. <SubType>Designer</SubType>
  847. </Page>
  848. <Page Include="Themes\SkyBlue\Listview.xaml">
  849. <Generator>MSBuild:Compile</Generator>
  850. <SubType>Designer</SubType>
  851. </Page>
  852. <Page Include="Themes\SkyBlue\MenuItem.xaml">
  853. <Generator>MSBuild:Compile</Generator>
  854. <SubType>Designer</SubType>
  855. </Page>
  856. <Page Include="Themes\SkyBlue\Scrollbar.xaml">
  857. <Generator>MSBuild:Compile</Generator>
  858. <SubType>Designer</SubType>
  859. </Page>
  860. <Page Include="Themes\SkyBlue\Skin.xaml">
  861. <Generator>MSBuild:Compile</Generator>
  862. <SubType>Designer</SubType>
  863. </Page>
  864. <Page Include="Themes\SkyBlue\SkinType.xaml">
  865. <Generator>MSBuild:Compile</Generator>
  866. <SubType>Designer</SubType>
  867. </Page>
  868. <Page Include="Themes\SkyBlue\Tab.xaml">
  869. <Generator>MSBuild:Compile</Generator>
  870. <SubType>Designer</SubType>
  871. </Page>
  872. <Page Include="Themes\SkyBlue\TextBox.xaml">
  873. <Generator>MSBuild:Compile</Generator>
  874. <SubType>Designer</SubType>
  875. </Page>
  876. <Page Include="Themes\SkyBlue\TreeView.xaml">
  877. <Generator>MSBuild:Compile</Generator>
  878. <SubType>Designer</SubType>
  879. </Page>
  880. <Page Include="Themes\Standard\Button.xaml">
  881. <Generator>MSBuild:Compile</Generator>
  882. <SubType>Designer</SubType>
  883. </Page>
  884. <Page Include="Themes\Standard\ComboBox.xaml">
  885. <Generator>MSBuild:Compile</Generator>
  886. <SubType>Designer</SubType>
  887. </Page>
  888. <Page Include="Themes\Standard\DataGrid.xaml">
  889. <Generator>MSBuild:Compile</Generator>
  890. <SubType>Designer</SubType>
  891. </Page>
  892. <Page Include="Themes\Standard\Expander.xaml">
  893. <Generator>MSBuild:Compile</Generator>
  894. <SubType>Designer</SubType>
  895. </Page>
  896. <Page Include="Themes\Standard\GroupBox.xaml">
  897. <Generator>MSBuild:Compile</Generator>
  898. <SubType>Designer</SubType>
  899. </Page>
  900. <Page Include="Themes\Standard\ListBox.xaml">
  901. <Generator>MSBuild:Compile</Generator>
  902. <SubType>Designer</SubType>
  903. </Page>
  904. <Page Include="Themes\Standard\Listview.xaml">
  905. <Generator>MSBuild:Compile</Generator>
  906. <SubType>Designer</SubType>
  907. </Page>
  908. <Page Include="Themes\Standard\MenuItem.xaml">
  909. <Generator>MSBuild:Compile</Generator>
  910. <SubType>Designer</SubType>
  911. </Page>
  912. <Page Include="Themes\Standard\Scrollbar.xaml">
  913. <Generator>MSBuild:Compile</Generator>
  914. <SubType>Designer</SubType>
  915. </Page>
  916. <Page Include="Themes\Standard\Skin.xaml">
  917. <Generator>MSBuild:Compile</Generator>
  918. <SubType>Designer</SubType>
  919. </Page>
  920. <Page Include="Themes\Standard\SkinType.xaml">
  921. <Generator>MSBuild:Compile</Generator>
  922. <SubType>Designer</SubType>
  923. </Page>
  924. <Page Include="Themes\Standard\Tab.xaml">
  925. <Generator>MSBuild:Compile</Generator>
  926. <SubType>Designer</SubType>
  927. </Page>
  928. <Page Include="Themes\Standard\TextBlock.xaml">
  929. <Generator>MSBuild:Compile</Generator>
  930. <SubType>Designer</SubType>
  931. </Page>
  932. <Page Include="Themes\Standard\TextBox.xaml">
  933. <Generator>MSBuild:Compile</Generator>
  934. <SubType>Designer</SubType>
  935. </Page>
  936. <Page Include="Themes\Standard\TreeView.xaml">
  937. <Generator>MSBuild:Compile</Generator>
  938. <SubType>Designer</SubType>
  939. </Page>
  940. <Page Include="Themes\SubPanelBlue\Button.xaml">
  941. <Generator>MSBuild:Compile</Generator>
  942. <SubType>Designer</SubType>
  943. </Page>
  944. <Page Include="Themes\SubPanelBlue\ComboBox.xaml">
  945. <Generator>MSBuild:Compile</Generator>
  946. <SubType>Designer</SubType>
  947. </Page>
  948. <Page Include="Themes\SubPanelBlue\DataGrid.xaml">
  949. <Generator>MSBuild:Compile</Generator>
  950. <SubType>Designer</SubType>
  951. </Page>
  952. <Page Include="Themes\SubPanelBlue\Expander.xaml">
  953. <Generator>MSBuild:Compile</Generator>
  954. <SubType>Designer</SubType>
  955. </Page>
  956. <Page Include="Themes\SubPanelBlue\GroupBox.xaml">
  957. <Generator>MSBuild:Compile</Generator>
  958. <SubType>Designer</SubType>
  959. </Page>
  960. <Page Include="Themes\SubPanelBlue\Label.xaml">
  961. <Generator>MSBuild:Compile</Generator>
  962. <SubType>Designer</SubType>
  963. </Page>
  964. <Page Include="Themes\SubPanelBlue\ListBox.xaml">
  965. <Generator>MSBuild:Compile</Generator>
  966. <SubType>Designer</SubType>
  967. </Page>
  968. <Page Include="Themes\SubPanelBlue\Listview.xaml">
  969. <Generator>MSBuild:Compile</Generator>
  970. <SubType>Designer</SubType>
  971. </Page>
  972. <Page Include="Themes\SubPanelBlue\MenuItem.xaml">
  973. <Generator>MSBuild:Compile</Generator>
  974. <SubType>Designer</SubType>
  975. </Page>
  976. <Page Include="Themes\SubPanelBlue\Scrollbar.xaml">
  977. <Generator>MSBuild:Compile</Generator>
  978. <SubType>Designer</SubType>
  979. </Page>
  980. <Page Include="Themes\SubPanelBlue\Skin.xaml">
  981. <Generator>MSBuild:Compile</Generator>
  982. <SubType>Designer</SubType>
  983. </Page>
  984. <Page Include="Themes\SubPanelBlue\Tab.xaml">
  985. <Generator>MSBuild:Compile</Generator>
  986. <SubType>Designer</SubType>
  987. </Page>
  988. <Page Include="Themes\SubPanelBlue\TextBlock.xaml">
  989. <Generator>MSBuild:Compile</Generator>
  990. <SubType>Designer</SubType>
  991. </Page>
  992. <Page Include="Themes\SubPanelBlue\TextBox.xaml">
  993. <Generator>MSBuild:Compile</Generator>
  994. <SubType>Designer</SubType>
  995. </Page>
  996. <Page Include="Themes\SubPanelBlue\TreeView.xaml">
  997. <Generator>MSBuild:Compile</Generator>
  998. <SubType>Designer</SubType>
  999. </Page>
  1000. <Page Include="Views\CodeEditView.xaml">
  1001. <SubType>Designer</SubType>
  1002. <Generator>MSBuild:Compile</Generator>
  1003. </Page>
  1004. <Page Include="Views\ConfigsLPAndStockerView.xaml">
  1005. <Generator>MSBuild:Compile</Generator>
  1006. <SubType>Designer</SubType>
  1007. </Page>
  1008. <Page Include="Views\ConfigsModifyView.xaml">
  1009. <Generator>MSBuild:Compile</Generator>
  1010. <SubType>Designer</SubType>
  1011. </Page>
  1012. <Page Include="Views\DxfToolView.xaml">
  1013. <Generator>MSBuild:Compile</Generator>
  1014. <SubType>Designer</SubType>
  1015. </Page>
  1016. <Page Include="Views\CloseView.xaml">
  1017. <SubType>Designer</SubType>
  1018. <Generator>MSBuild:Compile</Generator>
  1019. </Page>
  1020. <Page Include="Views\RunGasView.xaml">
  1021. <SubType>Designer</SubType>
  1022. <Generator>MSBuild:Compile</Generator>
  1023. </Page>
  1024. <Page Include="Views\UserControl1.xaml">
  1025. <SubType>Designer</SubType>
  1026. <Generator>MSBuild:Compile</Generator>
  1027. </Page>
  1028. </ItemGroup>
  1029. <ItemGroup>
  1030. <Compile Include="Properties\AssemblyInfo.cs">
  1031. <SubType>Code</SubType>
  1032. </Compile>
  1033. <Compile Include="Properties\Resources.Designer.cs">
  1034. <AutoGen>True</AutoGen>
  1035. <DesignTime>True</DesignTime>
  1036. <DependentUpon>Resources.resx</DependentUpon>
  1037. </Compile>
  1038. <Compile Include="Properties\Settings.Designer.cs">
  1039. <AutoGen>True</AutoGen>
  1040. <DependentUpon>Settings.settings</DependentUpon>
  1041. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  1042. </Compile>
  1043. <EmbeddedResource Include="Properties\Resources.resx">
  1044. <Generator>ResXFileCodeGenerator</Generator>
  1045. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  1046. </EmbeddedResource>
  1047. <None Include="Demo\DxfFiles\ELK.DXF" />
  1048. <None Include="Demo\DxfFiles\TIN.dxf" />
  1049. <None Include="Demo\DxfFiles\TIN02.dxf" />
  1050. <None Include="packages.config" />
  1051. <None Include="Properties\Settings.settings">
  1052. <Generator>SettingsSingleFileGenerator</Generator>
  1053. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  1054. </None>
  1055. </ItemGroup>
  1056. <ItemGroup>
  1057. <None Include="App.config" />
  1058. </ItemGroup>
  1059. <ItemGroup>
  1060. <Resource Include="Config\Menu.xml">
  1061. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1062. </Resource>
  1063. </ItemGroup>
  1064. <ItemGroup>
  1065. <Resource Include="Themes\DeepBlueBackUp\Folder_Close.png" />
  1066. <Resource Include="Themes\DeepBlueBackUp\Folder_Open.png" />
  1067. <Resource Include="Themes\DeepBlueBackUp\Folder_Unable.png" />
  1068. <Resource Include="Themes\LightBlue\Folder_Close.png" />
  1069. <Resource Include="Themes\LightBlue\Folder_Open.png" />
  1070. <Resource Include="Themes\LightBlue\Folder_Unable.png" />
  1071. </ItemGroup>
  1072. <ItemGroup>
  1073. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  1074. <Visible>False</Visible>
  1075. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  1076. <Install>true</Install>
  1077. </BootstrapperPackage>
  1078. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  1079. <Visible>False</Visible>
  1080. <ProductName>.NET Framework 3.5 SP1</ProductName>
  1081. <Install>false</Install>
  1082. </BootstrapperPackage>
  1083. </ItemGroup>
  1084. <ItemGroup>
  1085. <Analyzer Include="..\packages\Microsoft.ServiceHub.Analyzers.4.5.31\analyzers\Microsoft.ServiceHub.Analyzers.dll" />
  1086. <Analyzer Include="..\packages\Microsoft.VisualStudio.Composition.Analyzers.17.10.37\analyzers\dotnet\Microsoft.VisualStudio.Composition.Analyzers.dll" />
  1087. <Analyzer Include="..\packages\Microsoft.VisualStudio.SDK.Analyzers.17.7.22\analyzers\cs\Microsoft.VisualStudio.SDK.Analyzers.CodeFixes.dll" />
  1088. <Analyzer Include="..\packages\Microsoft.VisualStudio.SDK.Analyzers.17.7.22\analyzers\cs\Microsoft.VisualStudio.SDK.Analyzers.dll" />
  1089. <Analyzer Include="..\packages\Microsoft.VisualStudio.Threading.Analyzers.17.10.41\analyzers\cs\Microsoft.VisualStudio.Threading.Analyzers.CodeFixes.dll" />
  1090. <Analyzer Include="..\packages\Microsoft.VisualStudio.Threading.Analyzers.17.10.41\analyzers\cs\Microsoft.VisualStudio.Threading.Analyzers.CSharp.dll" />
  1091. <Analyzer Include="..\packages\Microsoft.VisualStudio.Threading.Analyzers.17.10.41\analyzers\cs\Microsoft.VisualStudio.Threading.Analyzers.dll" />
  1092. <Analyzer Include="..\packages\Microsoft.VisualStudio.Threading.Analyzers.17.10.41\analyzers\vb\Microsoft.VisualStudio.Threading.Analyzers.CodeFixes.dll" />
  1093. <Analyzer Include="..\packages\Microsoft.VisualStudio.Threading.Analyzers.17.10.41\analyzers\vb\Microsoft.VisualStudio.Threading.Analyzers.dll" />
  1094. <Analyzer Include="..\packages\Microsoft.VisualStudio.Threading.Analyzers.17.10.41\analyzers\vb\Microsoft.VisualStudio.Threading.Analyzers.VisualBasic.dll" />
  1095. </ItemGroup>
  1096. <ItemGroup>
  1097. <WCFMetadata Include="Connected Services\" />
  1098. </ItemGroup>
  1099. <ItemGroup>
  1100. <ProjectReference Include="..\DataLibrary\DataLibrary.csproj">
  1101. <Project>{06567f23-f8a8-4548-bf84-5ba961742b87}</Project>
  1102. <Name>DataLibrary</Name>
  1103. </ProjectReference>
  1104. </ItemGroup>
  1105. <ItemGroup>
  1106. <Resource Include="Demo\XML\ELK.xml" />
  1107. </ItemGroup>
  1108. <ItemGroup>
  1109. <Resource Include="Demo\XML\TIN.xml" />
  1110. </ItemGroup>
  1111. <ItemGroup>
  1112. <Resource Include="Demo\XML\TIN02.xml" />
  1113. </ItemGroup>
  1114. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1115. <PropertyGroup>
  1116. <PostBuildEvent>
  1117. REM 配置文件Copy
  1118. if exist "$(TargetDir)\Config" rd "$(TargetDir)\Config" /s /q
  1119. md "$(TargetDir)\Config"
  1120. xcopy "$(ProjectDir)\Config\Menu.xml" "$(TargetDir)\Config"</PostBuildEvent>
  1121. </PropertyGroup>
  1122. <PropertyGroup>
  1123. <PreBuildEvent>
  1124. </PreBuildEvent>
  1125. </PropertyGroup>
  1126. <Import Project="..\packages\Microsoft.VisualStudio.SDK.Analyzers.17.7.22\build\Microsoft.VisualStudio.SDK.Analyzers.targets" Condition="Exists('..\packages\Microsoft.VisualStudio.SDK.Analyzers.17.7.22\build\Microsoft.VisualStudio.SDK.Analyzers.targets')" />
  1127. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  1128. <PropertyGroup>
  1129. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  1130. </PropertyGroup>
  1131. <Error Condition="!Exists('..\packages\Microsoft.VisualStudio.SDK.Analyzers.17.7.22\build\Microsoft.VisualStudio.SDK.Analyzers.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VisualStudio.SDK.Analyzers.17.7.22\build\Microsoft.VisualStudio.SDK.Analyzers.targets'))" />
  1132. <Error Condition="!Exists('..\packages\Microsoft.VisualStudio.Threading.Analyzers.17.10.41\build\Microsoft.VisualStudio.Threading.Analyzers.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VisualStudio.Threading.Analyzers.17.10.41\build\Microsoft.VisualStudio.Threading.Analyzers.targets'))" />
  1133. </Target>
  1134. <Import Project="..\packages\Microsoft.VisualStudio.Threading.Analyzers.17.10.41\build\Microsoft.VisualStudio.Threading.Analyzers.targets" Condition="Exists('..\packages\Microsoft.VisualStudio.Threading.Analyzers.17.10.41\build\Microsoft.VisualStudio.Threading.Analyzers.targets')" />
  1135. </Project>