gpt4 book ai didi

msbuild - 将 SandcaSTLe 帮助文件生成器与 MSBuild 结合使用

转载 作者:行者123 更新时间:2023-12-02 13:53:38 25 4
gpt4 key购买 nike

如何让 SandcaSTLe 帮助文件生成器从使用 MSBuild 构建的项目中创建帮助文件?

最佳答案

我有一个 MSBuild Target,它可以在我的构建脚本中构建我的文档。

此目标使用 SandcaSTLe Helpfile Builder。

它是这样完成的:

<Target name="builddoc" DependsOnTargets="buildall">

<ItemGroup>
<Assemblies Include="-assembly=$(outputdir)\myassembly.dll" />
<Assemblies Include="-assembly=$(outputdir)\anotherassembly.dll" />
</ItemGroup>

<Exec Command="$(double_quote)$(SandcastleHFBCmd)$(double_quote) sandcastleproj.shfb$(double_quote) @(assemblies, ' ') outputpath=$(outdir)
</Target>

关于msbuild - 将 SandcaSTLe 帮助文件生成器与 MSBuild 结合使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/661875/

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