mirror of
https://github.com/mashed-potatoes/PotatoNV.git
synced 2024-11-13 02:14:13 +01:00
10 lines
371 B
Text
10 lines
371 B
Text
|
<Application x:Class="PotatoNV_next.App"
|
||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
xmlns:local="clr-namespace:PotatoNV_next"
|
||
|
StartupUri="MainWindow.xaml">
|
||
|
<Application.Resources>
|
||
|
|
||
|
</Application.Resources>
|
||
|
</Application>
|