SWRIS.csproj 38 KB

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