VisualStudio:如何将obj文件夹保存在其他位置 [英] VisualStudio: How to save the obj folder somewhere else

查看:192
本文介绍了VisualStudio:如何将obj文件夹保存在其他位置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人知道如何在构建解决方案时告诉VS(2008)在哪里保存obj文件夹吗?我们将bin文件夹保存到另一个路径,以使源文件文件夹保持较小(即可通过电子邮件发送),但是找不到任何方法来告诉它使用obj ...

Does anyone know how to tell VS(2008) where to save the obj folder when building the solution? We have it save the bin folder to another path in order to keep the source file folders small (ie. emailable), but can't find any way to tell it to do the same with obj...

推荐答案

使用项目文件中的BaseIntermediateOutputPath属性(.csproj.vbproj等),如

Use the BaseIntermediateOutputPath property in the project file (.csproj, .vbproj, etc.), as explained at http://msdn.microsoft.com/en-us/library/bb629394.aspx. You'll have to manually edit the XML document using a text editor, then reload it in Visual Studio. It may still create the obj folder (that's a known bug), but will leave it empty and put the actual obj files in your specified folder.

这篇关于VisualStudio:如何将obj文件夹保存在其他位置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆