Windows Targheting

This commit is contained in:
Andrea Santaniello 2024-10-27 18:05:30 +01:00
parent 7b4cfd2915
commit 357047bc40
2 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,7 @@ namespace RadioControllerApp
// Form properties // Form properties
this.Text = "Radio Controller"; this.Text = "Radio Controller";
this.Size = new System.Drawing.Size(800, 700); this.Size = new System.Drawing.Size(800, 700);
this.MinimumSize = new System.Drawing.Size(600, 6<s00); this.MinimumSize = new System.Drawing.Size(600, 600);
this.FormClosing += FormRadio_FormClosing; this.FormClosing += FormRadio_FormClosing;
// Initialize controls // Initialize controls

View File

@ -6,6 +6,7 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>