-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathApp.xaml
More file actions
11 lines (11 loc) · 542 Bytes
/
Copy pathApp.xaml
File metadata and controls
11 lines (11 loc) · 542 Bytes
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<!-- to make the designer happy and to view default localazition strings in the designer-->
<ResourceDictionary Source="Localization/LocSource.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>