sharperang/paperangapp/App.xaml

10 lines
367 B
Plaintext
Raw Normal View History

<Application x:Class="paperangapp.App"
2019-08-22 00:55:40 +01:00
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:paperangapp"
2019-08-22 00:55:40 +01:00
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>