2 references to ProjectKey
BuildBoss (2)
ProjectReferenceEntry.cs (1)
20
internal ProjectKey ProjectKey => new
ProjectKey
(FileName);
ProjectUtil.cs (1)
32
: this(new
ProjectKey
(filePath), XDocument.Load(filePath))