Add Project

This commit is contained in:
Allen Wolf
2024-01-09 20:25:25 -06:00
parent 9c772c6133
commit 5785b0ac54
25 changed files with 3350 additions and 3 deletions

9
App.xaml Executable file
View File

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