test/TestGestureControl/TestGestureControl/App.xaml
author cavaliet
Mon, 16 Nov 2009 18:06:15 +0100
changeset 202 e15e7110ef6d
parent 198 37c16056c45b
permissions -rw-r--r--
player modification for gesture part to be fully displayed.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
198
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
     1
<Application x:Class="TestGestureControl.App"
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
     2
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
     3
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
     4
    StartupUri="SurfaceWindow1.xaml"
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
     5
    >
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
     6
    <Application.Resources>
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
     7
      <ResourceDictionary>
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
     8
        <ResourceDictionary.MergedDictionaries>
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
     9
          <ResourceDictionary Source="/Microsoft.Surface.Presentation.Generic;v1.0.0.0;31bf3856ad364e35;component/themes\generic.xaml"/>
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
    10
        </ResourceDictionary.MergedDictionaries>
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
    11
      </ResourceDictionary>
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
    12
    </Application.Resources>
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
    13
</Application>