SWRIS.csproj 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642
  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\EntityFramework.6.5.1\build\EntityFramework.props" Condition="Exists('packages\EntityFramework.6.5.1\build\EntityFramework.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <HotReloadAutoRestart>true</HotReloadAutoRestart>
  7. </PropertyGroup>
  8. <PropertyGroup>
  9. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  10. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  11. <ProjectGuid>{3F57ECFF-C6C5-4EF7-9A4C-2E3295D7F774}</ProjectGuid>
  12. <OutputType>WinExe</OutputType>
  13. <RootNamespace>SWRIS</RootNamespace>
  14. <AssemblyName>SWRIS</AssemblyName>
  15. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  16. <FileAlignment>512</FileAlignment>
  17. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  18. <WarningLevel>4</WarningLevel>
  19. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  20. <Deterministic>true</Deterministic>
  21. <NuGetPackageImportStamp>
  22. </NuGetPackageImportStamp>
  23. <IsWebBootstrapper>false</IsWebBootstrapper>
  24. <PublishUrl>publish\</PublishUrl>
  25. <Install>true</Install>
  26. <InstallFrom>Disk</InstallFrom>
  27. <UpdateEnabled>false</UpdateEnabled>
  28. <UpdateMode>Foreground</UpdateMode>
  29. <UpdateInterval>7</UpdateInterval>
  30. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  31. <UpdatePeriodically>false</UpdatePeriodically>
  32. <UpdateRequired>false</UpdateRequired>
  33. <MapFileExtensions>true</MapFileExtensions>
  34. <ApplicationRevision>0</ApplicationRevision>
  35. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  36. <UseApplicationTrust>false</UseApplicationTrust>
  37. <BootstrapperEnabled>true</BootstrapperEnabled>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  40. <PlatformTarget>AnyCPU</PlatformTarget>
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>full</DebugType>
  43. <Optimize>false</Optimize>
  44. <OutputPath>bin\Debug\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  50. <PlatformTarget>AnyCPU</PlatformTarget>
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <TargetZone>LocalIntranet</TargetZone>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <GenerateManifests>false</GenerateManifests>
  63. </PropertyGroup>
  64. <PropertyGroup />
  65. <PropertyGroup>
  66. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  67. </PropertyGroup>
  68. <PropertyGroup>
  69. <ApplicationIcon>logo.ico</ApplicationIcon>
  70. </PropertyGroup>
  71. <ItemGroup>
  72. <Reference Include="CustomMarshalers" />
  73. <Reference Include="Dapper, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  74. <HintPath>packages\Dapper.2.1.66\lib\net461\Dapper.dll</HintPath>
  75. </Reference>
  76. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  77. <HintPath>packages\EntityFramework.6.5.1\lib\net45\EntityFramework.dll</HintPath>
  78. </Reference>
  79. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  80. <HintPath>packages\EntityFramework.6.5.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  81. </Reference>
  82. <Reference Include="GLWpfControl, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
  83. <HintPath>packages\OpenTK.GLWpfControl.3.3.0\lib\net452\GLWpfControl.dll</HintPath>
  84. </Reference>
  85. <Reference Include="HarfBuzzSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  86. <HintPath>packages\HarfBuzzSharp.7.3.0.3\lib\net462\HarfBuzzSharp.dll</HintPath>
  87. </Reference>
  88. <Reference Include="HslCommunication, Version=12.3.3.0, Culture=neutral, PublicKeyToken=3d72ad3b6b5ec0e3, processorArchitecture=MSIL">
  89. <HintPath>packages\HslCommunication.12.3.3\lib\net451\HslCommunication.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Interop.IWshRuntimeLibrary, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  92. <HintPath>packages\Interop.IWshRuntimeLibrary.1.0.1\lib\net45\Interop.IWshRuntimeLibrary.dll</HintPath>
  93. <EmbedInteropTypes>True</EmbedInteropTypes>
  94. </Reference>
  95. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.8, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  96. <HintPath>packages\Microsoft.Bcl.AsyncInterfaces.9.0.8\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  97. </Reference>
  98. <Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.5.0, Culture=neutral, PublicKeyToken=8985beaab7ea3f04, processorArchitecture=MSIL">
  99. <HintPath>packages\Microsoft-WindowsAPICodePack-Core.1.1.5\lib\net48\Microsoft.WindowsAPICodePack.dll</HintPath>
  100. </Reference>
  101. <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.5.0, Culture=neutral, PublicKeyToken=8985beaab7ea3f04, processorArchitecture=MSIL">
  102. <HintPath>packages\Microsoft-WindowsAPICodePack-Shell.1.1.5\lib\net48\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
  103. </Reference>
  104. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  105. <HintPath>packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  106. </Reference>
  107. <Reference Include="Newtonsoft.Json.Bson, Version=1.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  108. <HintPath>packages\Newtonsoft.Json.Bson.1.0.3\lib\net45\Newtonsoft.Json.Bson.dll</HintPath>
  109. </Reference>
  110. <Reference Include="OpenTK, Version=3.3.1.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
  111. <HintPath>packages\OpenTK.3.3.1\lib\net20\OpenTK.dll</HintPath>
  112. </Reference>
  113. <Reference Include="Panuon.WPF, Version=1.1.2.2, Culture=neutral, processorArchitecture=MSIL">
  114. <HintPath>packages\Panuon.WPF.1.1.3\lib\net48\Panuon.WPF.dll</HintPath>
  115. </Reference>
  116. <Reference Include="Panuon.WPF.UI, Version=1.3.0.2, Culture=neutral, processorArchitecture=MSIL">
  117. <HintPath>packages\Panuon.WPF.UI.1.3.0.2\lib\net48\Panuon.WPF.UI.dll</HintPath>
  118. </Reference>
  119. <Reference Include="QRCoder, Version=1.6.0.0, Culture=neutral, PublicKeyToken=c4ed5b9ae8358a28, processorArchitecture=MSIL">
  120. <HintPath>packages\QRCoder.1.6.0\lib\net40\QRCoder.dll</HintPath>
  121. </Reference>
  122. <Reference Include="QuestPDF, Version=2025.7.1.0, Culture=neutral, PublicKeyToken=0f3c2b2315ff52c8, processorArchitecture=MSIL">
  123. <HintPath>packages\QuestPDF.2025.7.1\lib\netstandard2.0\QuestPDF.dll</HintPath>
  124. </Reference>
  125. <Reference Include="ScottPlot, Version=5.0.55.0, Culture=neutral, PublicKeyToken=86698dc10387c39e, processorArchitecture=MSIL">
  126. <HintPath>packages\ScottPlot.5.0.55\lib\net462\ScottPlot.dll</HintPath>
  127. </Reference>
  128. <Reference Include="ScottPlot.WPF, Version=5.0.55.0, Culture=neutral, PublicKeyToken=86698dc10387c39e, processorArchitecture=MSIL">
  129. <HintPath>packages\ScottPlot.WPF.5.0.55\lib\net462\ScottPlot.WPF.dll</HintPath>
  130. </Reference>
  131. <Reference Include="SkiaSharp, Version=2.88.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  132. <HintPath>packages\SkiaSharp.2.88.9\lib\net462\SkiaSharp.dll</HintPath>
  133. </Reference>
  134. <Reference Include="SkiaSharp.HarfBuzz, Version=2.88.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  135. <HintPath>packages\SkiaSharp.HarfBuzz.2.88.9\lib\net462\SkiaSharp.HarfBuzz.dll</HintPath>
  136. </Reference>
  137. <Reference Include="SkiaSharp.Views.Desktop.Common, Version=2.88.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  138. <HintPath>packages\SkiaSharp.Views.Desktop.Common.2.88.9\lib\net462\SkiaSharp.Views.Desktop.Common.dll</HintPath>
  139. </Reference>
  140. <Reference Include="SkiaSharp.Views.WPF, Version=2.88.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  141. <HintPath>packages\SkiaSharp.Views.WPF.2.88.9\lib\net462\SkiaSharp.Views.WPF.dll</HintPath>
  142. </Reference>
  143. <Reference Include="System" />
  144. <Reference Include="System.Buffers, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  145. <HintPath>packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll</HintPath>
  146. </Reference>
  147. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  148. <HintPath>packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  149. </Reference>
  150. <Reference Include="System.ComponentModel.DataAnnotations" />
  151. <Reference Include="System.Configuration" />
  152. <Reference Include="System.Data" />
  153. <Reference Include="System.Data.SQLite, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  154. <HintPath>packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net46\System.Data.SQLite.dll</HintPath>
  155. </Reference>
  156. <Reference Include="System.Data.SQLite.EF6, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  157. <HintPath>packages\System.Data.SQLite.EF6.1.0.119.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
  158. </Reference>
  159. <Reference Include="System.Data.SQLite.Linq, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  160. <HintPath>packages\System.Data.SQLite.Linq.1.0.119.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
  161. </Reference>
  162. <Reference Include="System.Drawing" />
  163. <Reference Include="System.Drawing.Common, Version=4.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  164. <HintPath>packages\System.Drawing.Common.4.7.3\lib\net461\System.Drawing.Common.dll</HintPath>
  165. </Reference>
  166. <Reference Include="System.IO.Pipelines, Version=9.0.0.8, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  167. <HintPath>packages\System.IO.Pipelines.9.0.8\lib\net462\System.IO.Pipelines.dll</HintPath>
  168. </Reference>
  169. <Reference Include="System.Management" />
  170. <Reference Include="System.Memory, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  171. <HintPath>packages\System.Memory.4.6.3\lib\net462\System.Memory.dll</HintPath>
  172. </Reference>
  173. <Reference Include="System.Net.Http.Formatting, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  174. <HintPath>packages\Microsoft.AspNet.WebApi.Client.6.0.0\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  175. </Reference>
  176. <Reference Include="System.Numerics" />
  177. <Reference Include="System.Numerics.Vectors, Version=4.1.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  178. <HintPath>packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll</HintPath>
  179. </Reference>
  180. <Reference Include="System.Runtime" />
  181. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  182. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  183. </Reference>
  184. <Reference Include="System.Speech" />
  185. <Reference Include="System.Text.Encodings.Web, Version=9.0.0.8, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  186. <HintPath>packages\System.Text.Encodings.Web.9.0.8\lib\net462\System.Text.Encodings.Web.dll</HintPath>
  187. </Reference>
  188. <Reference Include="System.Text.Json, Version=9.0.0.8, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  189. <HintPath>packages\System.Text.Json.9.0.8\lib\net462\System.Text.Json.dll</HintPath>
  190. </Reference>
  191. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  192. <HintPath>packages\System.Threading.Tasks.Extensions.4.6.3\lib\net462\System.Threading.Tasks.Extensions.dll</HintPath>
  193. </Reference>
  194. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  195. <HintPath>packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  196. </Reference>
  197. <Reference Include="System.Web" />
  198. <Reference Include="System.Web.Extensions" />
  199. <Reference Include="System.Web.Http, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  200. <HintPath>packages\Microsoft.AspNet.WebApi.Core.5.3.0\lib\net45\System.Web.Http.dll</HintPath>
  201. </Reference>
  202. <Reference Include="System.Web.Http.SelfHost, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  203. <HintPath>packages\Microsoft.AspNet.WebApi.SelfHost.5.3.0\lib\net45\System.Web.Http.SelfHost.dll</HintPath>
  204. </Reference>
  205. <Reference Include="System.Windows.Forms" />
  206. <Reference Include="System.Xml" />
  207. <Reference Include="Microsoft.CSharp" />
  208. <Reference Include="System.Core" />
  209. <Reference Include="System.Xml.Linq" />
  210. <Reference Include="System.Data.DataSetExtensions" />
  211. <Reference Include="System.Net.Http" />
  212. <Reference Include="System.Xaml">
  213. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  214. </Reference>
  215. <Reference Include="WindowsBase" />
  216. <Reference Include="PresentationCore" />
  217. <Reference Include="PresentationFramework" />
  218. <Reference Include="WindowsFormsIntegration" />
  219. </ItemGroup>
  220. <ItemGroup>
  221. <ApplicationDefinition Include="App.xaml">
  222. <Generator>MSBuild:Compile</Generator>
  223. <SubType>Designer</SubType>
  224. </ApplicationDefinition>
  225. <Compile Include="Converters\ModuleTypeToVisibilityConverter.cs" />
  226. <Compile Include="Converters\BoolToVisibilityConverter.cs" />
  227. <Compile Include="Converters\NullToVisibilityConverter.cs" />
  228. <Compile Include="Converters\PercentageConverter.cs" />
  229. <Compile Include="Converters\StringEmptyToVisibilityConverter.cs" />
  230. <Compile Include="Converters\LimitStateToColorConverter.cs" />
  231. <Compile Include="Converters\ColorToHoverBackgroundConverter.cs" />
  232. <Compile Include="Converters\ConnectivityToVisibilityConverter.cs" />
  233. <Compile Include="Converters\DirectionStateToBooleanConverter.cs" />
  234. <Compile Include="Converters\NullToBooleanConverter.cs" />
  235. <Compile Include="Converters\ResetTypeToBooleanConverter.cs" />
  236. <Compile Include="Converters\EncoderDirectionToBooleanConverter.cs" />
  237. <Compile Include="Converters\StringToColorConverter.cs" />
  238. <Compile Include="Core\CalibrationCore.cs" />
  239. <Compile Include="Dtos\DamageDto.cs" />
  240. <Compile Include="Dtos\RecordDto.cs" />
  241. <Compile Include="Dtos\RecordIdAnDataFilePathDto.cs" />
  242. <Compile Include="Enums\AlarmSourceType.cs" />
  243. <Compile Include="Enums\DataFormat.cs" />
  244. <Compile Include="Enums\LayType.cs" />
  245. <Compile Include="Enums\LimitState.cs" />
  246. <Compile Include="Enums\ModuleType.cs" />
  247. <Compile Include="Enums\ResetType.cs" />
  248. <Compile Include="Controllers\RecordController.cs" />
  249. <Compile Include="Controls\DamageRangeControl.xaml.cs">
  250. <DependentUpon>DamageRangeControl.xaml</DependentUpon>
  251. </Compile>
  252. <Compile Include="Controls\DamageRecordControl.xaml.cs">
  253. <DependentUpon>DamageRecordControl.xaml</DependentUpon>
  254. </Compile>
  255. <Compile Include="Controls\RealTimeLineChart.xaml.cs">
  256. <DependentUpon>RealTimeLineChart.xaml</DependentUpon>
  257. </Compile>
  258. <Compile Include="Controls\NotificationBar.xaml.cs">
  259. <DependentUpon>NotificationBar.xaml</DependentUpon>
  260. </Compile>
  261. <Compile Include="Controls\RopeEquipmentControl.xaml.cs">
  262. <DependentUpon>RopeEquipmentControl.xaml</DependentUpon>
  263. </Compile>
  264. <Compile Include="Converters\BooleanInverterConverter.cs" />
  265. <Compile Include="Converters\CollectionCountToVisibilityConverter.cs" />
  266. <Compile Include="Converters\DamageLevelToColorConverter.cs" />
  267. <Compile Include="Converters\DamageLevelToTextConverter.cs" />
  268. <Compile Include="Converters\MenuNameToColorConverter.cs" />
  269. <Compile Include="Converters\MenuNameToPositionConverter.cs" />
  270. <Compile Include="Converters\ConnectivityFaultToColorConverter.cs" />
  271. <Compile Include="Converters\RiskLevelToColorConverter.cs" />
  272. <Compile Include="Converters\RiskLevelToTextConverter.cs" />
  273. <Compile Include="Converters\StringToImageSourceConverter.cs" />
  274. <Compile Include="Core\ConfigHelper.cs" />
  275. <Compile Include="Core\TcpServerFrame.cs" />
  276. <Compile Include="Dtos\GetRecordsInputDto.cs" />
  277. <Compile Include="Dtos\KeyAndValueDto.cs" />
  278. <Compile Include="Dtos\SimpleRecordDto.cs" />
  279. <Compile Include="Enums\DirectionState.cs" />
  280. <Compile Include="Enums\EncoderDirection.cs" />
  281. <Compile Include="Enums\FaultType.cs" />
  282. <Compile Include="Enums\RiskLevel.cs" />
  283. <Compile Include="Enums\RunningStatus.cs" />
  284. <Compile Include="Enums\RopeCoreType.cs" />
  285. <Compile Include="Enums\WireMaterialType.cs" />
  286. <Compile Include="Enums\WireSurfaceType.cs" />
  287. <Compile Include="Events\AlarmDataReceivedEventArgs.cs" />
  288. <Compile Include="Events\UpgradedResultReceivedEventArgs.cs" />
  289. <Compile Include="Events\ClientConnectedEventArgs.cs" />
  290. <Compile Include="Events\ClientDisconnectedEventArgs.cs" />
  291. <Compile Include="Events\ClockResultReceivedEventArgs.cs" />
  292. <Compile Include="Events\DebugMessageReceivedEventArgs.cs" />
  293. <Compile Include="Events\DetectionDataReceivedEventArgs.cs" />
  294. <Compile Include="Events\ResetSystemDataReceivedEventArgs.cs" />
  295. <Compile Include="Events\DetectionRawDataReceivedEventArgs.cs" />
  296. <Compile Include="Events\DetectionRawDataResultReceivedEventArgs.cs" />
  297. <Compile Include="Events\DetectionStatusResultReceivedEventArgs.cs" />
  298. <Compile Include="Events\EncoderDirectionResultReceivedEventArgs.cs" />
  299. <Compile Include="Events\FaultDataReceivedEventArgs.cs" />
  300. <Compile Include="Events\HeartbeatReceviedEventArgs.cs" />
  301. <Compile Include="Events\LiveStreamReceivedEventArgs.cs" />
  302. <Compile Include="Events\RealTimeDataReceivedEventArgs.cs" />
  303. <Compile Include="Events\SetAbsolutePositionDataReceivedEventArgs.cs" />
  304. <Compile Include="Extensions\FileHelper.cs" />
  305. <Compile Include="Extensions\JsonCryptoHelper.cs" />
  306. <Compile Include="Extensions\LogHelper.cs" />
  307. <Compile Include="Extensions\ReportPdfExporter.cs" />
  308. <Compile Include="Extensions\SimpleLogger.cs" />
  309. <Compile Include="Extensions\SingleInstanceManager.cs" />
  310. <Compile Include="Mapping.cs" />
  311. <Compile Include="Migrations\Add_Table_Alarms.cs" />
  312. <Compile Include="Models\AlarmDataModel.cs" />
  313. <Compile Include="Models\ByteCircularBuffer.cs" />
  314. <Compile Include="Models\CalibrationDataModel.cs" />
  315. <Compile Include="Models\ClientState.cs" />
  316. <Compile Include="Models\ClockDataModel.cs" />
  317. <Compile Include="Models\DamageModel.cs" />
  318. <Compile Include="Models\DataCenterModel.cs" />
  319. <Compile Include="Models\DebugMessageModel.cs" />
  320. <Compile Include="Models\DeleteResultModel.cs" />
  321. <Compile Include="Models\DetectionDataModel.cs" />
  322. <Compile Include="Models\DetectionRawDataModel.cs" />
  323. <Compile Include="Models\DetectionRawResultDataModel.cs" />
  324. <Compile Include="Models\EncoderDirectionDataModel.cs" />
  325. <Compile Include="Models\EquipmentDataModel.cs" />
  326. <Compile Include="Models\EquipmentModel.cs" />
  327. <Compile Include="Models\FaultDataModel.cs" />
  328. <Compile Include="Models\LimitModel.cs" />
  329. <Compile Include="Models\LiveStreamDataModel.cs" />
  330. <Compile Include="Models\SetAbsolutePositionDataModel.cs" />
  331. <Compile Include="Models\LiveStreamPositionDataModel.cs" />
  332. <Compile Include="Models\ModuleStateModel.cs" />
  333. <Compile Include="Models\RealTimeDataModel.cs" />
  334. <Compile Include="Models\ResetSystemDataModel.cs" />
  335. <Compile Include="Models\SensorModel.cs" />
  336. <Compile Include="Models\SpeedVariationModel.cs" />
  337. <Compile Include="Models\SwitchInstanceDataModel.cs" />
  338. <Compile Include="Models\TwistFactorDataModel.cs" />
  339. <Compile Include="Models\VerifyDataModel.cs" />
  340. <Compile Include="Enums\AlarmType.cs" />
  341. <Compile Include="Enums\DamageLevel.cs" />
  342. <Compile Include="Enums\FaultState.cs" />
  343. <Compile Include="Extensions\ByteTransform.cs" />
  344. <Compile Include="Extensions\DatFileHandler.cs" />
  345. <Compile Include="Extensions\FirewallHelper.cs" />
  346. <Compile Include="Extensions\SoftBasic.cs" />
  347. <Compile Include="Extensions\Tools.cs" />
  348. <Compile Include="Migrations\Initial_Migration.cs" />
  349. <Compile Include="Models\ConfigModel.cs" />
  350. <Compile Include="Models\ParameterModel.cs" />
  351. <Compile Include="Models\DateTimeModel.cs" />
  352. <Compile Include="Models\SoftAuthorizeModel.cs" />
  353. <Compile Include="Models\ViewModel\DamagesViewModel.cs" />
  354. <Compile Include="Models\ViewModel\EquipmentSettingViewModel.cs" />
  355. <Compile Include="Models\ViewModel\FourRopesViewModel.cs" />
  356. <Compile Include="Models\ViewModel\RopeViewBaseModel.cs" />
  357. <Compile Include="Models\ViewModel\ThreeRopesViewModel.cs" />
  358. <Compile Include="Models\ViewModel\TwoRopesViewModel.cs" />
  359. <Compile Include="Models\ViewModel\OneRopeViewModel.cs" />
  360. <Compile Include="Models\ViewModel\MainViewModel.cs" />
  361. <Compile Include="Models\ViewModel\RecordViewModel.cs" />
  362. <Compile Include="Models\ViewModel\SettingViewModel.cs" />
  363. <Compile Include="Pages\DamagesDialog.xaml.cs">
  364. <DependentUpon>DamagesDialog.xaml</DependentUpon>
  365. </Compile>
  366. <Compile Include="Pages\DamagesPage.xaml.cs">
  367. <DependentUpon>DamagesPage.xaml</DependentUpon>
  368. </Compile>
  369. <Compile Include="Pages\RealTime\FourRopesPage.xaml.cs">
  370. <DependentUpon>FourRopesPage.xaml</DependentUpon>
  371. </Compile>
  372. <Compile Include="Controls\RecordLineChart.xaml.cs">
  373. <DependentUpon>RecordLineChart.xaml</DependentUpon>
  374. </Compile>
  375. <Compile Include="Pages\RealTime\OneRopePage.xaml.cs">
  376. <DependentUpon>OneRopePage.xaml</DependentUpon>
  377. </Compile>
  378. <Compile Include="Pages\ParameterDialog.xaml.cs">
  379. <DependentUpon>ParameterDialog.xaml</DependentUpon>
  380. </Compile>
  381. <Compile Include="Pages\RealTime\ThreeRopesPage.xaml.cs">
  382. <DependentUpon>ThreeRopesPage.xaml</DependentUpon>
  383. </Compile>
  384. <Compile Include="Pages\RealTime\TwoRopesPage.xaml.cs">
  385. <DependentUpon>TwoRopesPage.xaml</DependentUpon>
  386. </Compile>
  387. <Compile Include="Pages\RecordPage.xaml.cs">
  388. <DependentUpon>RecordPage.xaml</DependentUpon>
  389. </Compile>
  390. <Compile Include="Pages\SettingDialog.xaml.cs">
  391. <DependentUpon>SettingDialog.xaml</DependentUpon>
  392. </Compile>
  393. <Compile Include="Properties\Resources.Designer.cs">
  394. <AutoGen>True</AutoGen>
  395. <DesignTime>True</DesignTime>
  396. <DependentUpon>Resources.resx</DependentUpon>
  397. </Compile>
  398. <Compile Include="Repository\Alarm\IAlarmRepository.cs" />
  399. <Compile Include="Repository\Alarm\AlarmRepository.cs" />
  400. <Compile Include="Repository\Record\IRecordRepository.cs" />
  401. <Compile Include="Repository\Record\RecordRepository.cs" />
  402. <Compile Include="Repository\SqLiteBaseRepository.cs" />
  403. <Compile Include="Services\HistoryCleanupService.cs" />
  404. <Compile Include="SoftAuthDialog.xaml.cs">
  405. <DependentUpon>SoftAuthDialog.xaml</DependentUpon>
  406. </Compile>
  407. <Page Include="Controls\DamageRangeControl.xaml">
  408. <SubType>Designer</SubType>
  409. <Generator>MSBuild:Compile</Generator>
  410. </Page>
  411. <Page Include="Controls\DamageRecordControl.xaml">
  412. <SubType>Designer</SubType>
  413. <Generator>MSBuild:Compile</Generator>
  414. </Page>
  415. <Page Include="Controls\RealTimeLineChart.xaml">
  416. <Generator>MSBuild:Compile</Generator>
  417. <SubType>Designer</SubType>
  418. </Page>
  419. <Page Include="Controls\NotificationBar.xaml">
  420. <SubType>Designer</SubType>
  421. <Generator>MSBuild:Compile</Generator>
  422. </Page>
  423. <Page Include="Controls\RopeEquipmentControl.xaml">
  424. <SubType>Designer</SubType>
  425. <Generator>MSBuild:Compile</Generator>
  426. </Page>
  427. <Page Include="MainWindow.xaml">
  428. <Generator>MSBuild:Compile</Generator>
  429. <SubType>Designer</SubType>
  430. </Page>
  431. <Compile Include="App.xaml.cs">
  432. <DependentUpon>App.xaml</DependentUpon>
  433. <SubType>Code</SubType>
  434. </Compile>
  435. <Compile Include="Enums\ExecutionState.cs" />
  436. <Compile Include="Extensions\SoftAuth.cs" />
  437. <Compile Include="Extensions\TypeExtension.cs" />
  438. <Compile Include="Extensions\WinHelper.cs" />
  439. <Compile Include="MainWindow.xaml.cs">
  440. <DependentUpon>MainWindow.xaml</DependentUpon>
  441. <SubType>Code</SubType>
  442. </Compile>
  443. <Page Include="Pages\DamagesDialog.xaml">
  444. <SubType>Designer</SubType>
  445. <Generator>MSBuild:Compile</Generator>
  446. </Page>
  447. <Page Include="Pages\DamagesPage.xaml">
  448. <Generator>MSBuild:Compile</Generator>
  449. <SubType>Designer</SubType>
  450. </Page>
  451. <Page Include="Pages\RealTime\FourRopesPage.xaml">
  452. <SubType>Designer</SubType>
  453. <Generator>MSBuild:Compile</Generator>
  454. </Page>
  455. <Page Include="Controls\RecordLineChart.xaml">
  456. <Generator>MSBuild:Compile</Generator>
  457. <SubType>Designer</SubType>
  458. </Page>
  459. <Page Include="Pages\RealTime\OneRopePage.xaml">
  460. <SubType>Designer</SubType>
  461. <Generator>MSBuild:Compile</Generator>
  462. </Page>
  463. <Page Include="Pages\ParameterDialog.xaml">
  464. <SubType>Designer</SubType>
  465. <Generator>MSBuild:Compile</Generator>
  466. </Page>
  467. <Page Include="Pages\RealTime\ThreeRopesPage.xaml">
  468. <SubType>Designer</SubType>
  469. <Generator>MSBuild:Compile</Generator>
  470. </Page>
  471. <Page Include="Pages\RealTime\TwoRopesPage.xaml">
  472. <SubType>Designer</SubType>
  473. <Generator>MSBuild:Compile</Generator>
  474. </Page>
  475. <Page Include="Pages\RecordPage.xaml">
  476. <SubType>Designer</SubType>
  477. <Generator>MSBuild:Compile</Generator>
  478. </Page>
  479. <Page Include="Pages\SettingDialog.xaml">
  480. <Generator>MSBuild:Compile</Generator>
  481. <SubType>Designer</SubType>
  482. </Page>
  483. <Page Include="SoftAuthDialog.xaml">
  484. <Generator>MSBuild:Compile</Generator>
  485. <SubType>Designer</SubType>
  486. </Page>
  487. <Page Include="Styles\Styles.xaml">
  488. <Generator>MSBuild:Compile</Generator>
  489. <SubType>Designer</SubType>
  490. </Page>
  491. </ItemGroup>
  492. <ItemGroup>
  493. <Compile Include="Properties\AssemblyInfo.cs">
  494. <SubType>Code</SubType>
  495. </Compile>
  496. <Compile Include="Properties\Settings.Designer.cs">
  497. <AutoGen>True</AutoGen>
  498. <DependentUpon>Settings.settings</DependentUpon>
  499. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  500. </Compile>
  501. <Resource Include="Resources\upgrade.png">
  502. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  503. </Resource>
  504. <Resource Include="Fonts\Alibaba-PuHuiTi-Bold.ttf" />
  505. <Resource Include="Fonts\Alibaba-PuHuiTi-Regular.ttf" />
  506. <None Include="README.md" />
  507. <Resource Include="Resources\bucket.png">
  508. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  509. </Resource>
  510. <Resource Include="Resources\cims.png">
  511. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  512. </Resource>
  513. <Resource Include="Resources\swris.png">
  514. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  515. </Resource>
  516. <Resource Include="Resources\blue_bg.png">
  517. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  518. </Resource>
  519. <Resource Include="Resources\red_bg.png">
  520. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  521. </Resource>
  522. <Resource Include="Resources\minimize.png">
  523. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  524. </Resource>
  525. <Resource Include="Resources\closed.png">
  526. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  527. </Resource>
  528. <Resource Include="Resources\eqSet.png">
  529. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  530. </Resource>
  531. <Resource Include="logo.ico" />
  532. <Resource Include="Resources\equipment.png">
  533. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  534. </Resource>
  535. <Resource Include="Resources\logo.png">
  536. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  537. </Resource>
  538. <Resource Include="Resources\logo_loading.png">
  539. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  540. </Resource>
  541. <Resource Include="Resources\loading.png">
  542. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  543. </Resource>
  544. <Resource Include="Resources\export.png">
  545. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  546. </Resource>
  547. <Resource Include="Resources\delete.png">
  548. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  549. </Resource>
  550. <Resource Include="Resources\back.png">
  551. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  552. </Resource>
  553. <Resource Include="Resources\menu_dec.png">
  554. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  555. </Resource>
  556. <Resource Include="Resources\option_bg.png">
  557. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  558. </Resource>
  559. <Resource Include="Resources\rope_block.png">
  560. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  561. </Resource>
  562. <Resource Include="Resources\setting.png">
  563. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  564. </Resource>
  565. <Resource Include="Resources\top_banner.png">
  566. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  567. </Resource>
  568. <EmbeddedResource Include="Properties\Resources.resx">
  569. <Generator>ResXFileCodeGenerator</Generator>
  570. <SubType>Designer</SubType>
  571. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  572. </EmbeddedResource>
  573. <Resource Include="Fonts\PanuonIcon.ttf" />
  574. <Content Include="Config\Config.json">
  575. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  576. </Content>
  577. <None Include="OpenTK.dll.config" />
  578. <None Include="packages.config" />
  579. <None Include="Properties\app.manifest" />
  580. <None Include="Properties\Settings.settings">
  581. <Generator>SettingsSingleFileGenerator</Generator>
  582. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  583. </None>
  584. </ItemGroup>
  585. <ItemGroup>
  586. <None Include="App.config" />
  587. </ItemGroup>
  588. <ItemGroup>
  589. <COMReference Include="NetFwTypeLib">
  590. <Guid>{58FBCF7C-E7A9-467C-80B3-FC65E8FCCA08}</Guid>
  591. <VersionMajor>1</VersionMajor>
  592. <VersionMinor>0</VersionMinor>
  593. <Lcid>0</Lcid>
  594. <WrapperTool>tlbimp</WrapperTool>
  595. <Isolated>False</Isolated>
  596. <EmbedInteropTypes>True</EmbedInteropTypes>
  597. </COMReference>
  598. </ItemGroup>
  599. <ItemGroup>
  600. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  601. <Visible>False</Visible>
  602. <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
  603. <Install>true</Install>
  604. </BootstrapperPackage>
  605. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  606. <Visible>False</Visible>
  607. <ProductName>.NET Framework 3.5 SP1</ProductName>
  608. <Install>false</Install>
  609. </BootstrapperPackage>
  610. </ItemGroup>
  611. <ItemGroup>
  612. <Resource Include="Resources\menu_bg.png">
  613. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  614. </Resource>
  615. </ItemGroup>
  616. <ItemGroup />
  617. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  618. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  619. <PropertyGroup>
  620. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  621. </PropertyGroup>
  622. <Error Condition="!Exists('packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
  623. <Error Condition="!Exists('packages\EntityFramework.6.5.1\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.5.1\build\EntityFramework.props'))" />
  624. <Error Condition="!Exists('packages\EntityFramework.6.5.1\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.5.1\build\EntityFramework.targets'))" />
  625. <Error Condition="!Exists('packages\HarfBuzzSharp.NativeAssets.macOS.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.macOS.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\HarfBuzzSharp.NativeAssets.macOS.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.macOS.targets'))" />
  626. <Error Condition="!Exists('packages\HarfBuzzSharp.NativeAssets.Win32.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.Win32.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\HarfBuzzSharp.NativeAssets.Win32.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.Win32.targets'))" />
  627. <Error Condition="!Exists('packages\SkiaSharp.NativeAssets.macOS.2.88.9\build\net462\SkiaSharp.NativeAssets.macOS.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\SkiaSharp.NativeAssets.macOS.2.88.9\build\net462\SkiaSharp.NativeAssets.macOS.targets'))" />
  628. <Error Condition="!Exists('packages\SkiaSharp.NativeAssets.Win32.2.88.9\build\net462\SkiaSharp.NativeAssets.Win32.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\SkiaSharp.NativeAssets.Win32.2.88.9\build\net462\SkiaSharp.NativeAssets.Win32.targets'))" />
  629. <Error Condition="!Exists('packages\HarfBuzzSharp.NativeAssets.Linux.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.Linux.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\HarfBuzzSharp.NativeAssets.Linux.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.Linux.targets'))" />
  630. <Error Condition="!Exists('packages\SkiaSharp.NativeAssets.Linux.NoDependencies.2.88.9\build\net462\SkiaSharp.NativeAssets.Linux.NoDependencies.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\SkiaSharp.NativeAssets.Linux.NoDependencies.2.88.9\build\net462\SkiaSharp.NativeAssets.Linux.NoDependencies.targets'))" />
  631. <Error Condition="!Exists('packages\QuestPDF.2025.7.1\build\net4\QuestPDF.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\QuestPDF.2025.7.1\build\net4\QuestPDF.targets'))" />
  632. </Target>
  633. <Import Project="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
  634. <Import Project="packages\EntityFramework.6.5.1\build\EntityFramework.targets" Condition="Exists('packages\EntityFramework.6.5.1\build\EntityFramework.targets')" />
  635. <Import Project="packages\HarfBuzzSharp.NativeAssets.macOS.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.macOS.targets" Condition="Exists('packages\HarfBuzzSharp.NativeAssets.macOS.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.macOS.targets')" />
  636. <Import Project="packages\HarfBuzzSharp.NativeAssets.Win32.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.Win32.targets" Condition="Exists('packages\HarfBuzzSharp.NativeAssets.Win32.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.Win32.targets')" />
  637. <Import Project="packages\SkiaSharp.NativeAssets.macOS.2.88.9\build\net462\SkiaSharp.NativeAssets.macOS.targets" Condition="Exists('packages\SkiaSharp.NativeAssets.macOS.2.88.9\build\net462\SkiaSharp.NativeAssets.macOS.targets')" />
  638. <Import Project="packages\SkiaSharp.NativeAssets.Win32.2.88.9\build\net462\SkiaSharp.NativeAssets.Win32.targets" Condition="Exists('packages\SkiaSharp.NativeAssets.Win32.2.88.9\build\net462\SkiaSharp.NativeAssets.Win32.targets')" />
  639. <Import Project="packages\HarfBuzzSharp.NativeAssets.Linux.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.Linux.targets" Condition="Exists('packages\HarfBuzzSharp.NativeAssets.Linux.7.3.0.3\build\net462\HarfBuzzSharp.NativeAssets.Linux.targets')" />
  640. <Import Project="packages\SkiaSharp.NativeAssets.Linux.NoDependencies.2.88.9\build\net462\SkiaSharp.NativeAssets.Linux.NoDependencies.targets" Condition="Exists('packages\SkiaSharp.NativeAssets.Linux.NoDependencies.2.88.9\build\net462\SkiaSharp.NativeAssets.Linux.NoDependencies.targets')" />
  641. <Import Project="packages\QuestPDF.2025.7.1\build\net4\QuestPDF.targets" Condition="Exists('packages\QuestPDF.2025.7.1\build\net4\QuestPDF.targets')" />
  642. </Project>