17 lines
492 B
XML
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>
|