summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-03-21 09:06:54 -0700
committerJan Kotas <jkotas@microsoft.com>2016-03-24 07:28:13 -0700
commite416f57c553a9b9e11a3a22b2ac9b68cef1cd4ce (patch)
treea82e688a3d296fbd64a4e6ac929f4ae549f393f6 /clr.coreclr.props
parent41dad10286dd73ffce954d80ff2acbb82785bf48 (diff)
downloadcoreclr-e416f57c553a9b9e11a3a22b2ac9b68cef1cd4ce.tar.gz
coreclr-e416f57c553a9b9e11a3a22b2ac9b68cef1cd4ce.tar.bz2
coreclr-e416f57c553a9b9e11a3a22b2ac9b68cef1cd4ce.zip
Delete legacy netcf compat support (final part)
Diffstat (limited to 'clr.coreclr.props')
-rw-r--r--clr.coreclr.props3
1 files changed, 0 insertions, 3 deletions
diff --git a/clr.coreclr.props b/clr.coreclr.props
index a3354867c3..d42b9f442f 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -65,9 +65,6 @@
<FeatureAscii>true</FeatureAscii>
<FeatureUtf7>true</FeatureUtf7>
<FeatureUtf32>true</FeatureUtf32>
- <FeatureLegacyNetCFDbgHostControl>true</FeatureLegacyNetCFDbgHostControl>
- <FeatureLegacyNetCFFAS>true</FeatureLegacyNetCFFAS>
- <FeatureLegacyNetCF>true</FeatureLegacyNetCF>
<FeatureRandomizedStringHashing>true</FeatureRandomizedStringHashing>
<!-- The rejit feature is available only on supported architectures (x86 & x64) -->
<FeatureReJIT Condition="('$(TargetArch)' == 'i386') or ('$(TargetArch)' == 'amd64')">true</FeatureReJIT>