added Windows UI 3 blank application

This commit is contained in:
2026-08-07 22:31:55 +02:00
parent dbf995ef42
commit 6155cb96f1
20 changed files with 337 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<Solution>
<Configurations>
<Platform Name="ARM64" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Project Path="HarmonyWinUI.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="*|x86" Project="x86" />
<Deploy />
</Project>
</Solution>