What are the project GUIDs in a Visual Studio solution file used for?

前端 未结 6 2073
天涯浪人
天涯浪人 2020-12-24 10:09

I have multiple projects in a single Visual Studio (2008) solution.
I just discovered that each of these projects uses a same GUID, so in the solution file it looks like

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-24 11:00

    The project guids in the csproj file should be unique. From my experience if two csproj files are included in the same solution visual studio automatically regenerates one of the guids.

提交回复
热议问题