'Why Does Visual Studio 2022 Make Empty Folder with Solution Name?

I'm creating a simple console app in Visual Studio, with a project name: MyProject and solution name: MySolution. I created it in a previously empty repo I cloned from Azure Devops.

Folder Structure:

MySolution

  • MyProject

  • MySolution <--- ?????????

  • MySolution.sln

Why does that empty folder get created? Can I safely delete it?

I just upgraded to VS 2022, and I don't remember this folder getting created before in VS 2019. I was expecting this folder not to exist. I checked and there are no hidden files it it.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source