gpt4 book ai didi

visual-studio-2010 - 如何在特定配置下构建解决方案中的所有项目(就像您选择 "Rebuild Solution"一样)

转载 作者:行者123 更新时间:2023-12-04 21:24:57 24 4
gpt4 key购买 nike

我必须在特定配置(调试、发布)中构建解决方案中的所有项目,就像选择“重建解决方案”时 Visual Studio 所做的一样。

我怎样才能用 msbuild 做到这一点?

我希望二进制文件应该像往常一样出现在 project\bin\debug|release 文件夹中。

我尝试了几个我在互联网上找到的 msbuild 配置文件,但没有成功。

请帮我自动化这样的任务,并提前致谢!

最佳答案

MSBuild.exe sample.sln /t:Rebuild /p:Configuration=Release;Platform=AnyCPU
MSBuild.exe sample.sln /t:Build /p:Configuration=Release;Platform=AnyCPU
MSBuild.exe sample.sln /t:Clean /p:Configuration=Release;Platform=AnyCPU

关于visual-studio-2010 - 如何在特定配置下构建解决方案中的所有项目(就像您选择 "Rebuild Solution"一样),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5258121/

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