mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
10 lines
381 B
Plaintext
10 lines
381 B
Plaintext
|
<Application x:Class="Wabbajack.Launcher.App"
|
||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
xmlns:local="clr-namespace:Wabbajack.Launcher"
|
||
|
StartupUri="MainWindow.xaml">
|
||
|
<Application.Resources>
|
||
|
|
||
|
</Application.Resources>
|
||
|
</Application>
|