Files
Il2CppInspectorRedux/Il2CppInspector.GUI/App.xaml
2020-02-08 12:58:54 +01:00

10 lines
363 B
XML

<Application x:Class="App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Il2CppInspector.GUI"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>