Home
last modified time | relevance | path

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

/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/Construction/
H A DSolutionFile_Tests.cs30 p.ParseFirstProjectLine in BasicParseFirstProjectLine()
57 p.ParseFirstProjectLine in ParseFirstProjectLine_VC()
79 p.ParseFirstProjectLine in ParseFirstProjectLine_VC2()
100 p.ParseFirstProjectLine in ParseFirstProjectLineWithDifferentSpacing()
122 p.ParseFirstProjectLine in ParseFirstProjectLine_InvalidProject()
690 p.ParseFirstProjectLine in ParseFirstProjectLineWhereProjectNameHasSpecialCharacters()
718 p.ParseFirstProjectLine in ParseFirstProjectLineWhereProjectPathHasBackslash()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Shared/UnitTests/
H A DSolutionParser_Tests.cs31 p.ParseFirstProjectLine in BasicParseFirstProjectLine()
53 p.ParseFirstProjectLine in ParseFirstProjectLineWithDifferentSpacing()
447 p.ParseFirstProjectLine in ParseFirstProjectLineWhereProjectNameHasSpecialCharacters()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Shared/
H A DSolutionParser.cs540 ParseFirstProjectLine(firstLine, proj); in ParseProject()
1006 internal void ParseFirstProjectLine in ParseFirstProjectLine() method in Microsoft.Build.BuildEngine.Shared.SolutionParser
/dports/devel/msbuild/msbuild-0.06/src/Build/Construction/Solution/
H A DSolutionFile.cs770 ParseFirstProjectLine(firstLine, proj); in ParseProject()
1240 internal void ParseFirstProjectLine in ParseFirstProjectLine() method in Microsoft.Build.Construction.SolutionFile