summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
Diffstat (limited to 'clr.coreclr.props')
-rw-r--r--clr.coreclr.props9
1 files changed, 9 insertions, 0 deletions
diff --git a/clr.coreclr.props b/clr.coreclr.props
index c136fa5f4e..2627e1b95c 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -77,6 +77,9 @@
-->
<FeatureImplicitTls Condition="'$(TargetArch)' == 'arm64'">true</FeatureImplicitTls>
<FeatureSvrGc Condition="'$(TargetArch)' != 'arm'">true</FeatureSvrGc>
+ <FeatureCoreFxFileStream>true</FeatureCoreFxFileStream>
+ <FeatureCoreFxShim>true</FeatureCoreFxShim>
+ <FeatureCoreFxOverlapped>true</FeatureCoreFxOverlapped>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetsUnix)' == 'true'">
@@ -102,4 +105,10 @@
<FeatureUseLcid>true</FeatureUseLcid>
<FeatureImplicitLongPath>true</FeatureImplicitLongPath>
</PropertyGroup>
+ <PropertyGroup Condition="'$(TargetsUnix)' != 'true' and '$(ClrProduct)' == 'core_clr'">
+ <FeatureCoreFxWindowsInterop>true</FeatureCoreFxWindowsInterop>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(TargetsUnix)' == 'true' and '$(ClrProduct)' == 'core_clr'">
+ <FeatureCoreFxUnixInterop>true</FeatureCoreFxUnixInterop>
+ </PropertyGroup>
</Project>