Link to all Visual Studio $ variables

后端 未结 7 959
悲哀的现实
悲哀的现实 2020-11-28 01:41

I was having a look at $(Configuration),$(ProjectDir) etc. in Visual Studio 2008 for Prebuild events.

Is there a link to all of these varia

7条回答
  •  春和景丽
    2020-11-28 01:59

    If you need to find values for variables other than those standard VS macros, you could do that easily using Process Explorer. Start it, find the process your Visual Studio instance runs in, right click, Properties Environment. It lists all those $ vars as key-value pairs:

提交回复
热议问题