Replies: 1 comment
-
Native C++ projects don't support PackageReference, and If you're creating a package for .NET projects, then I have this draft docs which explains this topic: NuGet/docs.microsoft.com-nuget#3092 Because I'm "letting perfect be the enemy of good" (I don't want to publish docs with factual errors), it takes a lot of effort to test both SDK and non-SDK style .NET projects, which is the main reason I haven't finished it and merged it yet. Anyway, the naming convention for the directories is not correct. |
Beta Was this translation helpful? Give feedback.
-
I have a native library with many files:
I have them in this folder structure to build the NuGet package:
However, they don't get included in the build folder of my application that uses this library. I think I can use copy them to the \native folder but then they will get output into the base output folder of my application.
I want these to be output in a subfolder of my application.
Example: MyApplication\bin\release\thunk64to32
Does that make sense? Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions