2025-07-18 22:21:16 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<UseWPF>true</UseWPF>
|
2025-10-04 18:42:12 +08:00
|
|
|
|
<EnableHotReload>true</EnableHotReload>
|
2025-08-24 18:29:26 +08:00
|
|
|
|
<ApplicationIcon>Assets\AppIcon2.ico</ApplicationIcon>
|
2025-07-18 22:21:16 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2025-08-24 18:29:26 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="Assets\AppIcon2.ico">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2025-07-18 22:21:16 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Resource Include="Assets\AppIcon.png" />
|
2025-07-26 12:19:05 +08:00
|
|
|
|
<Resource Include="Assets\AppIcon2.ico" />
|
2025-10-04 18:42:12 +08:00
|
|
|
|
<Resource Include="Assets\Fonts\materialdesignicons-webfont.ttf">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Resource>
|
2025-07-18 22:21:16 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Page Update="Views\Dialogs\ConfirmDialog.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Views\Dialogs\DeviceDialog.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Views\Dialogs\ImportExcelDialog.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Views\Dialogs\ImportResultDialog.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Views\Dialogs\IsActiveDialog.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Views\Dialogs\MqttAliasBatchEditDialog.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Views\Dialogs\MqttAliasDialog.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Views\Dialogs\MqttDialog.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Views\Dialogs\MqttSelectionDialog.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
2025-08-25 20:16:57 +08:00
|
|
|
|
<Page Update="Views\Dialogs\ImportOpcUaDialog.xaml">
|
2025-07-18 22:21:16 +08:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Views\Dialogs\OpcUaUpdateTypeDialog.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Views\Dialogs\PollLevelDialog.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Views\Dialogs\ProcessingDialog.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
2025-08-23 16:01:30 +08:00
|
|
|
|
<Page Update="Views\Dialogs\VariableDialog.xaml">
|
2025-07-18 22:21:16 +08:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
2025-07-30 12:54:14 +08:00
|
|
|
|
<Page Update="Views\Dialogs\VariableTableDialog.xaml">
|
2025-07-18 22:21:16 +08:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Views\DataTransformView.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Views\DeviceDetailView.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Views\DevicesView.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Views\HomeView.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Views\MainView.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Views\MqttServerDetailView.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Views\MqttsView.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Views\SettingView.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Views\VariableTableView.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Resources\DevicesItemTemplateDictionary.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
2025-09-14 19:13:40 +08:00
|
|
|
|
<Page Update="Views\Dialogs\TriggerDialog.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
|
|
|
|
|
<Page Update="Views\TriggersView.xaml">
|
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Page>
|
2025-07-18 22:21:16 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
|
|
|
|
|
|
<PackageReference Include="HandyControl" Version="3.5.1" />
|
|
|
|
|
|
<PackageReference Include="Hardcodet.NotifyIcon.Wpf" Version="2.0.1" />
|
|
|
|
|
|
<PackageReference Include="iNKORE.UI.WPF.Modern" Version="0.10.0" />
|
2025-09-22 06:24:08 +08:00
|
|
|
|
<PackageReference Include="LiveChartsCore.SkiaSharpView.WPF" Version="2.0.0-rc2" />
|
2025-07-18 22:21:16 +08:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.5" />
|
2025-09-04 14:46:50 +08:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.5" />
|
|
|
|
|
|
<PackageReference Include="NLog" Version="6.0.0" />
|
2025-08-23 11:28:10 +08:00
|
|
|
|
<PackageReference Include="ObservableCollections" Version="3.3.4" />
|
2025-07-18 22:21:16 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2025-07-19 09:25:01 +08:00
|
|
|
|
|
2025-10-04 18:42:12 +08:00
|
|
|
|
|
2025-07-19 09:25:01 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\DMS.Application\DMS.Application.csproj" />
|
2025-07-26 11:20:03 +08:00
|
|
|
|
<ProjectReference Include="..\DMS.Infrastructure\DMS.Infrastructure.csproj" />
|
2025-07-19 09:25:01 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2025-07-26 10:05:43 +08:00
|
|
|
|
|
2025-10-04 18:42:12 +08:00
|
|
|
|
|
2025-09-04 14:46:50 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Update="Configurations\nlog.config">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2025-10-20 22:47:22 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="Services\ViewService\" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2025-10-04 18:42:12 +08:00
|
|
|
|
</Project>
|