Home
last modified time | relevance | path

Searched refs:cpsProjectGuid (Results 1 – 1 of 1) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Build/Construction/Solution/
H A DSolutionFile.cs73 private const string cpsProjectGuid = "{13B669BE-BB05-4DDF-9536-439F39A36129}"; field in Microsoft.Build.Construction.SolutionFile
1268 … (String.Compare(projectTypeGuid, cpsProjectGuid, StringComparison.OrdinalIgnoreCase) == 0) || in ParseFirstProjectLine()