summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-01-22 20:37:25 -0800
committerdanmosemsft <danmose@microsoft.com>2017-01-22 20:37:25 -0800
commit1055d667cbbf650ef1115ae97fd7af65d102a2cc (patch)
tree14def953e9085407a02879609407f599d14eb88b /clr.coreclr.props
parentc1853ffc86372e239e77c5847b3079e005fda583 (diff)
downloadcoreclr-1055d667cbbf650ef1115ae97fd7af65d102a2cc.tar.gz
coreclr-1055d667cbbf650ef1115ae97fd7af65d102a2cc.tar.bz2
coreclr-1055d667cbbf650ef1115ae97fd7af65d102a2cc.zip
Remove FEATURE_MAIN_CLR_MODULE_USES_CORE_NAME
Diffstat (limited to 'clr.coreclr.props')
-rw-r--r--clr.coreclr.props1
1 files changed, 0 insertions, 1 deletions
diff --git a/clr.coreclr.props b/clr.coreclr.props
index 421b1b57e1..4a7abdbcb7 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -21,7 +21,6 @@
<FeatureIsymReader>true</FeatureIsymReader>
<!-- This is here for testing purposes only, and only on checked builds for x86/ARM -->
<FeatureLazyCOWPages Condition="'$(_BuildType)'!='ret' and (('$(TargetArch)' == 'i386') or ('$(TargetArch)' == 'arm'))">true</FeatureLazyCOWPages>
- <FeatureMainClrModuleUsesCoreName>true</FeatureMainClrModuleUsesCoreName>
<FeatureMergeCultureSupportAndEngine>true</FeatureMergeCultureSupportAndEngine>
<FeatureMergeJitAndEngine>true</FeatureMergeJitAndEngine>
<FeatureMulticoreJIT>true</FeatureMulticoreJIT>