简体   繁体   中英

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?

在此输入图像描述

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

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.

2)Copy all the Release related xml element to the old revision file.(need to modify the include path/library path/library input etc)

done.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM