How can I find out the value of $(ProjectDir)?

前端 未结 6 561
囚心锁ツ
囚心锁ツ 2020-12-07 18:04

Where can I execute and find out the value of $(ProjectDir)?

6条回答
  •  温柔的废话
    2020-12-07 19:06

    For me it was the path to the directory containing *.vcxproj file.

    From http://msdn.microsoft.com/en-us/library/c02as0cs%28v=vs.80%29.aspx:

    The directory of the project (defined as drive + path); includes the trailing backslash '\'.

提交回复
热议问题