4 usages of MSBuild property FeatureWindowsInterop
Microsoft.Build.Framework (4)
Microsoft.Build.Framework.csproj (4)
87
<ItemGroup Condition="'$(
FeatureWindowsInterop
)' != 'true'">
95
<ItemGroup Condition="'$(
FeatureWindowsInterop
)' == 'true'">
121
<ItemGroup Condition="'$(
FeatureWindowsInterop
)' != 'true'">
125
<ItemGroup Condition="'$(
FeatureWindowsInterop
)' != 'true' OR '$(TargetFrameworkIdentifier)' != '.NETCoreApp'">