diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-09-19 18:29:10 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-09-19 18:29:10 +0300 |
| commit | 8e49a8041391c9aa946060aed2c538b1ce958a68 (patch) | |
| tree | 1c3bc353a0311865ab0e8037bdf5d59d16b5972f /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/App.xaml | |
| parent | 48c5d636927f832497e8939a8423ecd1c16892d7 (diff) | |
| download | Tango-8e49a8041391c9aa946060aed2c538b1ce958a68.tar.gz Tango-8e49a8041391c9aa946060aed2c538b1ce958a68.zip | |
Added support for multiple ColorLib versions !
Added version control and display in RML & Research Module.
Implemented GenerateHive optimizations.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/App.xaml')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/App.xaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/App.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/App.xaml new file mode 100644 index 000000000..dff08b5e8 --- /dev/null +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/App.xaml @@ -0,0 +1,12 @@ +<Application x:Class="Tango.MachineStudio.Developer.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="pack://application:,,,/Tango.MachineStudio.Common;component/Resources/MaterialDesign.xaml" /> + <ResourceDictionary Source="pack://application:,,,/Tango.MachineStudio.Common;component/Themes/LightThemeColors.xaml" /> + </ResourceDictionary.MergedDictionaries> + </ResourceDictionary> + </Application.Resources> +</Application>
\ No newline at end of file |
