sharperang/PaperangPad/App.xaml

10 lines
367 B
Plaintext
Raw Normal View History

2019-11-19 11:31:53 +00:00
<Application x:Class="PaperangPad.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"
2019-11-19 11:31:53 +00:00
xmlns:local="clr-namespace:PaperangPad"
2019-08-22 00:55:40 +01:00
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>