KinectFusion 2.0.1410.19001

dotnet add package KinectFusion --version 2.0.1410.19001
                    
NuGet\Install-Package KinectFusion -Version 2.0.1410.19001
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="KinectFusion" Version="2.0.1410.19001" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="KinectFusion" Version="2.0.1410.19001" />
                    
Directory.Packages.props
<PackageReference Include="KinectFusion" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add KinectFusion --version 2.0.1410.19001
                    
#r "nuget: KinectFusion, 2.0.1410.19001"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=KinectFusion&version=2.0.1410.19001
                    
Install KinectFusion as a Cake Addin
#tool nuget:?package=KinectFusion&version=2.0.1410.19001
                    
Install KinectFusion as a Cake Tool

Microsoft Kinect v2 Fusion reconstructs a 3-D model of an object or environment by combining a continuous stream of data from the Kinect for Windows sensor.
This package will add settings that for use these features to your native C++ project.
(This package is only included property sheet, but not included header files and library files. You need to install Kinect for Windows SDK v2.)

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1410.19001 2,560 2/7/2016
2.0.1410.19000 1,540 1/25/2016

https://msdn.microsoft.com/en-us/library/dn782041.aspx
Fix how to copy redist files. Multiple packages can be used successfully in same projects.