5 usages of Guid {D954291E-2A0B-460D-934E-DC6B0785DB48}
BuildBoss (1)
ProjectEntry.cs (1)
44
internal static readonly Guid SharedProject = new Guid("
D954291E-2A0B-460D-934E-DC6B0785DB48
");
dotnet (2)
Extensions\ProjectInstanceExtensions.cs (1)
24
projectTypeGuid = "
{D954291E-2A0B-460D-934E-DC6B0785DB48}
";
ReleasePropertyProjectLocator.cs (1)
42
private static readonly string sharedProjectGuid = "
{D954291E-2A0B-460D-934E-DC6B0785DB48}
";
dotnet.Tests (1)
CommandTests\Solution\Add\GivenDotnetSlnAdd.cs (1)
21
public const string SharedProjectGuid = "
{D954291E-2A0B-460D-934E-DC6B0785DB48}
";
Microsoft.Build (1)
Construction\Solution\SolutionFile.cs (1)
97
private const string sharedProjectGuid = "
{D954291E-2A0B-460D-934E-DC6B0785DB48}
";