mirror of
https://github.com/lupettohf/kv4p-sharp.git
synced 2025-01-19 01:36:30 +08:00
Windows Targheting
This commit is contained in:
parent
7b4cfd2915
commit
357047bc40
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user