4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
6 <ProductVersion>8.0.30703</ProductVersion> |
6 <ProductVersion>8.0.30703</ProductVersion> |
7 <SchemaVersion>2.0</SchemaVersion> |
7 <SchemaVersion>2.0</SchemaVersion> |
8 <ProjectGuid>{09EF8613-2F1B-4F1D-B6B1-22938EBB529A}</ProjectGuid> |
8 <ProjectGuid>{09EF8613-2F1B-4F1D-B6B1-22938EBB529A}</ProjectGuid> |
9 <OutputType>WinExe</OutputType> |
9 <OutputType>Exe</OutputType> |
10 <AppDesignerFolder>Properties</AppDesignerFolder> |
10 <AppDesignerFolder>Properties</AppDesignerFolder> |
11 <RootNamespace>Trakers</RootNamespace> |
11 <RootNamespace>Trakers</RootNamespace> |
12 <AssemblyName>Trakers</AssemblyName> |
12 <AssemblyName>Trakers</AssemblyName> |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 <TargetFrameworkProfile>Client</TargetFrameworkProfile> |
14 <TargetFrameworkProfile>Client</TargetFrameworkProfile> |
102 <Compile Include="Tracking\Events\JumpListener.cs" /> |
102 <Compile Include="Tracking\Events\JumpListener.cs" /> |
103 <Compile Include="Tracking\Events\PushEventArgs.cs" /> |
103 <Compile Include="Tracking\Events\PushEventArgs.cs" /> |
104 <Compile Include="Tracking\Events\PushListener.cs" /> |
104 <Compile Include="Tracking\Events\PushListener.cs" /> |
105 <Compile Include="Tracking\Events\SwipeListener.cs" /> |
105 <Compile Include="Tracking\Events\SwipeListener.cs" /> |
106 <Compile Include="Tracking\Events\SwipeEventArgs.cs" /> |
106 <Compile Include="Tracking\Events\SwipeEventArgs.cs" /> |
|
107 <Compile Include="Tracking\Events\UserPositionEventArgs.cs" /> |
|
108 <Compile Include="Tracking\Events\UserPositionListener.cs" /> |
107 <Compile Include="Tracking\Gestures\GestureDetector.cs" /> |
109 <Compile Include="Tracking\Gestures\GestureDetector.cs" /> |
108 <Compile Include="Tracking\Gestures\JumpDetector.cs" /> |
110 <Compile Include="Tracking\Gestures\JumpDetector.cs" /> |
109 <Compile Include="Tracking\Gestures\PushDetector.cs" /> |
111 <Compile Include="Tracking\Gestures\PushDetector.cs" /> |
110 <Compile Include="Tracking\Gestures\SwipeDetector.cs" /> |
112 <Compile Include="Tracking\Gestures\SwipeDetector.cs" /> |
|
113 <Compile Include="Tracking\Gestures\UserPositionDetector.cs" /> |
111 <Compile Include="Tracking\KinectMain.cs" /> |
114 <Compile Include="Tracking\KinectMain.cs" /> |
112 <Compile Include="Tracking\Events\LeftHandQuitEventArgs.cs" /> |
115 <Compile Include="Tracking\Events\LeftHandQuitEventArgs.cs" /> |
113 <Compile Include="Tracking\Events\LeftHandQuitListener.cs" /> |
116 <Compile Include="Tracking\Events\LeftHandQuitListener.cs" /> |
114 <Compile Include="Tracking\Events\LeftHandTrackedEventArgs.cs"> |
117 <Compile Include="Tracking\Events\LeftHandTrackedEventArgs.cs"> |
115 <SubType>Code</SubType> |
118 <SubType>Code</SubType> |