Project GUID keeps changing

后端 未结 6 1852
深忆病人
深忆病人 2021-01-07 16:24

We have a VS2008 solution and i\'ve noticed something weird happening:

some projects refer other projects that are defined in the same solution (added as project ref

6条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-07 17:18

    The ProjectGuid changes because of integration with a source control system, like TFS. Happens if other people open the files for example.

    There is workaround described here:

    http://social.msdn.microsoft.com/Forums/en-US/csharpide/thread/1d632940-cc1d-49d5-a64c-d3e999216cbd

提交回复
热议问题