Files
RAGECOOP-V/Client/Installer/App.xaml

8 lines
318 B
Plaintext
Raw Normal View History

2022-08-20 15:20:25 +08:00
<Application x:Class="RageCoop.Client.Installer.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
2022-10-23 19:02:39 +08:00
2022-08-20 15:20:25 +08:00
</Application.Resources>
2022-10-23 19:02:39 +08:00
</Application>