--- a/middleware/src/Trakers.csproj Fri Mar 30 11:14:14 2012 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,174 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{09EF8613-2F1B-4F1D-B6B1-22938EBB529A}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Trakers</RootNamespace>
- <AssemblyName>Trakers</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <TargetFrameworkProfile>Client</TargetFrameworkProfile>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject />
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Accessibility">
- <EmbedInteropTypes>True</EmbedInteropTypes>
- </Reference>
- <Reference Include="Bespoke.Common">
- <HintPath>..\lib\Bespoke.Common.dll</HintPath>
- </Reference>
- <Reference Include="Bespoke.Common.Osc">
- <HintPath>..\lib\Bespoke.Common.Osc.dll</HintPath>
- </Reference>
- <Reference Include="Coding4Fun.Kinect.Wpf, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\lib\Coding4Fun.Kinect.Wpf.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>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Xml" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Xaml">
- <RequiredTargetFramework>4.0</RequiredTargetFramework>
- </Reference>
- <Reference Include="TuioServer">
- <HintPath>..\lib\TuioServer.dll</HintPath>
- </Reference>
- <Reference Include="WindowsBase" />
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Communication\Server.cs" />
- <Compile Include="Debug\DebugParameters.xaml.cs">
- <DependentUpon>DebugParameters.xaml</DependentUpon>
- </Compile>
- <Compile Include="Debug\DebugWindow.xaml.cs">
- <DependentUpon>DebugWindow.xaml</DependentUpon>
- </Compile>
- <Compile Include="MainClass.cs" />
- <Compile Include="Properties\AssemblyInfo.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Properties\Resources.Designer.cs">
- <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\JumpEventArgs.cs" />
- <Compile Include="Tracking\Events\JumpListener.cs" />
- <Compile Include="Tracking\Events\ModChangeEventArgs.cs" />
- <Compile Include="Tracking\Events\ModChangeListener.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\Events\UserPositionEventArgs.cs" />
- <Compile Include="Tracking\Events\UserPositionListener.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\Gestures\UserPositionDetector.cs" />
- <Compile Include="Tracking\KinectMain.cs" />
- <Compile Include="Tracking\Events\LeftHandQuitEventArgs.cs" />
- <Compile Include="Tracking\Events\LeftHandQuitListener.cs" />
- <Compile Include="Tracking\Events\LeftHandTrackedEventArgs.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Tracking\Events\LeftHandTrackedListener.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Tracking\Events\RightHandQuitEventArgs.cs" />
- <Compile Include="Tracking\Events\RightHandQuitListener.cs" />
- <Compile Include="Tracking\Events\RightHandTrackedEventArgs.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Tracking\Events\RightHandTrackedListener.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Tracking\ModeManagement.cs" />
- <Compile Include="Tracking\Search\Comparator.cs" />
- <Compile Include="Tracking\Search\Constructor.cs" />
- <Compile Include="Tracking\Search\Curve.cs" />
- <Compile Include="Tracking\Search\Dictionnary.cs" />
- <Compile Include="Tracking\Search\Segment.cs" />
- <Compile Include="Tracking\Search\Segmenter.cs" />
- <Compile Include="Tracking\Search\Structure.cs" />
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </EmbeddedResource>
- <None Include="App.config">
- <SubType>Designer</SubType>
- </None>
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <AppDesigner Include="Properties\" />
- </ItemGroup>
- <ItemGroup>
- <Page Include="Debug\DebugParameters.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Debug\DebugWindow.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
-</Project>
\ No newline at end of file