c# - Visual Studio 2010 将 MSBuild 日志放在哪里?

标签 c# visual-studio-2010 msbuild

Visual Studio 2010 将 MSBuild 日志放在哪里?我什至不确定他们会被称为什么。有什么想法吗?

编辑:这是 C#

最佳答案

从命令行运行 VS 时,您可以使用 /out 开关来确定应该放置构建日志的位置。示例:

devenv.exe /rebuild Release "MyProject.sln" /out "MyProject.log"

参见 MSDN

我觉得你的意思是“当从 VS 内部编译时,VS 将构建日志放在哪里”而不是从命令行,但这可能仍然有帮助。

关于c# - Visual Studio 2010 将 MSBuild 日志放在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5621342/

相关文章:

c# - Visual Studio $(ProjectDir) 是空字符串

azure - 错误云服务077 : Need to specify the physical directory for the virtual path 'Web/' of role

file - 从路径 Msbuild 获取文件名

c# - Dropdownlist.selecteditem.value = null

c# - 使用带有 MVVM 模式的 WPF 实现进度条(不使用 BackgroundWorker)

c++ - Visual Studio 2010 - 在不同的构建配置之间保留项目属性?

.net - 如何更改 Visual Studio 2010 中的目标框架(单元测试)?

c# - Twilio MessageResource.Read 日期是包含日期还是排除日期?

c# - 无法在 Xamarin C# 中将图像设置为 UIButton

c++ - setenv.bat 缺少 Windows