|
41
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
15
|
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)' == '' ">AnyCPU</Platform>
|
|
|
6 |
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
7 |
<SchemaVersion>2.0</SchemaVersion>
|
|
|
8 |
<ProjectGuid>{EC766553-473F-4865-84E9-88F79D5F12A9}</ProjectGuid>
|
|
|
9 |
<OutputType>Library</OutputType>
|
|
|
10 |
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
11 |
<RootNamespace>Trakers.Debug</RootNamespace>
|
|
|
12 |
<AssemblyName>Debug</AssemblyName>
|
|
|
13 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
14 |
<FileAlignment>512</FileAlignment>
|
|
|
15 |
<PublishUrl>publish\</PublishUrl>
|
|
|
16 |
<Install>true</Install>
|
|
|
17 |
<InstallFrom>Disk</InstallFrom>
|
|
|
18 |
<UpdateEnabled>false</UpdateEnabled>
|
|
|
19 |
<UpdateMode>Foreground</UpdateMode>
|
|
|
20 |
<UpdateInterval>7</UpdateInterval>
|
|
|
21 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
22 |
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
23 |
<UpdateRequired>false</UpdateRequired>
|
|
|
24 |
<MapFileExtensions>true</MapFileExtensions>
|
|
|
25 |
<ApplicationRevision>0</ApplicationRevision>
|
|
|
26 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
27 |
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
28 |
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
29 |
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
30 |
</PropertyGroup>
|
|
|
31 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
32 |
<DebugSymbols>true</DebugSymbols>
|
|
|
33 |
<DebugType>full</DebugType>
|
|
|
34 |
<Optimize>false</Optimize>
|
|
|
35 |
<OutputPath>bin\Debug\</OutputPath>
|
|
|
36 |
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
37 |
<ErrorReport>prompt</ErrorReport>
|
|
|
38 |
<WarningLevel>4</WarningLevel>
|
|
|
39 |
</PropertyGroup>
|
|
|
40 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
41 |
<DebugType>pdbonly</DebugType>
|
|
|
42 |
<Optimize>true</Optimize>
|
|
|
43 |
<OutputPath>bin\Release\</OutputPath>
|
|
|
44 |
<DefineConstants>TRACE</DefineConstants>
|
|
|
45 |
<ErrorReport>prompt</ErrorReport>
|
|
|
46 |
<WarningLevel>4</WarningLevel>
|
|
|
47 |
</PropertyGroup>
|
|
|
48 |
<PropertyGroup>
|
|
|
49 |
<StartupObject />
|
|
|
50 |
</PropertyGroup>
|
|
|
51 |
<ItemGroup>
|
|
|
52 |
<Reference Include="Accessibility">
|
|
|
53 |
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
54 |
</Reference>
|
|
|
55 |
<Reference Include="Coding4Fun.Kinect.Wpf">
|
|
|
56 |
<HintPath>..\lib\Coding4Fun.Kinect.Wpf.dll</HintPath>
|
|
|
57 |
</Reference>
|
|
|
58 |
<Reference Include="Microsoft.Kinect, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
59 |
<SpecificVersion>False</SpecificVersion>
|
|
|
60 |
<HintPath>..\lib\Microsoft.Kinect.dll</HintPath>
|
|
|
61 |
</Reference>
|
|
|
62 |
<Reference Include="PresentationCore" />
|
|
|
63 |
<Reference Include="PresentationFramework" />
|
|
|
64 |
<Reference Include="System" />
|
|
|
65 |
<Reference Include="System.Configuration" />
|
|
|
66 |
<Reference Include="System.Core" />
|
|
|
67 |
<Reference Include="System.Drawing" />
|
|
|
68 |
<Reference Include="System.Web.Extensions" />
|
|
|
69 |
<Reference Include="System.Xaml" />
|
|
|
70 |
<Reference Include="System.Xml.Linq" />
|
|
|
71 |
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
72 |
<Reference Include="Microsoft.CSharp" />
|
|
|
73 |
<Reference Include="System.Data" />
|
|
|
74 |
<Reference Include="System.Xml" />
|
|
|
75 |
<Reference Include="WindowsBase" />
|
|
|
76 |
</ItemGroup>
|
|
|
77 |
<ItemGroup>
|
|
|
78 |
<Compile Include="DebugWindow.xaml.cs">
|
|
|
79 |
<DependentUpon>DebugWindow.xaml</DependentUpon>
|
|
|
80 |
</Compile>
|
|
|
81 |
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
82 |
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
83 |
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
84 |
<AutoGen>True</AutoGen>
|
|
|
85 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
86 |
<DesignTime>True</DesignTime>
|
|
|
87 |
</Compile>
|
|
|
88 |
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
89 |
<AutoGen>True</AutoGen>
|
|
|
90 |
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
91 |
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
92 |
</Compile>
|
|
|
93 |
<Compile Include="Settings.cs" />
|
|
|
94 |
</ItemGroup>
|
|
|
95 |
<ItemGroup>
|
|
|
96 |
<Page Include="DebugWindow.xaml">
|
|
|
97 |
<Generator>MSBuild:Compile</Generator>
|
|
|
98 |
<SubType>Designer</SubType>
|
|
|
99 |
</Page>
|
|
|
100 |
</ItemGroup>
|
|
|
101 |
<ItemGroup>
|
|
|
102 |
<None Include="App.config" />
|
|
|
103 |
<None Include="Properties\Settings.settings">
|
|
|
104 |
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
105 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
106 |
</None>
|
|
|
107 |
</ItemGroup>
|
|
|
108 |
<ItemGroup>
|
|
|
109 |
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
110 |
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
111 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
112 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
113 |
</EmbeddedResource>
|
|
|
114 |
</ItemGroup>
|
|
|
115 |
<ItemGroup>
|
|
|
116 |
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
|
|
117 |
<Visible>False</Visible>
|
|
|
118 |
<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
|
|
|
119 |
<Install>true</Install>
|
|
|
120 |
</BootstrapperPackage>
|
|
|
121 |
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
122 |
<Visible>False</Visible>
|
|
|
123 |
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
124 |
<Install>false</Install>
|
|
|
125 |
</BootstrapperPackage>
|
|
|
126 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
127 |
<Visible>False</Visible>
|
|
|
128 |
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
129 |
<Install>false</Install>
|
|
|
130 |
</BootstrapperPackage>
|
|
|
131 |
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
|
132 |
<Visible>False</Visible>
|
|
|
133 |
<ProductName>Windows Installer 3.1</ProductName>
|
|
|
134 |
<Install>true</Install>
|
|
|
135 |
</BootstrapperPackage>
|
|
|
136 |
</ItemGroup>
|
|
17
|
137 |
<ItemGroup>
|
|
18
|
138 |
<None Include="Resources\404.png" />
|
|
17
|
139 |
</ItemGroup>
|
|
15
|
140 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
141 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
142 |
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
143 |
<Target Name="BeforeBuild">
|
|
|
144 |
</Target>
|
|
|
145 |
<Target Name="AfterBuild">
|
|
|
146 |
</Target>
|
|
|
147 |
-->
|
|
|
148 |
</Project> |