change naming of GUI class, fixate Form border, add published executable

This commit is contained in:
2022-05-17 21:00:58 +02:00
parent 4f0cc17177
commit 7f78dfefc5
17 changed files with 300 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.WindowsDesktop.App",
"version": "5.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}