Link to all Visual Studio $ variables

后端 未结 7 1005
悲哀的现实
悲哀的现实 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 02:09

    To add to the other answers, note that property sheets can be configured for the project, creating custom project-specific parameters.

    To access or create them navigate to(at least in Visual Studio 2013) View -> Other Windows -> Property Manager. You can also find them in the source folder as .prop files

提交回复
热议问题