vs-convert

Description

☂︎ Convert Visual Studio project files between versions 2010 2015 2017 2019

Command line options

Argumentvs-convert [-s]
2010Convert project for use in Visual Studio 2010
2015Convert project for use in Visual Studio 2015
2017Convert project for use in Visual Studio 2017
2019Convert project for use in Visual Studio 2019
-sAttach to parent console, the default is to log to a new console

Sample use: Convert project for use in Visual Studio 2019

vs-convert 2019 project.vcprojx     # Log to a new console
vs-convert 2019 project.vcprojx -s  # Attach to parent console

Note

When started without arguments, the program offers the option to install or uninstall context menu handler for .vcprojx files. The -s switch is suitable for use in scripts.

Supported Platforms

☂︎ Windows

Prerequisites and build instructions

© 2016-2023 Georgi Valkov

https://httpstorm.com/download/windows/vs-convert/