middleware/src/Trakers.csproj
changeset 3 92f19af39024
parent 0 6fefd4afe506
child 5 d40f84d77db4
--- a/middleware/src/Trakers.csproj	Fri Mar 09 18:15:12 2012 +0100
+++ b/middleware/src/Trakers.csproj	Thu Mar 15 13:33:21 2012 +0100
@@ -52,9 +52,6 @@
       <SpecificVersion>False</SpecificVersion>
       <HintPath>..\lib\Coding4Fun.Kinect.Wpf.dll</HintPath>
     </Reference>
-    <Reference Include="Kinect.Toolbox">
-      <HintPath>..\lib\Kinect.Toolbox.dll</HintPath>
-    </Reference>
     <Reference Include="Microsoft.Kinect, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
       <HintPath>..\lib\Microsoft.Kinect.dll</HintPath>
@@ -91,15 +88,22 @@
       <AutoGen>True</AutoGen>
       <DesignTime>True</DesignTime>
       <DependentUpon>Resources.resx</DependentUpon>
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Compile>
     <Compile Include="Properties\Settings.Designer.cs">
       <AutoGen>True</AutoGen>
       <DependentUpon>Settings.settings</DependentUpon>
       <DesignTimeSharedInput>True</DesignTimeSharedInput>
     </Compile>
-    <Compile Include="Tracking\Events\SwipeEventListener.cs" />
+    <Compile Include="Tracking\Events\JumpEventArgs.cs" />
+    <Compile Include="Tracking\Events\JumpListener.cs" />
+    <Compile Include="Tracking\Events\PushEventArgs.cs" />
+    <Compile Include="Tracking\Events\PushListener.cs" />
+    <Compile Include="Tracking\Events\SwipeListener.cs" />
     <Compile Include="Tracking\Events\SwipeEventArgs.cs" />
     <Compile Include="Tracking\Gestures\GestureDetector.cs" />
+    <Compile Include="Tracking\Gestures\JumpDetector.cs" />
+    <Compile Include="Tracking\Gestures\PushDetector.cs" />
     <Compile Include="Tracking\Gestures\SwipeDetector.cs" />
     <Compile Include="Tracking\KinectMain.cs" />
     <Compile Include="Tracking\Events\LeftHandQuitEventArgs.cs" />
@@ -121,6 +125,7 @@
     <EmbeddedResource Include="Properties\Resources.resx">
       <Generator>ResXFileCodeGenerator</Generator>
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </EmbeddedResource>
     <None Include="App.config" />
     <None Include="Properties\Settings.settings">