summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
Diffstat (limited to 'clr.coreclr.props')
-rw-r--r--clr.coreclr.props2
1 files changed, 2 insertions, 0 deletions
diff --git a/clr.coreclr.props b/clr.coreclr.props
index 8ff0f0b263..516f4ea311 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -82,6 +82,8 @@
<FeatureCoreFxFileStream>true</FeatureCoreFxFileStream>
<FeatureCoreFxShim>true</FeatureCoreFxShim>
<FeatureCoreFxOverlapped>true</FeatureCoreFxOverlapped>
+ <FeatureCoreFxPath>true</FeatureCoreFxPath>
+ <FeatureCoreFxInteropServices>true</FeatureCoreFxInteropServices>
<!-- We only want to use the CoreFx implementation of SecureString when we are not building the legacy surface area -->
<FeatureCoreFxSecureString Condition="'$(FeatureLegacySurface)'==''" >true</FeatureCoreFxSecureString>