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)
68
project.GetPropertyValue(
PropertyNameToEnableImport
).ShouldBe("true");
93
project.GetPropertyValue(
PropertyNameToEnableImport
).ShouldBe(bool.FalseString, StringCompareShould.IgnoreCase);
105
<{
PropertyNameToEnableImport
}>true</{
PropertyNameToEnableImport
}>
119
project.GetPropertyValue(
PropertyNameToEnableImport
).ShouldBe(bool.TrueString, StringCompareShould.IgnoreCase);
141
<{
PropertyNameToEnableImport
}>false</{
PropertyNameToEnableImport
}>
152
project.GetPropertyValue(
PropertyNameToEnableImport
).ShouldBe("false");
181
project.GetPropertyValue(
PropertyNameToEnableImport
).ShouldBe("true");
205
project.GetPropertyValue(
PropertyNameToEnableImport
).ShouldBe("true");