summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-01-22 20:55:11 -0800
committerdanmosemsft <danmose@microsoft.com>2017-01-22 21:51:02 -0800
commit6259c97b4f56218cd2154c0c1b17d565f4c2bd05 (patch)
tree826f125068332e2f507da1ddfec3c89c9c8e9343 /clr.coreclr.props
parent691398015f2b42969415a2b87c3692333d5f244f (diff)
downloadcoreclr-6259c97b4f56218cd2154c0c1b17d565f4c2bd05.tar.gz
coreclr-6259c97b4f56218cd2154c0c1b17d565f4c2bd05.tar.bz2
coreclr-6259c97b4f56218cd2154c0c1b17d565f4c2bd05.zip
Remove FEATURE_WINDOWSPHONE
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 133d21ed0b..ed5dd1a2ec 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -49,7 +49,6 @@
<FeatureRandomizedStringHashing>true</FeatureRandomizedStringHashing>
<!-- The rejit feature is available only on supported architectures (x86 & x64) -->
<FeatureReJIT Condition="('$(TargetArch)' == 'i386') or ('$(TargetArch)' == 'amd64')">true</FeatureReJIT>
- <FeatureWindowsPhone>true</FeatureWindowsPhone>
<FeatureManagedEtw>true</FeatureManagedEtw>
<BinderDebugLog Condition="'$(_BuildType)'=='dbg'">true</BinderDebugLog>
<FeatureAppX>true</FeatureAppX>