gpt4 book ai didi

c# - 定义要在构建事件中使用的自定义宏

转载 作者:行者123 更新时间:2023-12-05 03:02:24 26 4
gpt4 key购买 nike

我正在尝试定义自定义宏,就像在 c++ 解决方案中很常见的那样,用于但不限于在 .net 核心中构建事件。例如,我想将 $(SolutionDir)$(ProjectDir) 等预定义宏扩展到 $(MyCustomPath) = $(SolutionDir)\数据。然后在后期构建事件中,我想引用新创建的 $(MyCustomPath) 例如

dotnet abc.dll MyCustomPath

我已经到达了属性页面,但我还没有看到在哪里可以定义新的 enter image description here

最佳答案

我以前从未这样做过,但是您可以这样做

编辑你的项目文件,

<PropertyGroup>
<MYMACRO>Whatever you want here</MYMACRO>
...
</PropertyGroup>

然后在你的构建事件中你可以调用

$(MYMACRO)

证明它有效

enter image description here


enter image description here


enter image description here

关于c# - 定义要在构建事件中使用的自定义宏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54878134/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com