port from perforce
This commit is contained in:
18
intromat/Intromat/App.xaml
Normal file
18
intromat/Intromat/App.xaml
Normal file
@@ -0,0 +1,18 @@
|
||||
<Application x:Class="Intromat.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<Application.Resources>
|
||||
<ResourceDictionary>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceDictionary Source="Themes/ColorfulDarkTheme.xaml" />
|
||||
<ResourceDictionary Source="Themes/CodeGenNodeView.xaml" />
|
||||
<ResourceDictionary Source="Themes/CodeGenNodeInputView.xaml" />
|
||||
<ResourceDictionary Source="Themes/CodeGenNodeOutputView.xaml" />
|
||||
<ResourceDictionary Source="Themes/Resources.xaml" />
|
||||
<ResourceDictionary Source="Themes/ExtendedWpfToolkit.xaml" />
|
||||
<ResourceDictionary Source="Themes/Icons.xaml" />
|
||||
<ResourceDictionary Source="Themes/EditorStyles.xaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>
|
||||
</Application.Resources>
|
||||
</Application>
|
||||
Reference in New Issue
Block a user