Projektdateien hinzufügen.

This commit is contained in:
abdelaziz
2026-03-17 20:12:30 +01:00
parent 3449bef562
commit b0aceddbe6
7 changed files with 93 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<Application x:Class="CheckersSpielBot.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:CheckersSpielBot"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>