Add project files.

This commit is contained in:
kawaiizenbo 2022-01-09 18:22:49 -07:00
parent a0fb7003b6
commit 02fa84ddfc
13 changed files with 810 additions and 0 deletions

9
AppManager/App.xaml Normal file
View file

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