List of MSBuild built-in variables

前端 未结 6 819
春和景丽
春和景丽 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:01

    Comprehensive lists from MSDN:

    • MSBuild reserved properties
    • Common MSBuild properties
    • Macros for Build Commands and Properties

    Other useful lists:

    • Well-known item metadata
    • MSBuild special characters

    First link shows the MSBuild property for project name:

    MSBuildProjectName The file name of the project file without the file name extension

提交回复
热议问题