Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Move project from Visual Studio Code to Visual Studio 2015

I have created a project on OSX in Visual Studio Code (MVC Website template using yeoman) and added to source control (Git), however when I try to work on the project in Windows using Visual Studio 2015 I am unable to open the project as it has no solution file.

I assume that creating an entirely new project on Visual Studio 2015 and then copy pasting my project on top might work but if there is a better solution I would love to know!

Perhaps there is a way to make the solution file on the mac so it can be 'cross platform' instead of 'multi platform' ?

like image 442
Jamie Gilbert Avatar asked Sep 05 '25 01:09

Jamie Gilbert


1 Answers

Unfortunately, there's no scaffolder for sln files.

You have to create a sln file by hand or by using Visual Studio.

like image 96
Victor Hurdugaci Avatar answered Sep 07 '25 18:09

Victor Hurdugaci