mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
10 lines
512 B
Plaintext
10 lines
512 B
Plaintext
|
<Application x:Class="GARbro.GUI.App"
|
||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
StartupUri="MainWindow.xaml" Startup="ApplicationStartup"
|
||
|
ShutdownMode="OnMainWindowClose" Exit="ApplicationExit">
|
||
|
<Application.Resources>
|
||
|
<BitmapImage x:Key="IconSearch" UriSource="pack://application:,,,/Images/search4files.ico" />
|
||
|
</Application.Resources>
|
||
|
</Application>
|