mirror of
https://github.com/sp-tarkov/patcher.git
synced 2025-02-13 08:30:47 -05:00
11 lines
416 B
XML
11 lines
416 B
XML
<Application x:Class="PatchGenerator.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:PatchGenerator"
|
|
StartupUri="MainWindow.xaml"
|
|
Startup="Application_Startup">
|
|
<Application.Resources>
|
|
|
|
</Application.Resources>
|
|
</Application>
|