|
0
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
3 |
<PropertyGroup>
|
|
|
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
5 |
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
|
6 |
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
7 |
<SchemaVersion>2.0</SchemaVersion>
|
|
|
8 |
<ProjectGuid>{09EF8613-2F1B-4F1D-B6B1-22938EBB529A}</ProjectGuid>
|
|
9
|
9 |
<OutputType>WinExe</OutputType>
|
|
0
|
10 |
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
11 |
<RootNamespace>Trakers</RootNamespace>
|
|
|
12 |
<AssemblyName>Trakers</AssemblyName>
|
|
|
13 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
14 |
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
|
|
15 |
<FileAlignment>512</FileAlignment>
|
|
|
16 |
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
17 |
<WarningLevel>4</WarningLevel>
|
|
|
18 |
</PropertyGroup>
|
|
|
19 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
20 |
<PlatformTarget>x86</PlatformTarget>
|
|
|
21 |
<DebugSymbols>true</DebugSymbols>
|
|
|
22 |
<DebugType>full</DebugType>
|
|
|
23 |
<Optimize>false</Optimize>
|
|
|
24 |
<OutputPath>bin\Debug\</OutputPath>
|
|
|
25 |
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
26 |
<ErrorReport>prompt</ErrorReport>
|
|
|
27 |
<WarningLevel>4</WarningLevel>
|
|
|
28 |
</PropertyGroup>
|
|
|
29 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
30 |
<PlatformTarget>x86</PlatformTarget>
|
|
|
31 |
<DebugType>pdbonly</DebugType>
|
|
|
32 |
<Optimize>true</Optimize>
|
|
|
33 |
<OutputPath>bin\Release\</OutputPath>
|
|
|
34 |
<DefineConstants>TRACE</DefineConstants>
|
|
|
35 |
<ErrorReport>prompt</ErrorReport>
|
|
|
36 |
<WarningLevel>4</WarningLevel>
|
|
|
37 |
</PropertyGroup>
|
|
|
38 |
<PropertyGroup>
|
|
|
39 |
<StartupObject />
|
|
|
40 |
</PropertyGroup>
|
|
|
41 |
<ItemGroup>
|
|
|
42 |
<Reference Include="Accessibility">
|
|
|
43 |
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
44 |
</Reference>
|
|
|
45 |
<Reference Include="Bespoke.Common">
|
|
|
46 |
<HintPath>..\lib\Bespoke.Common.dll</HintPath>
|
|
|
47 |
</Reference>
|
|
|
48 |
<Reference Include="Bespoke.Common.Osc">
|
|
|
49 |
<HintPath>..\lib\Bespoke.Common.Osc.dll</HintPath>
|
|
|
50 |
</Reference>
|
|
|
51 |
<Reference Include="Coding4Fun.Kinect.Wpf, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
52 |
<SpecificVersion>False</SpecificVersion>
|
|
|
53 |
<HintPath>..\lib\Coding4Fun.Kinect.Wpf.dll</HintPath>
|
|
|
54 |
</Reference>
|
|
|
55 |
<Reference Include="Microsoft.Kinect, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
56 |
<SpecificVersion>False</SpecificVersion>
|
|
|
57 |
<HintPath>..\lib\Microsoft.Kinect.dll</HintPath>
|
|
|
58 |
</Reference>
|
|
|
59 |
<Reference Include="System" />
|
|
|
60 |
<Reference Include="System.configuration" />
|
|
|
61 |
<Reference Include="System.Data" />
|
|
|
62 |
<Reference Include="System.Drawing" />
|
|
|
63 |
<Reference Include="System.Xml" />
|
|
|
64 |
<Reference Include="Microsoft.CSharp" />
|
|
|
65 |
<Reference Include="System.Core" />
|
|
|
66 |
<Reference Include="System.Xml.Linq" />
|
|
|
67 |
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
68 |
<Reference Include="System.Xaml">
|
|
|
69 |
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
|
70 |
</Reference>
|
|
|
71 |
<Reference Include="TuioServer">
|
|
|
72 |
<HintPath>..\lib\TuioServer.dll</HintPath>
|
|
|
73 |
</Reference>
|
|
|
74 |
<Reference Include="WindowsBase" />
|
|
|
75 |
<Reference Include="PresentationCore" />
|
|
|
76 |
<Reference Include="PresentationFramework" />
|
|
|
77 |
</ItemGroup>
|
|
|
78 |
<ItemGroup>
|
|
|
79 |
<Compile Include="Communication\Server.cs" />
|
|
5
|
80 |
<Compile Include="Debug\DebugParameters.xaml.cs">
|
|
|
81 |
<DependentUpon>DebugParameters.xaml</DependentUpon>
|
|
|
82 |
</Compile>
|
|
0
|
83 |
<Compile Include="Debug\DebugWindow.xaml.cs">
|
|
|
84 |
<DependentUpon>DebugWindow.xaml</DependentUpon>
|
|
|
85 |
</Compile>
|
|
|
86 |
<Compile Include="MainClass.cs" />
|
|
|
87 |
<Compile Include="Properties\AssemblyInfo.cs">
|
|
|
88 |
<SubType>Code</SubType>
|
|
|
89 |
</Compile>
|
|
|
90 |
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
91 |
<AutoGen>True</AutoGen>
|
|
|
92 |
<DesignTime>True</DesignTime>
|
|
|
93 |
<DependentUpon>Resources.resx</DependentUpon>
|
|
3
|
94 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
0
|
95 |
</Compile>
|
|
|
96 |
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
97 |
<AutoGen>True</AutoGen>
|
|
|
98 |
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
99 |
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
100 |
</Compile>
|
|
3
|
101 |
<Compile Include="Tracking\Events\JumpEventArgs.cs" />
|
|
|
102 |
<Compile Include="Tracking\Events\JumpListener.cs" />
|
|
11
|
103 |
<Compile Include="Tracking\Events\ModChangeEventArgs.cs" />
|
|
|
104 |
<Compile Include="Tracking\Events\ModChangeListener.cs" />
|
|
3
|
105 |
<Compile Include="Tracking\Events\PushEventArgs.cs" />
|
|
|
106 |
<Compile Include="Tracking\Events\PushListener.cs" />
|
|
|
107 |
<Compile Include="Tracking\Events\SwipeListener.cs" />
|
|
0
|
108 |
<Compile Include="Tracking\Events\SwipeEventArgs.cs" />
|
|
6
|
109 |
<Compile Include="Tracking\Events\UserPositionEventArgs.cs" />
|
|
|
110 |
<Compile Include="Tracking\Events\UserPositionListener.cs" />
|
|
0
|
111 |
<Compile Include="Tracking\Gestures\GestureDetector.cs" />
|
|
3
|
112 |
<Compile Include="Tracking\Gestures\JumpDetector.cs" />
|
|
|
113 |
<Compile Include="Tracking\Gestures\PushDetector.cs" />
|
|
0
|
114 |
<Compile Include="Tracking\Gestures\SwipeDetector.cs" />
|
|
6
|
115 |
<Compile Include="Tracking\Gestures\UserPositionDetector.cs" />
|
|
0
|
116 |
<Compile Include="Tracking\KinectMain.cs" />
|
|
|
117 |
<Compile Include="Tracking\Events\LeftHandQuitEventArgs.cs" />
|
|
|
118 |
<Compile Include="Tracking\Events\LeftHandQuitListener.cs" />
|
|
|
119 |
<Compile Include="Tracking\Events\LeftHandTrackedEventArgs.cs">
|
|
|
120 |
<SubType>Code</SubType>
|
|
|
121 |
</Compile>
|
|
|
122 |
<Compile Include="Tracking\Events\LeftHandTrackedListener.cs">
|
|
|
123 |
<SubType>Code</SubType>
|
|
|
124 |
</Compile>
|
|
|
125 |
<Compile Include="Tracking\Events\RightHandQuitEventArgs.cs" />
|
|
|
126 |
<Compile Include="Tracking\Events\RightHandQuitListener.cs" />
|
|
|
127 |
<Compile Include="Tracking\Events\RightHandTrackedEventArgs.cs">
|
|
|
128 |
<SubType>Code</SubType>
|
|
|
129 |
</Compile>
|
|
|
130 |
<Compile Include="Tracking\Events\RightHandTrackedListener.cs">
|
|
|
131 |
<SubType>Code</SubType>
|
|
|
132 |
</Compile>
|
|
|
133 |
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
134 |
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
135 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
3
|
136 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
0
|
137 |
</EmbeddedResource>
|
|
|
138 |
<None Include="App.config" />
|
|
|
139 |
<None Include="Properties\Settings.settings">
|
|
|
140 |
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
141 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
142 |
</None>
|
|
|
143 |
<AppDesigner Include="Properties\" />
|
|
|
144 |
</ItemGroup>
|
|
|
145 |
<ItemGroup>
|
|
5
|
146 |
<Page Include="Debug\DebugParameters.xaml">
|
|
|
147 |
<SubType>Designer</SubType>
|
|
|
148 |
<Generator>MSBuild:Compile</Generator>
|
|
|
149 |
</Page>
|
|
0
|
150 |
<Page Include="Debug\DebugWindow.xaml">
|
|
|
151 |
<Generator>MSBuild:Compile</Generator>
|
|
|
152 |
<SubType>Designer</SubType>
|
|
|
153 |
</Page>
|
|
|
154 |
</ItemGroup>
|
|
|
155 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
156 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
157 |
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
158 |
<Target Name="BeforeBuild">
|
|
|
159 |
</Target>
|
|
|
160 |
<Target Name="AfterBuild">
|
|
|
161 |
</Target>
|
|
|
162 |
-->
|
|
|
163 |
</Project> |