I'm experiencing a strange behavior of Visual Studio 2015 connected to Team Foundation Server 2010 when "get latest version" of solution.
When I perform "get latest version" of solution, Visual Studio 2015 will get all source controlled files and folders of Team Project, also if they don't belong to solution; probably due to I have solution in the root of Team Project of TFS.
I didn't experienced that issue with Visual Studio 2010.
Could someone help me?
Thanks in advance.
Update I have the following solution tree in TFS (I mention only files and folders belong to solution):
- Team Project root
- MySolution.sln
- Folder1
- Folder1.1 with .csproj
- Folder1.2 with .csproj
- Folder2
- Folder2.1 with .csproj
- Folder2.2 with .csproj