1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-06 16:29:03 +00:00
6502bench/MakeDistWPF/App.xaml

10 lines
367 B
Plaintext
Raw Normal View History

<Application x:Class="MakeDistWPF.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:MakeDistWPF"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>