您的位置:首页 > 编程语言 > C语言/C++

Setting VC++ directories in VS 2010

2011-05-09 18:09 302 查看
本文转自http://blog.tinybrowser.net/archives/2051,谢谢作者分享。

In VS 2010, Tools/Options does not have a VC++ directories tab (where you normally set the include/lib search folders). Instead if you take project settings for a C++ project, you’ll see VC++ Directories listed under Configuration Properties. Of course these are per project and NOT per user (as in VS 2008). If you want to change it for the current user globally, bring up the Property Manager and then you’ll see various property sheets under Debug and Release (there may be more configurations on your machine). Just edit the property sheet named Microsoft.Cpp.Win32.user and now you’ll have set it globally for your user for that specific configuration.

More:

VS 2010 CDKEY: YCFHQ – 9DWCY – DKV88 – T2TMH – G7BHP

VS 2010 download



内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: