输出目录默认为:
$(SolutionDir)$(Platform)$(Configuration)
$(SolutionDir)为解决方案目录
$(Platform)平台x64
$(Configuration)为配置版本Debug
中间目录默认为:
$(Platform)$(Configuration)\
目标文件名默认为:
$(ProjectName)
即项目名称
工作目录默认为:
$(ProjectDir) 即项目目录
输出目录默认为:
$(SolutionDir)$(Platform)$(Configuration)
$(SolutionDir)为解决方案目录
$(Platform)平台x64
$(Configuration)为配置版本Debug
中间目录默认为:
$(Platform)$(Configuration)\
目标文件名默认为:
$(ProjectName)
即项目名称
工作目录默认为:
$(ProjectDir) 即项目目录
相关文章: