1 write to PlatformName
Microsoft.Build (1)
Construction\Solution\ProjectConfigurationInSolution.cs (1)
21
PlatformName
= RemoveSpaceFromAnyCpuPlatform(platformName);
6 references to PlatformName
Microsoft.Build (5)
Construction\Solution\ProjectConfigurationInSolution.cs (1)
23
FullName = SolutionConfigurationInSolution.ComputeFullName(ConfigurationName,
PlatformName
);
Construction\Solution\SolutionProjectGenerator.cs (3)
1094
item.SetMetadata("Platform", projectConfiguration.
PlatformName
);
1140
string directProjectProperties = String.Format(CultureInfo.InvariantCulture, "Configuration={0}; Platform={1}", projectConfiguration.ConfigurationName, projectConfiguration.
PlatformName
);
1652
referencedProjectConfiguration.
PlatformName
,
Graph\GraphBuilder.cs (1)
331
solutionGlobalPropertiesBuilder["Platform"] = projectConfiguration.
PlatformName
;
Microsoft.Build.Engine.UnitTests (1)
Graph\GraphLoadedFromSolution_tests.cs (1)
711
GetPlatform(node).ShouldBe(expectedProjectConfiguration.
PlatformName
);