I'm trying to install this library in an existing c++ project with NuGet, but the installation stops and give me the following message:
Could not install package '32feet.NET 3.5.0.0'. You are trying to install this package into a project that targets 'Native,Version=v0.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
What does this mean?