Answered by:
Upgrading project from Visual Studio 2012 to Visual Studio 2013

Question
-
I am trying to upgrade my project to Visual Studio 2013. For upgrading I simply opened the project with Visual Studio 2013. But no conversion dialog was shown and when the project is opened it has Visual Studio 2012 written in brackets (See snapshot):
What is the meaning of Visual Studio 2012 written in brackets. And is there anyway to convert this project to Visual Studio 2013 manually ?
Thursday, August 3, 2017 5:58 AM
Answers
-
There should be a Update C++ Project in the Project menu or context menu.
The parenthesis means that VS 2013 will use toolset of VS 2012 because the project hasn't been upgraded to VS 2013.
See:
How to: Upgrade Visual C++ Projects to Visual Studio 2013
https://msdn.microsoft.com/en-us/library/hh690665(v=vs.120).aspx
My portal and blog about VSX: http://www.visualstudioextensibility.com; Twitter: https://twitter.com/VSExtensibility; MZ-Tools productivity extension for Visual Studio: https://www.mztools.com
- Proposed as answer by Carlos J. Quintero Thursday, August 3, 2017 8:47 AM
- Marked as answer by rsKRISH Wednesday, August 9, 2017 6:19 AM
Thursday, August 3, 2017 8:47 AM
All replies
-
There should be a Update C++ Project in the Project menu or context menu.
The parenthesis means that VS 2013 will use toolset of VS 2012 because the project hasn't been upgraded to VS 2013.
See:
How to: Upgrade Visual C++ Projects to Visual Studio 2013
https://msdn.microsoft.com/en-us/library/hh690665(v=vs.120).aspx
My portal and blog about VSX: http://www.visualstudioextensibility.com; Twitter: https://twitter.com/VSExtensibility; MZ-Tools productivity extension for Visual Studio: https://www.mztools.com
- Proposed as answer by Carlos J. Quintero Thursday, August 3, 2017 8:47 AM
- Marked as answer by rsKRISH Wednesday, August 9, 2017 6:19 AM
Thursday, August 3, 2017 8:47 AM -
Thanks Carlos, and I agree.
Please upgrade your C++ project and see.
Also, please help us mark a reply as answer if it help you out.
Thanks for your cooperation.
Best regards,
Fletcher
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.- Edited by Fletch Zhou Friday, August 4, 2017 6:58 AM
Friday, August 4, 2017 6:57 AM -
Thanks Carlos.Wednesday, August 9, 2017 6:19 AM