added samples
[windows-sources.git] / sdk / samples / WPFSamples / Numbers / xaml / app.xaml
blob7325ec319f6d54f426fff801fc428b584ea2765f
1 <Application x:Class="NumbersApp.app"
2     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4     StartupUri="Window1.xaml"
5     >
6     <Application.Resources>
8     </Application.Resources>
9 </Application>