Phi
Phi

Reputation: 514

What does mean the icon in the projects in Visual Studio?

I work with the Visual Studio 2019 (ver. 16.5.1), and suddenly a weird icon appeared in my projects:

enter image description here

I'm not really sure what the icon means, it seems to be a box or something similar.

What does the icon mean exactly? Is there something broken in my solution?

Upvotes: 2

Views: 1247

Answers (2)

Phi
Phi

Reputation: 514

Thanks to the comments in both, question and the Efthymios's answer, I was able to know that this icon (star or box, still unclear what it is) is related to the Perfoce Control Version that was added to the solution.

Upvotes: 2

Efthymios Kalyviotis
Efthymios Kalyviotis

Reputation: 969

Nothing is broken in your Visual Studio. Probably they added icons to beautify the display of the projects in your solution. If I am not mistaken:

  1. the first icon in the picture is a C# project,
  2. the second one is probably a web project (maybe ASP.net)
  3. and the third one is a test project

Upvotes: 0

Related Questions