|
|
@ -1,10 +1,10 @@
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
<PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
<ProjectGuid>0751c83e-7845-4e5f-a5d3-e11aba393aca</ProjectGuid>
|
|
|
|
<ProjectGuid>{0751C83E-7845-4E5F-A5D3-E11ABA393ACA}</ProjectGuid>
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
<RootNamespace>Lib</RootNamespace>
|
|
|
|
<RootNamespace>Lib</RootNamespace>
|
|
|
@ -31,24 +31,28 @@
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
</PropertyGroup>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="System"/>
|
|
|
|
<Reference Include="Microsoft.Kinect, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
|
|
|
<HintPath>..\packages\Microsoft.Kinect.2.0.1410.19000\lib\net45\Microsoft.Kinect.dll</HintPath>
|
|
|
|
<Reference Include="System.Core"/>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="System.Xml.Linq"/>
|
|
|
|
<Reference Include="PresentationCore" />
|
|
|
|
<Reference Include="System.Data.DataSetExtensions"/>
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
<Reference Include="Microsoft.CSharp"/>
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
<Reference Include="System.Data"/>
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
|
<Reference Include="System.Net.Http"/>
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
|
|
<Reference Include="WindowsBase" />
|
|
|
|
<Reference Include="System.Xml"/>
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="Class1.cs" />
|
|
|
|
<Compile Include="ColorImageStream.cs" />
|
|
|
|
|
|
|
|
<Compile Include="KinectManager.cs" />
|
|
|
|
|
|
|
|
<Compile Include="KinectStream.cs" />
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
</Project>
|
|
|
|
</Project>
|