开发者

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

开发者 https://www.devze.com 2022-12-21 19:31 出处:网络
I know of the following: $(ConfigurationName): for example \"Debug\" or \"Release\" $(SolutionDir): directory of the solution

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

精彩评论

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