added samples
[windows-sources.git] / sdk / samples / WPFSamples / DocViewerAnnotationsXps / csharp / app.xaml
blob44f799872a62599d23b51093950e7130775be372
1 <Application x:Class="SDKSample.app"
2     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4     Startup="AppStartup">
6   <Application.Resources>
7   </Application.Resources>
9 </Application>