/V1/trunk/Source/QuickStarts/HelloWorld/HelloWorldSample/App.xaml

# · XAML · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · baaadd55c099e9561f273070cad8ddf7 MD5 · raw file

  1. <Application x:Class="HelloWorldSample.App"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  4. <Application.Resources>
  5. </Application.Resources>
  6. </Application>