Home
last modified time | relevance | path

Searched refs:ProjectPropertyGroupElement (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/msbuild/msbuild-0.06/src/Build.OM.UnitTests/Construction/
H A DProjectPropertyGroupElement_Tests.cs44ProjectPropertyGroupElement group = (ProjectPropertyGroupElement)Helpers.GetFirst(project.Children… in ReadEmptyPropertyGroup()
65ProjectPropertyGroupElement group = (ProjectPropertyGroupElement)Helpers.GetFirst(project.Children… in ReadPropertyGroupTwoProperties()
83 ProjectPropertyGroupElement propertyGroup = Helpers.GetFirst(project.PropertyGroups); in SetCondition()
100 ProjectPropertyGroupElement propertyGroup = Helpers.GetFirst(project.PropertyGroups); in SetLabel()
114 ProjectPropertyGroupElement propertyGroup = project.AddPropertyGroup(); in AddProperty_ExistingPropertySameName()
H A DProjectPropertyElement_Tests.cs51ProjectPropertyGroupElement propertyGroup = (ProjectPropertyGroupElement)Helpers.GetFirst(project.… in ReadPropertyWithChildren()
288ProjectPropertyGroupElement propertyGroup = (ProjectPropertyGroupElement)Helpers.GetFirst(project.… in GetPropertyXml()
/dports/devel/msbuild/msbuild-0.06/src/Build/Construction/
H A DProjectPropertyGroupElement.cs24 public class ProjectPropertyGroupElement : ProjectElementContainer class
29 …internal ProjectPropertyGroupElement(XmlElementWithLocation xmlElement, ProjectElementContainer pa… in ProjectPropertyGroupElement() method in Microsoft.Build.Construction.ProjectPropertyGroupElement
38 …private ProjectPropertyGroupElement(XmlElementWithLocation xmlElement, ProjectRootElement containi… in ProjectPropertyGroupElement() method in Microsoft.Build.Construction.ProjectPropertyGroupElement
113 …internal static ProjectPropertyGroupElement CreateDisconnected(ProjectRootElement containingProjec… in CreateDisconnected()
117 return new ProjectPropertyGroupElement(element, containingProject); in CreateDisconnected()
H A DProjectOtherwiseElement.cs76 public ICollection<ProjectPropertyGroupElement> PropertyGroups
80 return new ReadOnlyCollection<ProjectPropertyGroupElement>
82 … new FilteringEnumerable<ProjectElement, ProjectPropertyGroupElement>(Children)
H A DProjectWhenElement.cs75 public ICollection<ProjectPropertyGroupElement> PropertyGroups
79 return new ReadOnlyCollection<ProjectPropertyGroupElement>
81 … new FilteringEnumerable<ProjectElement, ProjectPropertyGroupElement>(Children)
H A DProjectTargetElement.cs67 public ICollection<ProjectPropertyGroupElement> PropertyGroups
71 return new ReadOnlyCollection<ProjectPropertyGroupElement>
73 … new FilteringEnumerable<ProjectElement, ProjectPropertyGroupElement>(Children)
420 public ProjectPropertyGroupElement AddPropertyGroup() in AddPropertyGroup()
422ProjectPropertyGroupElement propertyGroup = ContainingProject.CreatePropertyGroupElement(); in AddPropertyGroup()
H A DProjectRootElement.cs369 …public ICollection<ProjectPropertyGroupElement> PropertyGroups => new ReadOnlyCollection<ProjectPr…
371 new FilteringEnumerable<ProjectElement, ProjectPropertyGroupElement>(Children)
426 …public ICollection<ProjectPropertyGroupElement> PropertyGroupsReversed => new ReadOnlyCollection<P…
1226 public ProjectPropertyGroupElement AddPropertyGroup() in AddPropertyGroup()
1228 ProjectPropertyGroupElement reference = null; in AddPropertyGroup()
1230 foreach (ProjectPropertyGroupElement propertyGroup in PropertyGroupsReversed) in AddPropertyGroup()
1236 ProjectPropertyGroupElement newPropertyGroup = CreatePropertyGroupElement(); in AddPropertyGroup()
1251 ProjectPropertyGroupElement matchingPropertyGroup = null; in AddProperty()
1254 foreach (ProjectPropertyGroupElement propertyGroup in PropertyGroups) in AddProperty()
1461 public ProjectPropertyGroupElement CreatePropertyGroupElement() in CreatePropertyGroupElement()
[all …]
H A DProjectPropertyElement.cs32 …rnal ProjectPropertyElement(XmlElementWithLocation xmlElement, ProjectPropertyGroupElement parent,… in ProjectPropertyElement()
120 …ErrorUtilities.VerifyThrowInvalidOperation(parent is ProjectPropertyGroupElement, "OM_CannotAccept… in VerifyThrowInvalidOperationAcceptableLocation()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Construction/
H A DProjectRootElement.cs143 public ICollection<ProjectPropertyGroupElement> PropertyGroups {
144 get { return new CollectionFromEnumerable<ProjectPropertyGroupElement> (
145 new FilteredEnumerable<ProjectPropertyGroupElement> (Children)); }
148 public ICollection<ProjectPropertyGroupElement> PropertyGroupsReversed {
149 get { return new CollectionFromEnumerable<ProjectPropertyGroupElement> (
150 … new FilteredEnumerable<ProjectPropertyGroupElement> (ChildrenReversed)); }
292 ProjectPropertyGroupElement parentGroup = null; in AddProperty()
312 public ProjectPropertyGroupElement AddPropertyGroup () in AddPropertyGroup()
414 public ProjectPropertyGroupElement CreatePropertyGroupElement () in CreatePropertyGroupElement()
416 return new ProjectPropertyGroupElement (this); in CreatePropertyGroupElement()
H A DProjectOtherwiseElement.cs59 public ICollection<ProjectPropertyGroupElement> PropertyGroups {
60 get { return new CollectionFromEnumerable<ProjectPropertyGroupElement> (
61 new FilteredEnumerable<ProjectPropertyGroupElement> (Children)); }
H A DProjectWhenElement.cs46 public ICollection<ProjectPropertyGroupElement> PropertyGroups {
47 get { return new CollectionFromEnumerable<ProjectPropertyGroupElement> (
48 new FilteredEnumerable<ProjectPropertyGroupElement> (Children)); }
H A DProjectTargetElement.cs83 public ICollection<ProjectPropertyGroupElement> PropertyGroups {
84 get { return new CollectionFromEnumerable<ProjectPropertyGroupElement> (
85 new FilteredEnumerable<ProjectPropertyGroupElement> (Children)); }
99 public ProjectPropertyGroupElement AddPropertyGroup () in AddPropertyGroup()
H A DProjectPropertyGroupElement.cs38 public class ProjectPropertyGroupElement : ProjectElementContainer class
60 internal ProjectPropertyGroupElement (ProjectRootElement containingProject) in ProjectPropertyGroupElement() method in Microsoft.Build.Construction.ProjectPropertyGroupElement
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Execution/
H A DProjectTargetInstance.cs49 if (c is ProjectPropertyGroupElement) in ProjectTargetInstance()
50 return new ProjectPropertyGroupTaskInstance ((ProjectPropertyGroupElement) c); in ProjectTargetInstance()
H A DProjectPropertyGroupTaskInstance.cs37 internal ProjectPropertyGroupTaskInstance (ProjectPropertyGroupElement xml) in ProjectPropertyGroupTaskInstance()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Conversion/
H A DAdditionalOptionsParser.cs207 ProjectPropertyGroupElement configPropertyGroup in ProcessAdditionalOptions()
386 private void PopulatePropertyGroup(ProjectPropertyGroupElement configPropertyGroup) in PopulatePropertyGroup()
H A DProjectFileConverter.cs142 private ProjectPropertyGroupElement globalPropertyGroup = null;
895ProjectPropertyGroupElement parentGroup = (ProjectPropertyGroupElement) propertyElement.Parent; in FixTargetFrameworkSubset()
1405 ProjectPropertyGroupElement propertyGroup, in AddXMakePropertiesFromXMLAttributes()
1791ProjectPropertyGroupElement preAndPostBuildEvents = xmakeProject.CreatePropertyGroupElement(); in AddFinalPropertiesAndImports()
2114 ProjectPropertyGroupElement configPropertyGroup = xmakeProject.AddPropertyGroup(); in ProcessConfigElement()
2293 ProjectPropertyGroupElement platformPropertyGroup = xmakeProject.AddPropertyGroup(); in ProcessPlatformElement()
2353 ProjectPropertyGroupElement configPropertyGroup in ProcessInteropRegistrationElement()
/dports/devel/msbuild/msbuild-0.06/src/Build/Evaluation/
H A DEvaluator.cs501 …tPropertyGroupTaskInstance ReadPropertyGroupUnderTargetElement(ProjectPropertyGroupElement propert… in ReadPropertyGroupUnderTargetElement()
610ProjectPropertyGroupElement propertyGroup = targetChildElement as ProjectPropertyGroupElement; in ReadNewTargetElement()
950ProjectPropertyGroupElement propertyGroup = element as ProjectPropertyGroupElement; in PerformDepthFirstPass()
1081 private void EvaluatePropertyGroupElement(ProjectPropertyGroupElement propertyGroupElement) in EvaluatePropertyGroupElement()
1895ProjectPropertyGroupElement propertyGroup = element as ProjectPropertyGroupElement; in EvaluateWhenOrOtherwiseChildren()
2631 …if (element is ProjectPropertyGroupElement || element is ProjectImportElement || element is Projec… in GetCurrentDirectoryForConditionEvaluation()
H A DProjectParser.cs263 …private ProjectPropertyGroupElement ParseProjectPropertyGroupElement(XmlElementWithLocation elemen… in ParseProjectPropertyGroupElement()
267ProjectPropertyGroupElement propertyGroup = new ProjectPropertyGroupElement(element, parent, _proj… in ParseProjectPropertyGroupElement()
282 …ent ParseProjectPropertyElement(XmlElementWithLocation element, ProjectPropertyGroupElement parent) in ParseProjectPropertyElement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Test/
H A DFunctionalTest.cs123 void SetKnownProperties (ProjectPropertyGroupElement properties) in SetKnownProperties()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DMicrosoft.Build.cs133 …m.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> Proper…
153 …public partial class ProjectPropertyGroupElement : Microsoft.Build.Construction.ProjectElementCont… class
155 internal ProjectPropertyGroupElement() { } in ProjectPropertyGroupElement() method in Microsoft.Build.Construction.ProjectPropertyGroupElement
184 …m.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> Proper…
185 …m.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> Proper…
200 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup()
224 …public Microsoft.Build.Construction.ProjectPropertyGroupElement CreatePropertyGroupElement() { thr… in CreatePropertyGroupElement()
255 …m.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> Proper…
259 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup()
317 …m.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> Proper…
/dports/devel/msbuild/msbuild-0.06/src/Build/Construction/Solution/
H A DSolutionProjectGenerator.cs226ProjectPropertyGroupElement solutionConfigurationProperties = msbuildProject.CreatePropertyGroupEl… in AddPropertyGroupForSolutionConfiguration()
2163ProjectPropertyGroupElement configurationDefaultingPropertyGroup = traversalProject.CreateProperty… in AddConfigurationPlatformDefaults()
2169ProjectPropertyGroupElement platformDefaultingPropertyGroup = traversalProject.CreatePropertyGroup… in AddConfigurationPlatformDefaults()
2197ProjectPropertyGroupElement venusConfiguration = traversalProject.CreatePropertyGroupElement(); in AddVenusConfigurationDefaults()
2209ProjectPropertyGroupElement globalProperties = traversalProject.CreatePropertyGroupElement(); in AddGlobalProperties()
2226ProjectPropertyGroupElement frameworkVersionProperties = traversalProject.CreatePropertyGroupEleme… in AddGlobalProperties()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMicrosoft.Build.cs156 …m.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> Proper…
177 …public partial class ProjectPropertyGroupElement : Microsoft.Build.Construction.ProjectElementCont… class
179 internal ProjectPropertyGroupElement() { } in ProjectPropertyGroupElement() method in Microsoft.Build.Construction.ProjectPropertyGroupElement
208 …m.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> Proper…
209 …m.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> Proper…
224 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup()
248 …public Microsoft.Build.Construction.ProjectPropertyGroupElement CreatePropertyGroupElement() { thr… in CreatePropertyGroupElement()
286 …m.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> Proper…
291 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup()
355 …m.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> Proper…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DMicrosoft.Build.cs163 …m.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> Proper…
186 …public partial class ProjectPropertyGroupElement : Microsoft.Build.Construction.ProjectElementCont… class
188 internal ProjectPropertyGroupElement() { } in ProjectPropertyGroupElement() method in Microsoft.Build.Construction.ProjectPropertyGroupElement
221 …m.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> Proper…
222 …m.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> Proper…
240 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup()
264 …public Microsoft.Build.Construction.ProjectPropertyGroupElement CreatePropertyGroupElement() { thr… in CreatePropertyGroupElement()
303 …m.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> Proper…
308 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup()
385 …m.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> Proper…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DMicrosoft.Build.cs163 …m.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> Proper…
186 …public partial class ProjectPropertyGroupElement : Microsoft.Build.Construction.ProjectElementCont… class
188 internal ProjectPropertyGroupElement() { } in ProjectPropertyGroupElement() method in Microsoft.Build.Construction.ProjectPropertyGroupElement
221 …m.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> Proper…
222 …m.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> Proper…
240 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup()
264 …public Microsoft.Build.Construction.ProjectPropertyGroupElement CreatePropertyGroupElement() { thr… in CreatePropertyGroupElement()
303 …m.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> Proper…
308 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup()
385 …m.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyGroupElement> Proper…

12