Home
last modified time | relevance | path

Searched defs:AspNetConfigurations (Results 1 – 3 of 3) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Shared/
H A DProjectInSolution.cs178 internal Hashtable AspNetConfigurations property in Microsoft.Build.BuildEngine.Shared.ProjectInSolution
/dports/devel/msbuild/msbuild-0.06/src/Build/Construction/Solution/
H A DProjectInSolution.cs253 internal Hashtable AspNetConfigurations property in Microsoft.Build.Construction.ProjectInSolution
/dports/lang/mono/mono-5.10.1.57/mcs/tools/xbuild/
H A DSolutionParser.cs54 public List<string> AspNetConfigurations = new List<string> (); field in Mono.XBuild.CommandLine.ProjectInfo