sergey-shandar / getboost

NuGet packages for Boost C++ libraries.
Boost Software License 1.0
58 stars 20 forks source link

Installed packages don't appear in Referenced packages section #34

Open francescog opened 7 years ago

francescog commented 7 years ago

I was trying to specify the linkage for the unit test library but I cannot find the Referenced Package section in the property sheet of my project. As far as I have understood this depends on the .targets file. The issue is described in detail with screenshots on SO at https://stackoverflow.com/q/45785216/159684 . Am I missing something or should I manually edit the targets file?

sergey-shandar commented 7 years ago

Boost is using auto-linking, so we shouldn't add manually packages.

sergey-shandar commented 7 years ago

Reopen as a feature request.