10 references to AddNewProperty
Microsoft.Build.Engine (10)
Engine\Project.cs (1)
2462matchingPropertyGroup.AddNewProperty(propertyName, propertyValue);
Properties\BuildPropertyGroup.cs (1)
944return this.AddNewProperty(propertyName,
Solution\SolutionWrapperProject.cs (5)
438cachePropertyGroup.AddNewProperty(cacheSolutionConfigurationPropertyName, fullSolutionConfigurationName); 442cachePropertyGroup.AddNewProperty(cacheToolsVersionPropertyName, toolsVersion); 445cachePropertyGroup.AddNewProperty(cacheVersionNumber, Constants.AssemblyVersion); 1228BuildProperty targetPathOverrideProperty = newPropertyGroup.AddNewProperty(GenerateSafePropertyName(proj, "AspNetTargetPath"), 1851propertyGroup.AddNewProperty("AspNetConfiguration", "$(Configuration)");
Solution\VCWrapperProject.cs (3)
165propertyGroup.AddNewProperty("ConfigurationName", "$(Configuration)"); 169propertyGroup.AddNewProperty("ConfigurationName", "$(Configuration)|$(Platform)"); 174propertyGroup.AddNewProperty("PlatformName", "$(Platform)");