Disable auto save of code in Visual Studio 2012

梦想与她 提交于 2019-12-06 22:08:19

问题


I am using Microsoft Visual Studio 2012 Pro for windows software development. Earlier I used to use VS 2008.

One option that I couldn't find (which was there in older version) is :

Before building -
-Do not save any changes
-Save all changes
-Prompt to save changes

The above was available in Tools->Options->Build & Run in older versions.

At times when I make temp changes in my code which I don't want to save it then that feature comes in handy.

Is there any way I can stop VS 2012 from saving my code before I build/run it.

Thank you,

Cheers, GR


回答1:


That feature was dropped in Visual Studio 2010. As far as I know it hasn't resurfaced in Visual Studio 2012.

Save All Files Before Build Gone in Visual Studio 2012?



来源:https://stackoverflow.com/questions/16978740/disable-auto-save-of-code-in-visual-studio-2012

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!