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)
69project.GetPropertyValue(PropertyNameToEnableImport).ShouldBe("true"); 94project.GetPropertyValue(PropertyNameToEnableImport).ShouldBe(bool.FalseString, StringCompareShould.IgnoreCase); 106<{PropertyNameToEnableImport}>true</{PropertyNameToEnableImport}> 120project.GetPropertyValue(PropertyNameToEnableImport).ShouldBe(bool.TrueString, StringCompareShould.IgnoreCase); 142<{PropertyNameToEnableImport}>false</{PropertyNameToEnableImport}> 153project.GetPropertyValue(PropertyNameToEnableImport).ShouldBe("false"); 182project.GetPropertyValue(PropertyNameToEnableImport).ShouldBe("true"); 206project.GetPropertyValue(PropertyNameToEnableImport).ShouldBe("true");