Home
last modified time | relevance | path

Searched refs:AddPropertyGroup (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/msbuild/msbuild-0.06/src/Build.OM.UnitTests/Construction/
H A DProjectPropertyGroupElement_Tests.cs80 project.AddPropertyGroup(); in SetCondition()
97 project.AddPropertyGroup(); in SetLabel()
114 ProjectPropertyGroupElement propertyGroup = project.AddPropertyGroup(); in AddProperty_ExistingPropertySameName()
H A DConstructionEditing_Tests.cs1566 ProjectPropertyGroupElement propertyGroup = project.AddPropertyGroup(); in AddPropertyGroup_NoExistingPropertyGroups()
1597 ProjectPropertyGroupElement propertyGroup3 = project.AddPropertyGroup(); in AddPropertyGroup_ExistingPropertyGroups()
1657 project.AddPropertyGroup(); in AddItemGroup_OneExistingPropertyGroup()
2178 project.AddPropertyGroup(); in AddProperty_ExistingPropertyGroup()
2199 ProjectPropertyGroupElement propertyGroup = project.AddPropertyGroup(); in AddProperty_ExistingPropertyGroupWithCondition()
2890 …var element = ProjectRootElement.Create().AddTarget("t").AddPropertyGroup().AddProperty("p", "v1"); in ModifyUnparentedChild_32()
3184 …var element = ProjectRootElement.Create().AddTarget("t").AddPropertyGroup().AddProperty("p", "v1"); in ModifyUnparentedParentChild_32()
H A DProjectRootElement_Tests.cs1201 var pg = pre.AddPropertyGroup(); in DeepClone()
1944 pre3.AddPropertyGroup(); // this should get wiped out in the DeepCopyFrom in ValidateDeepCloneAndCopyFrom()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Construction/
H A DProjectTargetElement.cs99 public ProjectPropertyGroupElement AddPropertyGroup () in AddPropertyGroup() method in Microsoft.Build.Construction.ProjectTargetElement
132 return AddPropertyGroup (); in LoadChildElement()
H A DProjectRootElement.cs308 parentGroup = AddPropertyGroup (); in AddProperty()
312 public ProjectPropertyGroupElement AddPropertyGroup () in AddPropertyGroup() method in Microsoft.Build.Construction.ProjectRootElement
/dports/devel/godot/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/
H A DProjectGenerator.cs24 var mainGroup = root.AddPropertyGroup(); in GenGameProject()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/
H A DProjectGenerator.cs24 var mainGroup = root.AddPropertyGroup(); in GenGameProject()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Compilation/
H A DProfileBuildProvider.cs152AddPropertyGroup(assemblyBuilder, (string) de.Key, (string) de.Value, properties, type, ns); in GenerateCode()
229 …private void AddPropertyGroup(AssemblyBuilder assemblyBuilder, string groupName, string propertyNa… in AddPropertyGroup() method in System.Web.Compilation.ProfileBuildProvider
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Test/
H A DFunctionalTest.cs51 SetKnownProperties (project.AddPropertyGroup ()); in TestFullProjectGeneration()
/dports/devel/msbuild/msbuild-0.06/src/Samples/XmlFileLogger/
H A DXmlFileLogger.cs114 _build.AddPropertyGroup(messageArgs, PropertyGroupMessagePrefix); in HandleMessageRaised()
/dports/devel/msbuild/msbuild-0.06/src/Samples/XmlFileLogger/ObjectModel/
H A DBuild.cs111 public void AddPropertyGroup(BuildMessageEventArgs buildMessageEventArgs, string prefix) in AddPropertyGroup() method in Microsoft.Build.Logging.StructuredLogger.Build
/dports/devel/msbuild/msbuild-0.06/src/Build/Construction/
H A DProjectTargetElement.cs420 public ProjectPropertyGroupElement AddPropertyGroup() in AddPropertyGroup() method in Microsoft.Build.Construction.ProjectTargetElement
H A DProjectRootElement.cs1226 public ProjectPropertyGroupElement AddPropertyGroup() in AddPropertyGroup() method in Microsoft.Build.Construction.ProjectRootElement
1289 matchingPropertyGroup = AddPropertyGroup(); in AddProperty()
/dports/devel/msbuild/msbuild-0.06/src/Build.OM.UnitTests/Definition/
H A DProject_Tests.cs3923 pre.AddPropertyGroup().AddProperty("NotUsed", ""); in ProjectImportedEventFalseCondition()
3963 pre.AddPropertyGroup().AddProperty("NotUsed", ""); in ProjectImportedEventNoMatchingFiles()
4007 pre.AddPropertyGroup().AddProperty("NotUsed", ""); in ProjectImportedEventEmptyFile()
4054 pre.AddPropertyGroup().AddProperty("NotUsed", ""); in ProjectImportedEventInvalidFile()
4095 pre.AddPropertyGroup().AddProperty("NotUsed", ""); in ProjectImportedEventMissingFile()
4138 pre.AddPropertyGroup().AddProperty("NotUsed", ""); in ProjectImportedEventMissingFileNoGlobMatch()
4193 pre2.AddPropertyGroup().AddProperty("NotUsed", ""); in ProjectImportEvent()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/
H A DProject.cs942 AddPropertyGroup (xe, ip); in ProcessElements()
1231 void AddPropertyGroup (XmlElement xmlElement, ImportedProject importedProject) in AddPropertyGroup() method in Microsoft.Build.BuildEngine.Project
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Conversion/
H A DProjectFileConverter.cs1574 this.globalPropertyGroup = xmakeProject.AddPropertyGroup(); in ProcessLanguageElement()
2114 ProjectPropertyGroupElement configPropertyGroup = xmakeProject.AddPropertyGroup(); in ProcessConfigElement()
2293 ProjectPropertyGroupElement platformPropertyGroup = xmakeProject.AddPropertyGroup(); in ProcessPlatformElement()
/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4ConsoleQtPropListViewer.cpp2697 bool C4ConsoleQtPropListModel::AddPropertyGroup(C4PropList *add_proplist, int32_t group_index, QStr… in AddPropertyGroup() function in C4ConsoleQtPropListModel
3041 …if (AddPropertyGroup(shape_item_editorprops, num_groups, QString(shape_item_name ? shape_item_name… in UpdateValuePropList()
3061 …if (effect_editorprops && AddPropertyGroup(effect_editorprops, num_groups, name, fx, C4PropertyPat… in UpdateValuePropList()
3072 …if (AddPropertyGroup(info_editorprops, num_groups, name, target_proplist, target_path, base_obj, d… in UpdateValuePropList()
3090 …if (AddPropertyGroup(info_editorprops, num_groups, LoadResStr("IDS_CNS_OBJECT"), target_proplist, … in UpdateValuePropList()
H A DC4ConsoleQtPropListViewer.h710 …bool AddPropertyGroup(C4PropList *add_proplist, int32_t group_index, QString name, C4PropList *tar…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DMicrosoft.Build.cs200 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup() method in Microsoft.Build.Construction.ProjectRootElement
259 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup() method in Microsoft.Build.Construction.ProjectTargetElement
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMicrosoft.Build.cs224 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup() method in Microsoft.Build.Construction.ProjectRootElement
291 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup() method in Microsoft.Build.Construction.ProjectTargetElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DMicrosoft.Build.cs240 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup() method in Microsoft.Build.Construction.ProjectRootElement
308 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup() method in Microsoft.Build.Construction.ProjectTargetElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DMicrosoft.Build.cs240 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup() method in Microsoft.Build.Construction.ProjectRootElement
308 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup() method in Microsoft.Build.Construction.ProjectTargetElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DMicrosoft.Build.cs240 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup() method in Microsoft.Build.Construction.ProjectRootElement
308 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup() method in Microsoft.Build.Construction.ProjectTargetElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DMicrosoft.Build.cs246 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup() method in Microsoft.Build.Construction.ProjectRootElement
314 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup() method in Microsoft.Build.Construction.ProjectTargetElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DMicrosoft.Build.cs240 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup() method in Microsoft.Build.Construction.ProjectRootElement
308 … public Microsoft.Build.Construction.ProjectPropertyGroupElement AddPropertyGroup() { throw null; } in AddPropertyGroup() method in Microsoft.Build.Construction.ProjectTargetElement

12