0

I'm working on Visual Studio Code Pro 2012.

I'm trying to create a repository from an existing solution (5 projects inside) using Microsoft Git Provider source control plug-in. When I right click on the solution and select Add Solution to Source Control... I get the following warning :

enter image description here

Therefore only adding to the repository files located in the solution's folder but my projects source code are in other folders, how can I manage to add them into the repository (I can't put all projects in the solution's folder) ?

Diamonds
  • 117
  • 1
  • 9

1 Answers1

-1

Please check the following query and you might find the solution.

Solution has projects that are located outside the solution folder

rehman
  • 21
  • 1
  • 6
  • This is not the same problem, all of his projects are within his solution folder while mine are not. And EZ-GIT plugin do not support VSC 2012. – Diamonds Apr 08 '20 at 15:54