middleware/src/MainModule.csproj
author bastiena
Fri, 06 Apr 2012 11:48:00 +0200
changeset 24 2bdf5d51d434
parent 17 fda26bfcabef
child 37 37ebedd84755
permissions -rw-r--r--
Front IDILL : TuioPoint class header modified in order to manage 3D points TuioContainer class header modified in order to manage 3D points TuioCursor class header modified in order to manage 3D points TuioClient class header modified in order to manage 3D points TuioClient class modified in order to manage 3D points client class header modified in order to manage 3D points client class modified in order to manage 3D points

<?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>MainModule</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="MainClass.cs" />
    <Compile Include="MainModule\Events\BendEventArgs.cs" />
    <Compile Include="MainModule\Events\BendListener.cs" />
    <Compile Include="MainModule\Events\CircleEventArgs.cs" />
    <Compile Include="MainModule\Events\CircleListener.cs" />
    <Compile Include="MainModule\Events\CrossEventArgs.cs" />
    <Compile Include="MainModule\Events\CrossListener.cs" />
    <Compile Include="MainModule\Events\JumpEventArgs.cs" />
    <Compile Include="MainModule\Events\JumpListener.cs" />
    <Compile Include="MainModule\Events\KneeUpEventArgs.cs" />
    <Compile Include="MainModule\Events\KneeUpListener.cs" />
    <Compile Include="MainModule\Events\LeftHandQuitEventArgs.cs" />
    <Compile Include="MainModule\Events\LeftHandQuitListener.cs" />
    <Compile Include="MainModule\Events\LeftHandTrackedEventArgs.cs" />
    <Compile Include="MainModule\Events\LeftHandTrackedListener.cs" />
    <Compile Include="MainModule\Events\MainEventArgs.cs" />
    <Compile Include="MainModule\Events\PushEventArgs.cs" />
    <Compile Include="MainModule\Events\PushListener.cs" />
    <Compile Include="MainModule\Events\RightHandQuitEventArgs.cs" />
    <Compile Include="MainModule\Events\RightHandQuitListener.cs" />
    <Compile Include="MainModule\Events\RightHandTrackedEventArgs.cs" />
    <Compile Include="MainModule\Events\RightHandTrackedListener.cs" />
    <Compile Include="MainModule\Events\SwipeEventArgs.cs" />
    <Compile Include="MainModule\Events\SwipeListener.cs" />
    <Compile Include="MainModule\Events\UserPositionEventArgs.cs" />
    <Compile Include="MainModule\Events\UserPositionListener.cs" />
    <Compile Include="MainModule\Events\WaveEventArgs.cs" />
    <Compile Include="MainModule\Events\WaveListener.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="MainModule\Events\ModChangeEventArgs.cs" />
    <Compile Include="MainModule\Events\ModChangeListener.cs" />
    <Compile Include="MainModule\KinectMain.cs" />
    <Compile Include="MainModule\ModeManagement.cs" />
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </EmbeddedResource>
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <AppDesigner Include="Properties\" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Communication\Communication.csproj">
      <Project>{D8DC5409-6FF4-49CC-BC53-85AE6AE43E91}</Project>
      <Name>Communication</Name>
    </ProjectReference>
    <ProjectReference Include="..\Debug\Debug.csproj">
      <Project>{EC766553-473F-4865-84E9-88F79D5F12A9}</Project>
      <Name>Debug</Name>
    </ProjectReference>
    <ProjectReference Include="..\Tracking\Tracking.csproj">
      <Project>{1AE0776C-DED9-4B45-BAAB-99E7A365B8A1}</Project>
      <Name>Tracking</Name>
    </ProjectReference>
  </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>