microsoft / Azure-Kinect-Sensor-SDK

A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
https://Azure.com/Kinect
MIT License
1.5k stars 621 forks source link

Basic Types Need a seprated project targeting "AnyCPU" #697

Closed waynebaby closed 5 years ago

waynebaby commented 5 years ago

Is your feature request related to a problem? Please describe.

I am Referencing Azure Kinect datatype to other .NET standard Project running in iOS . Currently the date types are closely coupled with main features, which is blocking build to iOS cos iOS is neither a x86 nor a x64 planform

Describe the solution you'd like

an separate nuget project called "AKDK.Primitives"

Describe alternatives you've considered

Additional context

wes-b commented 5 years ago

Dup of #648?

waynebaby commented 5 years ago

@wes-b yes! thanks for referencing