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

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

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

6条回答
  •  时光取名叫无心
    2020-12-07 18:39

    The answer from slugster did not work for me (most possible my fault).

    In Visual Studio 2008

    1. right click on your project in the Solution Explorer, select Properties
    2. Go to Configuration Properties and then to Debugging
    3. Click on the arrow in the Command Field and click the Edit Button
    4. In Edit clik "Macros>>" You will see there the values of ProjectDir... etc..

提交回复
热议问题