我目前的工作习惯是使用这样的项目文件夹结构。
location\of\sources
+-project1
+-version3
| +target1
| +target2
+-bugfix1
+-bugfix2
+-version4
+-trunk
我希望VS 2017构建为类似...
location\of\outputs
+-project1
+-version3
| +release
| +debug
| +target1
| | +IntRelease
| | +IntDebug
| +target2
+-bugfix1
+-bugfix2
+-version4
+-trunk
但是我找不到一种方法来获取解决方案所在目录的基本名称,作为我可以在UI中使用的值
我希望合成可以在“配置属性” =>“常规”属性页的输出目录中使用的宏