# HG changeset patch
# User ARIAS Santiago
# Date 1256495176 -3600
# Node ID 91024994f6eb71efc003856583aa0ce8919cd9e3
# Parent 3a407c966e577261f7c344fe60e5c408dc30a4dc
UserControl InfoUser V1
+ background MainSurfaceWindows change
diff -r 3a407c966e57 -r 91024994f6eb src/FingersDance.Control.Player/FingersDance.Control.Player.csproj
--- a/src/FingersDance.Control.Player/FingersDance.Control.Player.csproj Sun Oct 25 12:55:07 2009 +0100
+++ b/src/FingersDance.Control.Player/FingersDance.Control.Player.csproj Sun Oct 25 19:26:16 2009 +0100
@@ -90,10 +90,17 @@
Designer
MSBuild:Compile
+
+ MSBuild:Compile
+ Designer
+
MSBuild:Compile
Designer
+
+ UserControlInfoUser.xaml
+
UserControlPlayer.xaml
diff -r 3a407c966e57 -r 91024994f6eb src/FingersDance.Control.Player/UserControlPlayer.xaml
--- a/src/FingersDance.Control.Player/UserControlPlayer.xaml Sun Oct 25 12:55:07 2009 +0100
+++ b/src/FingersDance.Control.Player/UserControlPlayer.xaml Sun Oct 25 19:26:16 2009 +0100
@@ -7,7 +7,7 @@
xmlns:Custom="http://schemas.microsoft.com/surface/2008" xmlns:Microsoft_Surface_Presentation_Generic="clr-namespace:Microsoft.Surface.Presentation.Generic;assembly=Microsoft.Surface.Presentation.Generic"
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">
+ Width="560" Height="400" xmlns:FingersDance_Control_Player="clr-namespace:FingersDance.Control.Player">