added samples
[windows-sources.git] / sdk / samples / WPFSamples / ContextMenuShared / xaml / app.xaml
blob55da8cc7042f6f0827a0e064cee5e83e7d8d3da8
1 <!-- If you change the root element of this file, be sure to change the class that is subclassed in app.xaml.cs -->
2 <Application
3     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5     x:Class="ContextMenu_wcp.app"
6     StartupUri="Pane1.xaml"
7     >
8     <!-- Resources & Styles defined in this section will impact the entire application.  -->
9     <Application.Resources>
11     </Application.Resources>
12 </Application>