add new project

This commit is contained in:
2023-10-26 18:11:58 +09:00
parent b36ad8fd09
commit 937fbc4bc0
17 changed files with 439 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<Application x:Class="ToDoApp.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:ToDoApp"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>