开发者

List of $(Things) you can have in Visual Studio's Project Properties

I know of the following:

  • $(ConfigurationName): for example "Debug" or "Release"
  • $(SolutionDir): directory of the solution
  • $(PlatformName): "Win32" or "x64"

Are there any other开发者_C百科s?


See Macros for Build Commands and Properties in MSDN for a complete list.


If you hit Edit... then Macros you'll get a list of the supported properties, including InputDir, InputFileName, InputPath (ditto for TargetXXX). Also, rather usefully you can refer to $(ENVIRONMENT_VARIABLE)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜