Add startup application support and dialog for user prompts

This commit is contained in:
2026-01-07 09:47:22 +11:00
parent dafeeb0f15
commit 97bf98f99e
4 changed files with 250 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PlatformTarget>x64</PlatformTarget>