Files
AdventOfCode/2018_04/App.xaml
2018-12-15 09:44:55 +01:00

10 lines
361 B
XML

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