Meaning of $(OutDir)

后端 未结 4 1753
庸人自扰
庸人自扰 2020-12-30 02:13

I was looking in the properties of my visual studio project and saw the following:

$(OutDir)\\$(ProjectName).exe

I was curious how does vis

4条回答
  •  自闭症患者
    2020-12-30 02:32

    These macros are documented by Microsoft in the topic Macros for Build Commands and Properties. (That link is for Visual Studio 2015.)

提交回复
热议问题