# HG changeset patch
# User ARIAS Santiago
# Date 1256542575 -3600
# Node ID e99fe78cd1689110f5f4b13ba9ca3453a46a750a
# Parent e408e158c1a280cdc078ad94e21c184bf8669337
Gesture Control Integration in the Control Player
diff -r e408e158c1a2 -r e99fe78cd168 src/FingersDance.Control.Player/FingersDance.Control.Player.csproj
--- a/src/FingersDance.Control.Player/FingersDance.Control.Player.csproj Sun Oct 25 19:59:28 2009 +0100
+++ b/src/FingersDance.Control.Player/FingersDance.Control.Player.csproj Mon Oct 26 08:36:15 2009 +0100
@@ -169,6 +169,10 @@
{0B308B6E-7B1E-46C0-ACC7-0B7EFC4D0B2C}
FingersDance.Views
+
+ {99A9037F-5431-44DD-BCE9-ED60670DEBC1}
+ GestureControl
+
\ No newline at end of file
diff -r e408e158c1a2 -r e99fe78cd168 src/FingersDance.Control.Player/UserControlPlayer.xaml
--- a/src/FingersDance.Control.Player/UserControlPlayer.xaml Sun Oct 25 19:59:28 2009 +0100
+++ b/src/FingersDance.Control.Player/UserControlPlayer.xaml Mon Oct 26 08:36:15 2009 +0100
@@ -5,9 +5,10 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
xmlns:Custom="http://schemas.microsoft.com/surface/2008" xmlns:Microsoft_Surface_Presentation_Generic="clr-namespace:Microsoft.Surface.Presentation.Generic;assembly=Microsoft.Surface.Presentation.Generic"
+ xmlns:FingersDance_Control_Player="clr-namespace:FingersDance.Control.Player"
x:Class="FingersDance.Control.Player.UserControlPlayer"
x:Name="UserControl" AllowDrop="True" Custom:SurfaceDragDrop.DragOver="Play_Pause_area_DragOver" Custom:SurfaceDragDrop.DragEnter="Play_Pause_area_DragEnter" Custom:SurfaceDragDrop.DragLeave="Play_Pause_area_DragLeave" Custom:SurfaceDragDrop.Drop="Play_Pause_area_Drop"
- Width="560" Height="400" xmlns:FingersDance_Control_Player="clr-namespace:FingersDance.Control.Player">
+ Width="560" Height="400" xmlns:GestureControl="clr-namespace:GestureControl;assembly=GestureControl">
+