Home
last modified time | relevance | path

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

/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Solution/
H A DSolutionWrapperProject.cs1176 …teSafePropertyName(proj, "AspNetPhysicalPath"), aspNetCompilerParameters.aspNetPhysicalPath, true); in AddPropertyGroupForAspNetConfiguration()
1187 string aspNetPhysicalPath = aspNetCompilerParameters.aspNetPhysicalPath; in AddPropertyGroupForAspNetConfiguration()
1188 if (!String.IsNullOrEmpty(aspNetPhysicalPath)) in AddPropertyGroupForAspNetConfiguration()
1192 … (aspNetPhysicalPath[aspNetPhysicalPath.Length - 1] == Path.AltDirectorySeparatorChar) || in AddPropertyGroupForAspNetConfiguration()
1193 … (aspNetPhysicalPath[aspNetPhysicalPath.Length - 1] == Path.DirectorySeparatorChar) in AddPropertyGroupForAspNetConfiguration()
1196aspNetPhysicalPath = aspNetPhysicalPath.Substring(0, aspNetPhysicalPath.Length - 1); in AddPropertyGroupForAspNetConfiguration()
1204 lastFolderInPhysicalPath = Path.GetFileName(aspNetPhysicalPath); in AddPropertyGroupForAspNetConfiguration()
/dports/devel/msbuild/msbuild-0.06/src/Build/Construction/Solution/
H A DSolutionProjectGenerator.cs1590 …ect, "AspNetPhysicalPath"), EscapingUtilities.Escape(aspNetCompilerParameters.aspNetPhysicalPath)); in AddPropertyGroupForAspNetConfiguration()
1601 string aspNetPhysicalPath = aspNetCompilerParameters.aspNetPhysicalPath; in AddPropertyGroupForAspNetConfiguration()
1602 if (!String.IsNullOrEmpty(aspNetPhysicalPath)) in AddPropertyGroupForAspNetConfiguration()
1606 … (aspNetPhysicalPath[aspNetPhysicalPath.Length - 1] == Path.AltDirectorySeparatorChar) || in AddPropertyGroupForAspNetConfiguration()
1607 … (aspNetPhysicalPath[aspNetPhysicalPath.Length - 1] == Path.DirectorySeparatorChar) in AddPropertyGroupForAspNetConfiguration()
1610aspNetPhysicalPath = aspNetPhysicalPath.Substring(0, aspNetPhysicalPath.Length - 1); in AddPropertyGroupForAspNetConfiguration()
1618 lastFolderInPhysicalPath = Path.GetFileName(aspNetPhysicalPath); in AddPropertyGroupForAspNetConfiguration()
H A DProjectInSolution.cs60 internal string aspNetPhysicalPath; // For Venus projects only, Physical path for web field
H A DSolutionFile.cs1103 aspNetCompilerParameters.aspNetPhysicalPath = String.Empty; in ParseAspNetCompilerProperty()
1127 aspNetCompilerParameters.aspNetPhysicalPath = propertyValue; in ParseAspNetCompilerProperty()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Shared/
H A DProjectInSolution.cs30 internal string aspNetPhysicalPath; // For Venus projects only, Physical path for web field
H A DSolutionParser.cs876 aspNetCompilerParameters.aspNetPhysicalPath = String.Empty; in ParseAspNetCompilerProperty()
900 aspNetCompilerParameters.aspNetPhysicalPath = propertyValue; in ParseAspNetCompilerProperty()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Shared/UnitTests/
H A DSolutionParser_Tests.cs904 …uals(@"..\rajeev\temp\websites\myfirstwebsite\", debugAspNetCompilerParameters.aspNetPhysicalPath); in VenusProject()
916 …rajeev\temp\websites\myfirstwebsite_release\", releaseAspNetCompilerParameters.aspNetPhysicalPath); in VenusProject()
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/Construction/
H A DSolutionFile_Tests.cs1446 …qual(@"..\rajeev\temp\websites\myfirstwebsite\", debugAspNetCompilerParameters.aspNetPhysicalPath); in VenusProject()
1458 …rajeev\temp\websites\myfirstwebsite_release\", releaseAspNetCompilerParameters.aspNetPhysicalPath); in VenusProject()