简体   繁体   English

Nuget C ++软件包充斥着我的解决方案

[英]Nuget C++ packages has flooded my solution with files

I have used Nuget C++ to download boost packages for my project. 我使用Nuget C ++为我的项目下载了boost包。 While it seems to function fine Nuget has put most of the source files it downloaded into my "Source Files" filter, and I can't remove them from there. 虽然看起来功能很好Nuget已将它下载的大部分源文件放入我的“源文件”过滤器中,但我无法从那里删除它们。

Is this a problem with the package? 这是包裹的问题吗? or does Nuget do this all the time? 或Nuget一直这样做? pic: 图:

充斥着激励

Don't use Boost source libraries such as boost_regex . 不要使用Boost源库,例如boost_regex Source libraries are required only for unknown compilers/platforms. 只有未知的编译器/平台才需要源库。 Use pre-compiled Boost Nuget packages instead, for example boost_regex-vc120 . 使用预编译的Boost Nuget包,例如boost_regex-vc120 See a list of all Boost NuGet packages . 查看所有Boost NuGet包的列表

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM