2 overrides of PropertyNameToEnableImport
Microsoft.Build.Tasks.UnitTests (2)
ProjectExtensionsPropsImportTest.cs (1)
19protected override string PropertyNameToEnableImport => "ImportProjectExtensionProps";
ProjectExtensionsTargetsImportTest.cs (1)
19protected override string PropertyNameToEnableImport => "ImportProjectExtensionTargets";
10 references to PropertyNameToEnableImport
Microsoft.Build.Tasks.UnitTests (10)
ProjectExtensionsImportTestBase.cs (10)
68project.GetPropertyValue(PropertyNameToEnableImport).ShouldBe("true"); 93project.GetPropertyValue(PropertyNameToEnableImport).ShouldBe(bool.FalseString, StringCompareShould.IgnoreCase); 105<{PropertyNameToEnableImport}>true</{PropertyNameToEnableImport}> 119project.GetPropertyValue(PropertyNameToEnableImport).ShouldBe(bool.TrueString, StringCompareShould.IgnoreCase); 141<{PropertyNameToEnableImport}>false</{PropertyNameToEnableImport}> 152project.GetPropertyValue(PropertyNameToEnableImport).ShouldBe("false"); 181project.GetPropertyValue(PropertyNameToEnableImport).ShouldBe("true"); 205project.GetPropertyValue(PropertyNameToEnableImport).ShouldBe("true");