List of MSBuild built-in variables

前端 未结 6 824
春和景丽
春和景丽 2020-11-28 00:06

How can I get a list of built-in MSBuild variables?

I need to know how to determine the current project\'s csproj name, and thought it might be useful to know what e

6条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-11-28 01:11

    These properties can also be defined by 3rd-party tools so to get the complete list I just use (in a C++ project for example): Properties -> Configuration Properties -> General -> then on the Output or Intermediate Directory drop down choose Edit... and you should see a list of all defined properties.

提交回复
热议问题