35 references to SetGlobalProperty
Microsoft.Build (1)
Definition\ProjectCollection.cs (1)
554
/// <see cref="
SetGlobalProperty
">SetGlobalProperty</see> and <see cref="RemoveGlobalProperty">RemoveGlobalProperty</see>.
Microsoft.Build.Engine.OM.UnitTests (31)
Definition\ProjectCollection_Tests.cs (31)
167
collection.
SetGlobalProperty
("p", "v");
198
collection.
SetGlobalProperty
("p", "v");
229
collection.
SetGlobalProperty
("p", "v");
252
collection.
SetGlobalProperty
("p", "v");
268
collection.
SetGlobalProperty
("p", "v");
282
collection.
SetGlobalProperty
("p", "v");
390
ProjectCollection.GlobalProjectCollection.
SetGlobalProperty
("Configuration", "Debug");
447
ProjectCollection.GlobalProjectCollection.
SetGlobalProperty
("Configuration", "Debug");
464
ProjectCollection.GlobalProjectCollection.
SetGlobalProperty
("Platform", "X64");
473
ProjectCollection.GlobalProjectCollection.
SetGlobalProperty
("Configuration", "Debug2");
474
ProjectCollection.GlobalProjectCollection.
SetGlobalProperty
("Platform", "X86");
480
ProjectCollection.GlobalProjectCollection.
SetGlobalProperty
("MyProperty", "MyValue2");
589
collection.
SetGlobalProperty
("g1", "v1");
590
collection.
SetGlobalProperty
("g2", "v2");
591
collection.
SetGlobalProperty
("g2", "v2"); // try dupe
618
collection.
SetGlobalProperty
("g1", "v1");
619
collection.
SetGlobalProperty
("g2", "v2");
640
collection.
SetGlobalProperty
("g1", "v1"); // should make both dirty
641
collection.
SetGlobalProperty
("g2", "v2"); // should make both dirty
680
collection.
SetGlobalProperty
("g1", "v1");
811
ProjectCollection.GlobalProjectCollection.
SetGlobalProperty
("Configuration", "Debug");
1208
collection.
SetGlobalProperty
("a", "b");
1270
collection.
SetGlobalProperty
("a", "1");
1279
collection2.
SetGlobalProperty
("a", "%28x86%29");
1288
collection3.
SetGlobalProperty
("a", "1");
1297
collection4.
SetGlobalProperty
("a", "(x86)");
1306
collection5.
SetGlobalProperty
("a", "1");
1316
collection6.
SetGlobalProperty
("a", "2");
1370
collection.
SetGlobalProperty
("a", "b");
1433
collection.
SetGlobalProperty
("somePCglobal", "someValue");
1494
collection.
SetGlobalProperty
("a", propertyValue);
Microsoft.Build.Engine.UnitTests (2)
Graph\ProjectGraph_Tests.cs (2)
361
collection.
SetGlobalProperty
("A", "CollectionA");
362
collection.
SetGlobalProperty
("B", "CollectionB");
Roslyn.Compilers.Extension (1)
CompilerPackage.cs (1)
56
Microsoft.Build.Evaluation.ProjectCollection.GlobalProjectCollection.
SetGlobalProperty
("RoslynHive", RoslynHive);