Initial commit

This commit is contained in:
2022-03-05 00:43:36 -07:00
commit 151a322276
29 changed files with 1171 additions and 0 deletions

View File

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