gpt4 book ai didi

visual-studio - 如何从 MSBuild 的构建中排除项目?

转载 作者:行者123 更新时间:2023-12-03 07:23:51 27 4
gpt4 key购买 nike

我需要构建一个解决方案,但排除一个项目。我该怎么做?

我搜索了很多关于这个问题的信息,但没有任何帮助。

ItemGroup 部分出现以下异常:

Invalid element . Unknown task or datatype.

PropertyGroup 也出现异常。

下面是我的代码示例:

<project name="TI 8.1.6 build script">
<ItemGroup>
<Solution Include="${ROOT}\Core\TI Core.sln" Exclude="${ROOT}\Utilities\DTS Indexing Service\Tdi.Origami.IndexUpdaterServiceSetup\Tdi.Origami.IndexUpdaterServiceSetup.wixproj"/>
</ItemGroup>
...
</project>

我该怎么做?

最佳答案

您可以在解决方案级别排除特定 build configuration 的项目通过使用 Configuration Manager Dialog在 Visual Studio 中:

Configuration Manager Dialog

然后您可以简单地在解决方案文件上调用msbuild,指定要使用的构建配置:

msbuild /property:Configuration=Release MySolution.sln

关于visual-studio - 如何从 MSBuild 的构建中排除项目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9778916/

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