4 usages of Guid {2150E333-8FDC-42A3-9474-1A3956D46DE8}
BuildBoss (1)
ProjectEntry.cs (1)
42
internal static readonly Guid FolderProjectType = new Guid("
2150E333-8FDC-42A3-9474-1A3956D46DE8
");
dotnet (1)
ReleasePropertyProjectLocator.cs (1)
41
private static readonly string solutionFolderGuid = "
{2150E333-8FDC-42A3-9474-1A3956D46DE8}
";
dotnet.Tests (1)
CommandTests\Solution\Add\GivenDotnetSlnAdd.cs (1)
20
public const string SolutionFolderGuid = "
{2150E333-8FDC-42A3-9474-1A3956D46DE8}
";
Microsoft.Build (1)
Construction\Solution\SolutionFile.cs (1)
96
private const string solutionFolderGuid = "
{2150E333-8FDC-42A3-9474-1A3956D46DE8}
";