Přidání projektu se základem poznámkové aplikace podle Microsoft tutoriálu.

This commit is contained in:
Matěj Kubíček
2026-06-07 21:21:16 +02:00
parent 98b0bdaecd
commit a4d7985f48
26 changed files with 457 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="winui-learning/winui-learning.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="*|x86" Project="x86" />
<Deploy />
</Project>
</Solution>