0

I found sometimes the ProjectTypeGuids is missing in C# projects and sometimes not.

<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>

I didn't see any impact if it is missing. While seeing some guys were also asking the significance of it, i always notice this link below shared in the answers which shows the list of ProjectTypeGuids defined by MS.

List of Visual Studio Project Type GUIDs

Unfortunately, very few information is given by MS besides the post below where one MS employee answered it was for project aggregation. But who knows what project aggregation means.

What is the significance of ProjectTypeGuids tag in the visual studio project file

Cary
  • 372
  • 1
  • 5
  • 14
  • Possible duplicate of [Visual Studio project type guids](https://stackoverflow.com/questions/10802198/visual-studio-project-type-guids) – Baldrick Jun 15 '18 at 08:09
  • Historically, it was basically just so that it started loading the right tools to process your project - and to check that you even *have* the tools required. I rarely see them any more, thanks to SDK-style project files – Marc Gravell Jun 15 '18 at 08:10

0 Answers0