1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-05-31 22:41:37 +00:00
6502bench/MakeDist/App.xaml

10 lines
361 B
Plaintext
Raw Normal View History

2019-07-20 00:55:27 +00:00
<Application x:Class="MakeDist.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
2019-07-20 00:55:27 +00:00
xmlns:local="clr-namespace:MakeDist"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>