summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-11-18 13:03:01 -0800
committerGitHub <noreply@github.com>2016-11-18 13:03:01 -0800
commit13ee34fc2c5cdff0bf8effb04fe870ac82c46ff1 (patch)
tree7876530bcbaa72d141fbe3b97cc5a0fdf2fcd260 /clr.coreclr.props
parentecc468cf683513a2c3e1635f7abcdb06101eec38 (diff)
downloadcoreclr-13ee34fc2c5cdff0bf8effb04fe870ac82c46ff1.tar.gz
coreclr-13ee34fc2c5cdff0bf8effb04fe870ac82c46ff1.tar.bz2
coreclr-13ee34fc2c5cdff0bf8effb04fe870ac82c46ff1.zip
Delete dead files (#8202)
Diffstat (limited to 'clr.coreclr.props')
-rw-r--r--clr.coreclr.props15
1 files changed, 0 insertions, 15 deletions
diff --git a/clr.coreclr.props b/clr.coreclr.props
index 516f4ea311..447b302ef2 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -79,14 +79,6 @@
-->
<FeatureImplicitTls Condition="'$(TargetArch)' == 'arm64'">true</FeatureImplicitTls>
<FeatureSvrGc Condition="'$(TargetArch)' != 'arm'">true</FeatureSvrGc>
- <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>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetsUnix)' == 'true'">
@@ -112,11 +104,4 @@
<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>