visual-studio - MSBuild 日志的默认位置是什么?

标签 visual-studio msbuild visual-studio-2012

我使用的是 Visual Studio Express 2012。日志文件的位置在哪里?我已在存储解决方案和项目的文件夹中进行搜索,但找不到任何 .log 文件。

这是日志记录的配置:

enter image description here

最佳答案

仅 C++ 项目支持来自 Visual Studio 的日志文件。您只需使用其他人的输出窗口即可。

查看类似的帖子:VS2010: minimal build log in output and detailed log in log file

如果您碰巧为 C++ 项目执行此操作,the file is at :

... build log in the intermediate files directory ... The path and name of the build log is represented by the MSBuild macro expression, $(IntDir)\$(MSBuildProjectName).log.

关于visual-studio - MSBuild 日志的默认位置是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11526552/

相关文章:

c# - Visual Studio 单元测试 : run initialization code before each test

c# - MSBuild 2015 发布 : Can't find the valid AspnetMergePath

c# - 无法创建新的构建配置

c# - 如何让 Visual Studio Intellisense 发现继承的子类?

visual-studio - 将报表查看器 (SSRS) 导出到 Excel 时如何停止文本换行?

c# - 使用 monodevelop 打开 .csproj

c++ - 如何使程序成为默认程序以在 Visual Studio C++ 中打开特定文件

visual-studio - 以新的 CSPROJ 格式引用 GAC 程序集?

msbuild - 通过 MsBuildProj 文件转换多个项目的多个配置文件

c# - 以编程方式将现有项目添加到新的 VS2012 解决方案失败