Files
MacroBoard/App.xaml
Allen Wolf 5785b0ac54 Add Project
2024-01-09 20:25:25 -06:00

10 lines
374 B
XML
Executable File

<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>