|
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 <OutputType>WinExe</OutputType> |
|
10 <AppDesignerFolder>Properties</AppDesignerFolder> |
|
11 <RootNamespace>Trakers</RootNamespace> |
|
12 <AssemblyName>MainModule</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="MainClass.cs" /> |
|
80 <Compile Include="MainModule\Events\CircleEventArgs.cs" /> |
|
81 <Compile Include="MainModule\Events\CircleListener.cs" /> |
|
82 <Compile Include="MainModule\Events\JumpEventArgs.cs" /> |
|
83 <Compile Include="MainModule\Events\JumpListener.cs" /> |
|
84 <Compile Include="MainModule\Events\LeftHandQuitEventArgs.cs" /> |
|
85 <Compile Include="MainModule\Events\LeftHandQuitListener.cs" /> |
|
86 <Compile Include="MainModule\Events\LeftHandTrackedEventArgs.cs" /> |
|
87 <Compile Include="MainModule\Events\LeftHandTrackedListener.cs" /> |
|
88 <Compile Include="MainModule\Events\MainEventArgs.cs" /> |
|
89 <Compile Include="MainModule\Events\PushEventArgs.cs" /> |
|
90 <Compile Include="MainModule\Events\PushListener.cs" /> |
|
91 <Compile Include="MainModule\Events\RightHandQuitEventArgs.cs" /> |
|
92 <Compile Include="MainModule\Events\RightHandQuitListener.cs" /> |
|
93 <Compile Include="MainModule\Events\RightHandTrackedEventArgs.cs" /> |
|
94 <Compile Include="MainModule\Events\RightHandTrackedListener.cs" /> |
|
95 <Compile Include="MainModule\Events\SwipeEventArgs.cs" /> |
|
96 <Compile Include="MainModule\Events\SwipeListener.cs" /> |
|
97 <Compile Include="MainModule\Events\UserPositionEventArgs.cs" /> |
|
98 <Compile Include="MainModule\Events\UserPositionListener.cs" /> |
|
99 <Compile Include="Properties\AssemblyInfo.cs"> |
|
100 <SubType>Code</SubType> |
|
101 </Compile> |
|
102 <Compile Include="Properties\Resources.Designer.cs"> |
|
103 <AutoGen>True</AutoGen> |
|
104 <DesignTime>True</DesignTime> |
|
105 <DependentUpon>Resources.resx</DependentUpon> |
|
106 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
107 </Compile> |
|
108 <Compile Include="Properties\Settings.Designer.cs"> |
|
109 <AutoGen>True</AutoGen> |
|
110 <DependentUpon>Settings.settings</DependentUpon> |
|
111 <DesignTimeSharedInput>True</DesignTimeSharedInput> |
|
112 </Compile> |
|
113 <Compile Include="MainModule\Events\ModChangeEventArgs.cs" /> |
|
114 <Compile Include="MainModule\Events\ModChangeListener.cs" /> |
|
115 <Compile Include="MainModule\KinectMain.cs" /> |
|
116 <Compile Include="MainModule\ModeManagement.cs" /> |
|
117 <EmbeddedResource Include="Properties\Resources.resx"> |
|
118 <Generator>ResXFileCodeGenerator</Generator> |
|
119 <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
120 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
121 </EmbeddedResource> |
|
122 <None Include="Properties\Settings.settings"> |
|
123 <Generator>SettingsSingleFileGenerator</Generator> |
|
124 <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
125 </None> |
|
126 <AppDesigner Include="Properties\" /> |
|
127 </ItemGroup> |
|
128 <ItemGroup> |
|
129 <ProjectReference Include="..\Communication\Communication.csproj"> |
|
130 <Project>{D8DC5409-6FF4-49CC-BC53-85AE6AE43E91}</Project> |
|
131 <Name>Communication</Name> |
|
132 </ProjectReference> |
|
133 <ProjectReference Include="..\Debug\Debug.csproj"> |
|
134 <Project>{EC766553-473F-4865-84E9-88F79D5F12A9}</Project> |
|
135 <Name>Debug</Name> |
|
136 </ProjectReference> |
|
137 <ProjectReference Include="..\Tracking\Tracking.csproj"> |
|
138 <Project>{1AE0776C-DED9-4B45-BAAB-99E7A365B8A1}</Project> |
|
139 <Name>Tracking</Name> |
|
140 </ProjectReference> |
|
141 </ItemGroup> |
|
142 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
143 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
144 Other similar extension points exist, see Microsoft.Common.targets. |
|
145 <Target Name="BeforeBuild"> |
|
146 </Target> |
|
147 <Target Name="AfterBuild"> |
|
148 </Target> |
|
149 --> |
|
150 </Project> |