gpt4 book ai didi

visual-studio - 如何根据构建配置从项目中包含/排除源文件?

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

我只想在“调试”构建配置下而不是在“发布”构建中包含项目中的文件。我怎样才能通过 IDE 做到这一点?

我已经能够通过手动编辑“*.vcxproj”文件来实现上述目标。

<ClCompile Include="..\..\..\..\dbg_helper.c" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"/>


我使用 Microsoft Visual Studio Express 2013 for Windows Desktop(版本 12.0.21005.1 REL)。

最佳答案

如果您只想从构建中排除它而不是从整个项目树中排除它,您可以从 UI 中进行。

只需编辑文件属性。

file properties file properties

现在,您可以更改为想要编辑其属性的所需配置。
enter image description here enter image description here

排除所有配置和平台的文件。
enter image description here
然后仅将它包含在您希望它构建的配置中。
enter image description here

关于visual-studio - 如何根据构建配置从项目中包含/排除源文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38012373/

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