moved GUI project to a subdirectory.

This commit is contained in:
morkt
2016-01-07 19:06:08 +04:00
parent f85cf12fcd
commit 01153ad1a8
60 changed files with 7334 additions and 7340 deletions

9
GUI/App.xaml Normal file
View File

@@ -0,0 +1,9 @@
<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>