| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="packages\EntityFramework.6.5.1\build\EntityFramework.props" Condition="Exists('packages\EntityFramework.6.5.1\build\EntityFramework.props')" />
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <HotReloadAutoRestart>true</HotReloadAutoRestart>
- </PropertyGroup>
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{3F57ECFF-C6C5-4EF7-9A4C-2E3295D7F774}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>SWRIS</RootNamespace>
- <AssemblyName>SWRIS</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <WarningLevel>4</WarningLevel>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <Deterministic>true</Deterministic>
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- <PublishUrl>publish\</PublishUrl>
- <Install>true</Install>
- <InstallFrom>Disk</InstallFrom>
- <UpdateEnabled>false</UpdateEnabled>
- <UpdateMode>Foreground</UpdateMode>
- <UpdateInterval>7</UpdateInterval>
- <UpdateIntervalUnits>Days</UpdateIntervalUnits>
- <UpdatePeriodically>false</UpdatePeriodically>
- <UpdateRequired>false</UpdateRequired>
- <MapFileExtensions>true</MapFileExtensions>
- <ApplicationRevision>0</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
- <UseApplicationTrust>false</UseApplicationTrust>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup>
- <TargetZone>LocalIntranet</TargetZone>
- </PropertyGroup>
- <PropertyGroup>
- <GenerateManifests>false</GenerateManifests>
- </PropertyGroup>
- <PropertyGroup />
- <PropertyGroup>
- <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationIcon>logo.ico</ApplicationIcon>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="CustomMarshalers" />
- <Reference Include="Dapper, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>packages\Dapper.2.1.66\lib\net461\Dapper.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>packages\EntityFramework.6.5.1\lib\net45\EntityFramework.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>packages\EntityFramework.6.5.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>
- </Reference>
- <Reference Include="GLWpfControl, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>packages\OpenTK.GLWpfControl.3.3.0\lib\net452\GLWpfControl.dll</HintPath>
- </Reference>
- <Reference Include="HarfBuzzSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
- <HintPath>packages\HarfBuzzSharp.7.3.0.3\lib\net462\HarfBuzzSharp.dll</HintPath>
- </Reference>
- <Reference Include="HslCommunication, Version=12.3.3.0, Culture=neutral, PublicKeyToken=3d72ad3b6b5ec0e3, processorArchitecture=MSIL">
- <HintPath>packages\HslCommunication.12.3.3\lib\net451\HslCommunication.dll</HintPath>
- </Reference>
- <Reference Include="Interop.IWshRuntimeLibrary, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>packages\Interop.IWshRuntimeLibrary.1.0.1\lib\net45\Interop.IWshRuntimeLibrary.dll</HintPath>
- <EmbedInteropTypes>True</EmbedInteropTypes>
- </Reference>
- <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.8, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>packages\Microsoft.Bcl.AsyncInterfaces.9.0.8\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.5.0, Culture=neutral, PublicKeyToken=8985beaab7ea3f04, processorArchitecture=MSIL">
- <HintPath>packages\Microsoft-WindowsAPICodePack-Core.1.1.5\lib\net48\Microsoft.WindowsAPICodePack.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.5.0, Culture=neutral, PublicKeyToken=8985beaab7ea3f04, processorArchitecture=MSIL">
- <HintPath>packages\Microsoft-WindowsAPICodePack-Shell.1.1.5\lib\net48\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json.Bson, Version=1.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>packages\Newtonsoft.Json.Bson.1.0.3\lib\net45\Newtonsoft.Json.Bson.dll</HintPath>
- </Reference>
- <Reference Include="OpenTK, Version=3.3.1.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
- <HintPath>packages\OpenTK.3.3.1\lib\net20\OpenTK.dll</HintPath>
- </Reference>
- <Reference Include="Panuon.WPF, Version=1.1.2.2, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>packages\Panuon.WPF.1.1.3\lib\net48\Panuon.WPF.dll</HintPath>
- </Reference>
- <Reference Include="Panuon.WPF.UI, Version=1.3.0.2, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>packages\Panuon.WPF.UI.1.3.0.2\lib\net48\Panuon.WPF.UI.dll</HintPath>
- </Reference>
- <Reference Include="QRCoder, Version=1.6.0.0, Culture=neutral, PublicKeyToken=c4ed5b9ae8358a28, processorArchitecture=MSIL">
- <HintPath>packages\QRCoder.1.6.0\lib\net40\QRCoder.dll</HintPath>
- </Reference>
- <Reference Include="QuestPDF, Version=2025.7.1.0, Culture=neutral, PublicKeyToken=0f3c2b2315ff52c8, processorArchitecture=MSIL">
- <HintPath>packages\QuestPDF.2025.7.1\lib\netstandard2.0\QuestPDF.dll</HintPath>
- </Reference>
- <Reference Include="ScottPlot, Version=5.0.55.0, Culture=neutral, PublicKeyToken=86698dc10387c39e, processorArchitecture=MSIL">
- <HintPath>packages\ScottPlot.5.0.55\lib\net462\ScottPlot.dll</HintPath>
- </Reference>
- <Reference Include="ScottPlot.WPF, Version=5.0.55.0, Culture=neutral, PublicKeyToken=86698dc10387c39e, processorArchitecture=MSIL">
- <HintPath>packages\ScottPlot.WPF.5.0.55\lib\net462\ScottPlot.WPF.dll</HintPath>
- </Reference>
- <Reference Include="SkiaSharp, Version=2.88.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
- <HintPath>packages\SkiaSharp.2.88.9\lib\net462\SkiaSharp.dll</HintPath>
- </Reference>
- <Reference Include="SkiaSharp.HarfBuzz, Version=2.88.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
- <HintPath>packages\SkiaSharp.HarfBuzz.2.88.9\lib\net462\SkiaSharp.HarfBuzz.dll</HintPath>
- </Reference>
- <Reference Include="SkiaSharp.Views.Desktop.Common, Version=2.88.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
- <HintPath>packages\SkiaSharp.Views.Desktop.Common.2.88.9\lib\net462\SkiaSharp.Views.Desktop.Common.dll</HintPath>
- </Reference>
- <Reference Include="SkiaSharp.Views.WPF, Version=2.88.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
- <HintPath>packages\SkiaSharp.Views.WPF.2.88.9\lib\net462\SkiaSharp.Views.WPF.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Buffers, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll</HintPath>
- </Reference>
- <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
- </Reference>
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Data" />
- <Reference Include="System.Data.SQLite, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
- <HintPath>packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net46\System.Data.SQLite.dll</HintPath>
- </Reference>
- <Reference Include="System.Data.SQLite.EF6, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
- <HintPath>packages\System.Data.SQLite.EF6.1.0.119.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
- </Reference>
- <Reference Include="System.Data.SQLite.Linq, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
- <HintPath>packages\System.Data.SQLite.Linq.1.0.119.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
- </Reference>
- <Reference Include="System.Drawing" />
- <Reference Include="System.Drawing.Common, Version=4.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>packages\System.Drawing.Common.4.7.3\lib\net461\System.Drawing.Common.dll</HintPath>
- </Reference>
- <Reference Include="System.IO.Pipelines, Version=9.0.0.8, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>packages\System.IO.Pipelines.9.0.8\lib\net462\System.IO.Pipelines.dll</HintPath>
- </Reference>
- <Reference Include="System.Management" />
- <Reference Include="System.Memory, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>packages\System.Memory.4.6.3\lib\net462\System.Memory.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.Http.Formatting, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>packages\Microsoft.AspNet.WebApi.Client.6.0.0\lib\net45\System.Net.Http.Formatting.dll</HintPath>
- </Reference>
- <Reference Include="System.Numerics" />
- <Reference Include="System.Numerics.Vectors, Version=4.1.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll</HintPath>
- </Reference>
- <Reference Include="System.Runtime" />
- <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
- </Reference>
- <Reference Include="System.Speech" />
- <Reference Include="System.Text.Encodings.Web, Version=9.0.0.8, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>packages\System.Text.Encodings.Web.9.0.8\lib\net462\System.Text.Encodings.Web.dll</HintPath>
- </Reference>
- <Reference Include="System.Text.Json, Version=9.0.0.8, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>packages\System.Text.Json.9.0.8\lib\net462\System.Text.Json.dll</HintPath>
- </Reference>
- <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>packages\System.Threading.Tasks.Extensions.4.6.3\lib\net462\System.Threading.Tasks.Extensions.dll</HintPath>
- </Reference>
- <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
- </Reference>
- <Reference Include="System.Web" />
- <Reference Include="System.Web.Extensions" />
- <Reference Include="System.Web.Http, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>packages\Microsoft.AspNet.WebApi.Core.5.3.0\lib\net45\System.Web.Http.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.Http.SelfHost, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>packages\Microsoft.AspNet.WebApi.SelfHost.5.3.0\lib\net45\System.Web.Http.SelfHost.dll</HintPath>
- </Reference>
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xaml">
- <RequiredTargetFramework>4.0</RequiredTargetFramework>
- </Reference>
- <Reference Include="WindowsBase" />
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="WindowsFormsIntegration" />
- </ItemGroup>
- <ItemGroup>
- <ApplicationDefinition Include="App.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </ApplicationDefinition>
- <Compile Include="Converters\RunningStatusToBooleanConverter.cs" />
- <Compile Include="Converters\ModuleTypeToVisibilityConverter.cs" />
- <Compile Include="Converters\BoolToVisibilityConverter.cs" />
- <Compile Include="Converters\NullToVisibilityConverter.cs" />
- <Compile Include="Converters\PercentageConverter.cs" />
- <Compile Include="Converters\StringEmptyToVisibilityConverter.cs" />
- <Compile Include="Converters\LimitStateToColorConverter.cs" />
- <Compile Include="Converters\ColorToHoverBackgroundConverter.cs" />
- <Compile Include="Converters\ConnectivityToVisibilityConverter.cs" />
- <Compile Include="Converters\DirectionStateToBooleanConverter.cs" />
- <Compile Include="Converters\NullToBooleanConverter.cs" />
- <Compile Include="Converters\ResetTypeToBooleanConverter.cs" />
- <Compile Include="Converters\EncoderDirectionToBooleanConverter.cs" />
- <Compile Include="Converters\StringToColorConverter.cs" />
- <Compile Include="Core\CalibrationCore.cs" />
- <Compile Include="Dtos\DamageDto.cs" />
- <Compile Include="Dtos\RecordDto.cs" />
- <Compile Include="Dtos\RecordIdAnDataFilePathDto.cs" />
- <Compile Include="Enums\AlarmSourceType.cs" />
- <Compile Include="Enums\DataFormat.cs" />
- <Compile Include="Enums\LayType.cs" />
- <Compile Include="Enums\LimitState.cs" />
- <Compile Include="Enums\ModuleType.cs" />
- <Compile Include="Enums\ResetType.cs" />
- <Compile Include="Controllers\RecordController.cs" />
- <Compile Include="Controls\DamageRangeControl.xaml.cs">
- <DependentUpon>DamageRangeControl.xaml</DependentUpon>
- </Compile>
- <Compile Include="Controls\DamageRecordControl.xaml.cs">
- <DependentUpon>DamageRecordControl.xaml</DependentUpon>
- </Compile>
- <Compile Include="Controls\RealTimeLineChart.xaml.cs">
- <DependentUpon>RealTimeLineChart.xaml</DependentUpon>
- </Compile>
- <Compile Include="Controls\NotificationBar.xaml.cs">
- <DependentUpon>NotificationBar.xaml</DependentUpon>
- </Compile>
- <Compile Include="Controls\RopeEquipmentControl.xaml.cs">
- <DependentUpon>RopeEquipmentControl.xaml</DependentUpon>
- </Compile>
- <Compile Include="Converters\BooleanInverterConverter.cs" />
- <Compile Include="Converters\CollectionCountToVisibilityConverter.cs" />
- <Compile Include="Converters\DamageLevelToColorConverter.cs" />
- <Compile Include="Converters\DamageLevelToTextConverter.cs" />
- <Compile Include="Converters\MenuNameToColorConverter.cs" />
- <Compile Include="Converters\MenuNameToPositionConverter.cs" />
- <Compile Include="Converters\ConnectivityFaultToColorConverter.cs" />
- <Compile Include="Converters\RiskLevelToColorConverter.cs" />
- <Compile Include="Converters\RiskLevelToTextConverter.cs" />
- <Compile Include="Converters\StringToImageSourceConverter.cs" />
- <Compile Include="Core\ConfigHelper.cs" />
- <Compile Include="Core\TcpServerFrame.cs" />
- <Compile Include="Dtos\GetRecordsInputDto.cs" />
- <Compile Include="Dtos\KeyAndValueDto.cs" />
- <Compile Include="Dtos\SimpleRecordDto.cs" />
- <Compile Include="Enums\DirectionState.cs" />
- <Compile Include="Enums\EncoderDirection.cs" />
- <Compile Include="Enums\FaultType.cs" />
- <Compile Include="Enums\RiskLevel.cs" />
- <Compile Include="Enums\RunningStatus.cs" />
- <Compile Include="Enums\RopeCoreType.cs" />
- <Compile Include="Enums\WireMaterialType.cs" />
- <Compile Include="Enums\WireSurfaceType.cs" />
- <Compile Include="Events\AlarmDataReceivedEventArgs.cs" />
- <Compile Include="Events\UpgradedResultReceivedEventArgs.cs" />
- <Compile Include="Events\ClientConnectedEventArgs.cs" />
- <Compile Include="Events\ClientDisconnectedEventArgs.cs" />
- <Compile Include="Events\ClockResultReceivedEventArgs.cs" />
- <Compile Include="Events\DebugMessageReceivedEventArgs.cs" />
- <Compile Include="Events\DetectionDataReceivedEventArgs.cs" />
- <Compile Include="Events\ResetSystemDataReceivedEventArgs.cs" />
- <Compile Include="Events\DetectionRawDataReceivedEventArgs.cs" />
- <Compile Include="Events\DetectionRawDataResultReceivedEventArgs.cs" />
- <Compile Include="Events\DetectionStatusResultReceivedEventArgs.cs" />
- <Compile Include="Events\EncoderDirectionResultReceivedEventArgs.cs" />
- <Compile Include="Events\FaultDataReceivedEventArgs.cs" />
- <Compile Include="Events\HeartbeatReceviedEventArgs.cs" />
- <Compile Include="Events\LiveStreamReceivedEventArgs.cs" />
- <Compile Include="Events\RealTimeDataReceivedEventArgs.cs" />
- <Compile Include="Events\SetAbsolutePositionDataReceivedEventArgs.cs" />
- <Compile Include="Extensions\FileHelper.cs" />
- <Compile Include="Extensions\JsonCryptoHelper.cs" />
- <Compile Include="Extensions\LogHelper.cs" />
- <Compile Include="Extensions\ReportPdfExporter.cs" />
- <Compile Include="Extensions\SimpleLogger.cs" />
- <Compile Include="Extensions\SingleInstanceManager.cs" />
- <Compile Include="Mapping.cs" />
- <Compile Include="Migrations\Add_Table_Alarms.cs" />
- <Compile Include="Models\AlarmDataModel.cs" />
- <Compile Include="Models\ByteCircularBuffer.cs" />
- <Compile Include="Models\CalibrationDataModel.cs" />
- <Compile Include="Models\ClientState.cs" />
- <Compile Include="Models\ClockDataModel.cs" />
- <Compile Include="Models\DamageModel.cs" />
- <Compile Include="Models\DataCenterModel.cs" />
- <Compile Include="Models\DebugMessageModel.cs" />
- <Compile Include="Models\DeleteResultModel.cs" />
- <Compile Include="Models\DetectionDataModel.cs" />
- <Compile Include="Models\DetectionRawDataModel.cs" />
- <Compile Include="Models\DetectionRawResultDataModel.cs" />
- <Compile Include="Models\EncoderDirectionDataModel.cs" />
- <Compile Include="Models\EquipmentDataModel.cs" />
- <Compile Include="Models\EquipmentModel.cs" />
- <Compile Include="Models\FaultDataModel.cs" />
- <Compile Include="Models\LimitModel.cs" />
- <Compile Include="Models\LiveStreamDataModel.cs" />
- <Compile Include="Models\SetAbsolutePositionDataModel.cs" />
- <Compile Include="Models\LiveStreamPositionDataModel.cs" />
- <Compile Include="Models\ModuleStateModel.cs" />
- <Compile Include="Models\RealTimeDataModel.cs" />
- <Compile Include="Models\ResetSystemDataModel.cs" />
- <Compile Include="Models\SensorModel.cs" />
- <Compile Include="Models\SpeedVariationModel.cs" />
- <Compile Include="Models\SwitchInstanceDataModel.cs" />
- <Compile Include="Models\TwistFactorDataModel.cs" />
- <Compile Include="Models\VerifyDataModel.cs" />
- <Compile Include="Enums\AlarmType.cs" />
- <Compile Include="Enums\DamageLevel.cs" />
- <Compile Include="Enums\FaultState.cs" />
- <Compile Include="Extensions\ByteTransform.cs" />
- <Compile Include="Extensions\DatFileHandler.cs" />
- <Compile Include="Extensions\FirewallHelper.cs" />
- <Compile Include="Extensions\SoftBasic.cs" />
- <Compile Include="Extensions\Tools.cs" />
- <Compile Include="Migrations\Initial_Migration.cs" />
- <Compile Include="Models\ConfigModel.cs" />
- <Compile Include="Models\ParameterModel.cs" />
- <Compile Include="Models\DateTimeModel.cs" />
- <Compile Include="Models\SoftAuthorizeModel.cs" />
- <Compile Include="Models\ViewModel\DamagesViewModel.cs" />
- <Compile Include="Models\ViewModel\EquipmentSettingViewModel.cs" />
- <Compile Include="Models\ViewModel\FourRopesViewModel.cs" />
- <Compile Include="Models\ViewModel\RopeViewBaseModel.cs" />
- <Compile Include="Models\ViewModel\ThreeRopesViewModel.cs" />
- <Compile Include="Models\ViewModel\TwoRopesViewModel.cs" />
- <Compile Include="Models\ViewModel\OneRopeViewModel.cs" />
- <Compile Include="Models\ViewModel\MainViewModel.cs" />
- <Compile Include="Models\ViewModel\RecordViewModel.cs" />
- <Compile Include="Models\ViewModel\SettingViewModel.cs" />
- <Compile Include="Pages\DamagesDialog.xaml.cs">
- <DependentUpon>DamagesDialog.xaml</DependentUpon>
- </Compile>
- <Compile Include="Pages\DamagesPage.xaml.cs">
- <DependentUpon>DamagesPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Pages\RealTime\FourRopesPage.xaml.cs">
- <DependentUpon>FourRopesPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Controls\RecordLineChart.xaml.cs">
- <DependentUpon>RecordLineChart.xaml</DependentUpon>
- </Compile>
- <Compile Include="Pages\RealTime\OneRopePage.xaml.cs">
- <DependentUpon>OneRopePage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Pages\ParameterDialog.xaml.cs">
- <DependentUpon>ParameterDialog.xaml</DependentUpon>
- </Compile>
- <Compile Include="Pages\RealTime\ThreeRopesPage.xaml.cs">
- <DependentUpon>ThreeRopesPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Pages\RealTime\TwoRopesPage.xaml.cs">
- <DependentUpon>TwoRopesPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Pages\RecordPage.xaml.cs">
- <DependentUpon>RecordPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Pages\SettingDialog.xaml.cs">
- <DependentUpon>SettingDialog.xaml</DependentUpon>
- </Compile>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Compile Include="Repository\Alarm\IAlarmRepository.cs" />
- <Compile Include="Repository\Alarm\AlarmRepository.cs" />
- <Compile Include="Repository\Record\IRecordRepository.cs" />
- <Compile Include="Repository\Record\RecordRepository.cs" />
- <Compile Include="Repository\SqLiteBaseRepository.cs" />
- <Compile Include="Services\HistoryCleanupService.cs" />
- <Compile Include="SoftAuthDialog.xaml.cs">
- <DependentUpon>SoftAuthDialog.xaml</DependentUpon>
- </Compile>
- <Page Include="Controls\DamageRangeControl.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Controls\DamageRecordControl.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Controls\RealTimeLineChart.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Controls\NotificationBar.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Controls\RopeEquipmentControl.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="MainWindow.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Compile Include="App.xaml.cs">
- <DependentUpon>App.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Enums\ExecutionState.cs" />
- <Compile Include="Extensions\SoftAuth.cs" />
- <Compile Include="Extensions\TypeExtension.cs" />
- <Compile Include="Extensions\WinHelper.cs" />
- <Compile Include="MainWindow.xaml.cs">
- <DependentUpon>MainWindow.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Page Include="Pages\DamagesDialog.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Pages\DamagesPage.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Pages\RealTime\FourRopesPage.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Controls\RecordLineChart.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Pages\RealTime\OneRopePage.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Pages\ParameterDialog.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Pages\RealTime\ThreeRopesPage.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Pages\RealTime\TwoRopesPage.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Pages\RecordPage.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Pages\SettingDialog.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="SoftAuthDialog.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Styles\Styles.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Properties\AssemblyInfo.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- <Resource Include="Resources\upgrade.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- <Resource Include="Fonts\Alibaba-PuHuiTi-Bold.ttf" />
- <Resource Include="Fonts\Alibaba-PuHuiTi-Regular.ttf" />
- <None Include="README.md" />
- <Resource Include="Resources\bucket.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- <Resource Include="Resources\cims.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- <Resource Include="Resources\swris.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- <Resource Include="Resources\blue_bg.png">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Resource>
- <Resource Include="Resources\red_bg.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- <Resource Include="Resources\minimize.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- <Resource Include="Resources\closed.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- <Resource Include="Resources\eqSet.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- <Resource Include="logo.ico" />
- <Resource Include="Resources\equipment.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- <Resource Include="Resources\logo.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- <Resource Include="Resources\logo_loading.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- <Resource Include="Resources\loading.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- <Resource Include="Resources\export.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- <Resource Include="Resources\delete.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- <Resource Include="Resources\back.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- <Resource Include="Resources\menu_dec.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- <Resource Include="Resources\option_bg.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- <Resource Include="Resources\rope_block.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- <Resource Include="Resources\setting.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- <Resource Include="Resources\top_banner.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <SubType>Designer</SubType>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- <Resource Include="Fonts\PanuonIcon.ttf" />
- <Content Include="Config\Config.json">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <None Include="OpenTK.dll.config" />
- <None Include="packages.config" />
- <None Include="Properties\app.manifest" />
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup>
- <COMReference Include="NetFwTypeLib">
- <Guid>{58FBCF7C-E7A9-467C-80B3-FC65E8FCCA08}</Guid>
- <VersionMajor>1</VersionMajor>
- <VersionMinor>0</VersionMinor>
- <Lcid>0</Lcid>
- <WrapperTool>tlbimp</WrapperTool>
- <Isolated>False</Isolated>
- <EmbedInteropTypes>True</EmbedInteropTypes>
- </COMReference>
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include=".NETFramework,Version=v4.8">
- <Visible>False</Visible>
- <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\menu_bg.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
- <PropertyGroup>
- <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
- </PropertyGroup>
- <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'))" />
- <Error Condition="!Exists('packages\EntityFramework.6.5.1\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.5.1\build\EntityFramework.props'))" />
- <Error Condition="!Exists('packages\EntityFramework.6.5.1\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.5.1\build\EntityFramework.targets'))" />
- <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'))" />
- <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'))" />
- <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'))" />
- <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'))" />
- <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'))" />
- <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'))" />
- <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'))" />
- </Target>
- <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')" />
- <Import Project="packages\EntityFramework.6.5.1\build\EntityFramework.targets" Condition="Exists('packages\EntityFramework.6.5.1\build\EntityFramework.targets')" />
- <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')" />
- <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')" />
- <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')" />
- <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')" />
- <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')" />
- <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')" />
- <Import Project="packages\QuestPDF.2025.7.1\build\net4\QuestPDF.targets" Condition="Exists('packages\QuestPDF.2025.7.1\build\net4\QuestPDF.targets')" />
- </Project>
|