聚合国内IT技术精华文章,分享IT技术精华,帮助IT从业人士成长

Visual Studio Set Project Environment Variables

2017-02-22 02:40 浏览: 785402 次 我要评论(0 条) 字号:

Visual Studio Set Project Environment Variables

eryar@163.com

In Visual Studio you can specify changes to environment variables in the project settings. Open your project, go to Project -> Properties... Under Configuration Properties -> Debugging, edit the Environment value to set environment variables.

For example, if you want to add the directory “c:foobin” to the path when debugging your application, set the Environment value to “PATH=%PATH%;c:foobin”.

Here’s a screenshot of the settings dialog:

wpsD79C.tmp

当使用第三方库进行开发时,如果某个第三方库有多个版本,为了使多个版本互不影响,且也不想把相关的程序路径设置到电脑的环境变量中去,则可以在Debugging中为某个开发项目设置环境变量。



eryar 2017-02-21 21:39 发表评论


网友评论已有0条评论, 我也要评论

发表评论

*

* (保密)

Ctrl+Enter 快捷回复