2 references to GetConfigurationAndPlatformPropertiesString
Microsoft.Build (2)
Construction\Solution\SolutionProjectGenerator.cs (2)
1065
item.SetMetadata("AdditionalProperties", GetPropertiesMetadataForProjectReference(traversalProject,
GetConfigurationAndPlatformPropertiesString
(projectConfiguration)));
1137
string directProjectProperties = Strings.WeakIntern(String.Join(";",
GetConfigurationAndPlatformPropertiesString
(projectConfiguration), SolutionProperties));