简体   繁体   English

如何恢复visual studio 2012中的发布配置?

[英]How recover release configuration in visual studio 2012?

I deleted the release configuration mode for a visual studio 2012 c++ project accidently, how could I recover it? 我意外地删除了visual studio 2012 c ++项目的release配置模式,我该如何恢复它?

在此输入图像描述

在进行此更改之前,请恢复到源代码管理存储库中的版本。

Revert need to redo the modification of the project, which is tedious. 恢复需要重做项目的修改,这是乏味的。

Another solution: 另一种方案:

1)Create a new project and open the project's vcxproj file, or just open a old revision project file. 1)创建一个新项目并打开项目的vcxproj文件,或者只打开一个旧的修订项目文件。

2)Copy all the Release related xml element to the old revision file.(need to modify the include path/library path/library input etc) 2)将所有与Release相关的xml元素复制到旧的修订文件中。(需要修改包含路径/库路径/库输入等)

done. 完成。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio 2012发行版中的问题 - Issue in Visual Studio 2012 release build 如何在CMake for Visual Studio中获取当前配置(发布/调试) - How to get current configuration (Release/Debug) in CMake for Visual Studio 我的Visual Studio 2012程序可在Debug(调试)中运行,而没有调试(ctrl + F5),但没有发布。 我该如何解决? - My Visual Studio 2012 program works in Debug, release without debug (ctrl + F5) but not release. How do I fix? Visual Studio 2012不同的值释放/调试模式 - Visual Studio 2012 different values Release/Debug mode 在Visual Studio 2012上构建DLL版本时需要入口点 - entry point required when building dll release on visual studio 2012 发布配置上具有多线程的Visual Studio C ++运行时问题 - Visual Studio C++ Runtime Issue with Multithreading on the Release Configuration 如何将项目从Visual Studio 2005移动到Visual Studio 2012 - How to move a project from Visual Studio 2005 to Visual Studio 2012 如何在 Visual Studio 2012 中包含库? - How to include libraries in Visual Studio 2012? 如何使用Visual Studio 2012构建cppunit - How to build cppunit with Visual Studio 2012 如何将libcurl正确连接到Visual Studio 2012? - How properly connect libcurl to Visual Studio 2012?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM