zoukankan      html  css  js  c++  java
  • Visual Studio Set Project Environment Variables

    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:fooin” to the path when debugging your application, set the Environment value to “PATH=%PATH%;c:fooin”.

    Here’s a screenshot of the settings dialog:

    wpsD79C.tmp

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

  • 相关阅读:
    Extension Methods(扩展方法)
    linux面试题
    渗透测试 day4
    渗透测试 day3
    渗透测试 day2
    渗透测试 day1
    9.3 网络安全介绍
    9.2 Iptables
    8.30 进程管理
    8.29 linux的网络
  • 原文地址:https://www.cnblogs.com/opencascade/p/6426442.html
Copyright © 2011-2022 走看看