I'm trying to use GIT with Visual Studio. The situation is this:
- \Base\Routines\Routines.csproj
- \Base\Service\Service.sln
- \Base\Service\MyApp\MyApp.csproj
The service solution includes the Routines project. As you can see the Routines project is in an external folder from Service solutions. I want to create my GIT repository in Service folder and not in Base folder. VS tells me projects external will be not included.
What is the best practice? I must make a copy of my routines project into my service folder or there is another way?
Thanks
Matteo