Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Visual Studio 2012 中设置环境变量?
例如,我需要设置这个:
$(MyDir) = "c:\my_dir"
在文本编辑器中打开项目,然后在顶部现有标签中添加
<PropertyGroup> <MyDir>c:\my_dir</MyDir> ...(leave existing ones here)... </PropertyGroup>
在 UI 中可能有一些方法可以做到这一点,但我现在只手动编辑文件。每种语言都有不同的用户界面(!)