2 overrides of PropertyNameToEnableImport
Microsoft.Build.Tasks.UnitTests (2)
ProjectExtensionsPropsImportTest.cs (1)
19
protected override string
PropertyNameToEnableImport
=> "ImportProjectExtensionProps";
ProjectExtensionsTargetsImportTest.cs (1)
19
protected override string
PropertyNameToEnableImport
=> "ImportProjectExtensionTargets";
10 references to PropertyNameToEnableImport
Microsoft.Build.Tasks.UnitTests (10)
ProjectExtensionsImportTestBase.cs (10)
69
project.GetPropertyValue(
PropertyNameToEnableImport
).ShouldBe("true");
94
project.GetPropertyValue(
PropertyNameToEnableImport
).ShouldBe(bool.FalseString, StringCompareShould.IgnoreCase);
106
<{
PropertyNameToEnableImport
}>true</{
PropertyNameToEnableImport
}>
120
project.GetPropertyValue(
PropertyNameToEnableImport
).ShouldBe(bool.TrueString, StringCompareShould.IgnoreCase);
142
<{
PropertyNameToEnableImport
}>false</{
PropertyNameToEnableImport
}>
153
project.GetPropertyValue(
PropertyNameToEnableImport
).ShouldBe("false");
182
project.GetPropertyValue(
PropertyNameToEnableImport
).ShouldBe("true");
206
project.GetPropertyValue(
PropertyNameToEnableImport
).ShouldBe("true");