简体   繁体   English

是否有可在Visual Studio 2010中使用的变量列表?

[英]Is there a list of variables that can be used in Visual Studio 2010?

I am setting up a project in VS 2010 based on this guide: 我正在根据此指南在VS 2010中建立一个项目:

http://www.ogre3d.org/tikiwiki/Setting+Up+An+Application+-+Visual+Studio http://www.ogre3d.org/tikiwiki/Setting+Up+An+Application+-+Visual+Studio

At some point I need to specify a path like this: 在某些时候,我需要指定这样的路径:

$(OGRE_HOME)\lib\$(Configuration)

I have created the variable OGRE_HOME myself, but what is $(Configuration) ? 我自己创建了变量OGRE_HOME ,但是$(Configuration)什么? Is that some existing variable defined in VS 2010? VS 2010中是否定义了某些现有变量?

The same goes for: 同样适用于:

$(OutDir)
$(TargetFileName)
$(ProjectName).exe

Where can I find info on those variables, or what can be used as variables in VS 2010? 在哪里可以找到有关这些变量的信息,或者在VS 2010中可以用作变量的信息?

是MSDN上预定义的环境变量的列表。

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

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