Folder path automatically added into project file (csproj) and check out when a .sln is opened in Visual studio 2019 and Git

Ravi Prabakaran 1 Reputation point
2020-09-14T13:40:15.737+00:00

Hi

Am using Visual studio and Git. When I open a solution, it automatically includes folder path in project file.

<Folder include="sample\"> // New entry

<Folder include="sample\sub_sample1"/> // This one was there already.

Looks like the newly added tag is correct, but wondering I didn't have this issue before meaning earlier my project file did not have tag for just "sample\" and my project file was not checked out automatically. I can add this tag to this file as simple solution but want to know why it is checking out suddenly. Please help me to understand the cause for this behavior. THanks!

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,869 questions
{count} votes