Home
last modified time | relevance | path

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

/dports/devel/msbuild/msbuild-0.06/src/Build/Construction/Solution/
H A DSolutionProjectGenerator.cs366 private static string GetMetaprojectName(string fullPathToProject) in GetMetaprojectName() argument
368 return EscapingUtilities.Escape(fullPathToProject + ".metaproj"); in GetMetaprojectName()