kinect/codes/Azure-Kinect-Samples/body-tracking-samples/csharp_3d_viewer/Csharp_3d_viewer.csproj

17 lines
492 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net48</TargetFramework>
<Platforms>x64</Platforms>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Kinect.BodyTracking" Version="1.1.2" />
<PackageReference Include="OpenGL.Net" Version="0.8.4" />
<PackageReference Include="OpenGL.Net.CoreUI" Version="0.8.4" />
</ItemGroup>
</Project>