Add App.manifest

This commit is contained in:
2026-08-04 19:14:58 +02:00
parent 59707e427d
commit ec07d91631
3 changed files with 25 additions and 2 deletions
+2 -1
View File
@@ -7,10 +7,11 @@
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ApplicationManifest>App.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.IO.Ports" Version="10.0.9" />
<PackageReference Include="System.IO.Ports" Version="10.0.9" />
</ItemGroup>
</Project>