Committing TBB 2019 Update 9 source code
[platform/upstream/tbb.git] / examples / parallel_for / tachyon / msvs / uwp / App.xaml
1 <Application
2     x:Class="tbbTachyon.App"
3     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5     xmlns:local="using:tbbTachyon">
6
7     <Application.Resources>
8         <ResourceDictionary>
9             <ResourceDictionary.MergedDictionaries>
10                 <ResourceDictionary Source="Common/StandardStyles.xaml"/>
11             </ResourceDictionary.MergedDictionaries>
12
13         </ResourceDictionary>
14     </Application.Resources>
15 </Application>