Add project files.

This commit is contained in:
2022-08-08 08:01:47 +02:00
parent 6cdc06a98d
commit 3b346b5782
12 changed files with 346 additions and 0 deletions

9
QuickMVVMSetup/App.xaml Normal file
View File

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