Files
MacroBoard/src/App.xaml
Allen Wolf 88907760b5 Add Project
2024-01-09 20:48:30 -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>