2026-02-12 17:03:23 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
|
<TargetFramework>net10.0-windows</TargetFramework>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<UseWPF>true</UseWPF>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2026-02-24 15:09:57 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="System.IO.Ports" Version="10.0.3" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2026-02-12 17:03:23 +08:00
|
|
|
|
</Project>
|