diff options
author | danmosemsft <danmose@microsoft.com> | 2017-01-23 09:45:52 -0800 |
---|---|---|
committer | danmosemsft <danmose@microsoft.com> | 2017-01-23 10:28:34 -0800 |
commit | 66673107576ddac749509f044ab788c3dabc77e1 (patch) | |
tree | 93aa8cdab5caf69501d4d1d4859d4fe78f83eb34 /clr.defines.targets | |
parent | 3dc1198e182de928fa55118d9cba33ff91a1602b (diff) | |
download | coreclr-66673107576ddac749509f044ab788c3dabc77e1.tar.gz coreclr-66673107576ddac749509f044ab788c3dabc77e1.tar.bz2 coreclr-66673107576ddac749509f044ab788c3dabc77e1.zip |
Remove disabled FEATURE_COMINTEROP_WINRT_DESKTOP_HOST
Diffstat (limited to 'clr.defines.targets')
-rw-r--r-- | clr.defines.targets | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clr.defines.targets b/clr.defines.targets index 267beedf97..3d7b8006fe 100644 --- a/clr.defines.targets +++ b/clr.defines.targets @@ -22,7 +22,6 @@ <CDefines Condition="'$(FeatureCominteropTlbSupport)' == 'true'">$(CDefines);FEATURE_COMINTEROP_TLB_SUPPORT</CDefines> <CDefines Condition="'$(FeatureCominteropUnmanagedActivation)' == 'true'">$(CDefines);FEATURE_COMINTEROP_UNMANAGED_ACTIVATION</CDefines> <CDefines Condition="'$(FeatureCominteropWinRTManagedActivation)' == 'true'">$(CDefines);FEATURE_COMINTEROP_WINRT_MANAGED_ACTIVATION</CDefines> <!-- Enables code required to activate managed winrt from native--> - <CDefines Condition="'$(FeatureCominteropWinRTDesktopHost)' == 'true'">$(CDefines);FEATURE_COMINTEROP_WINRT_DESKTOP_HOST</CDefines> <CDefines Condition="'$(FeatureCompressedstack)' == 'true'">$(CDefines);FEATURE_COMPRESSEDSTACK</CDefines> <CDefines Condition="'$(FeatureCoreFxGlobalization)' == 'true'">$(CDefines);FEATURE_COREFX_GLOBALIZATION</CDefines> <CDefines Condition="'$(FeatureCrypto)' == 'true'">$(CDefines);FEATURE_CRYPTO</CDefines> @@ -120,7 +119,6 @@ <DefineConstants Condition="'$(FeatureCominteropApartmentSupport)' == 'true'">$(DefineConstants);FEATURE_COMINTEROP_APARTMENT_SUPPORT</DefineConstants> <DefineConstants Condition="'$(FeatureCominteropUnmanagedActivation)' == 'true'">$(DefineConstants);FEATURE_COMINTEROP_UNMANAGED_ACTIVATION</DefineConstants> <DefineConstants Condition="'$(FeatureCominteropWinRTManagedActivation)' == 'true'">$(DefineConstants);FEATURE_COMINTEROP_WINRT_MANAGED_ACTIVATION</DefineConstants> - <DefineConstants Condition="'$(FeatureCominteropWinRTDesktopHost)' == 'true'">$(DefineConstants);FEATURE_COMINTEROP_WINRT_DESKTOP_HOST</DefineConstants> <DefineConstants Condition="'$(FeatureCompressedstack)' == 'true'">$(DefineConstants);FEATURE_COMPRESSEDSTACK</DefineConstants> <DefineConstants Condition="'$(FeatureCoreFxGlobalization)' == 'true'">$(DefineConstants);FEATURE_COREFX_GLOBALIZATION</DefineConstants> <DefineConstants Condition="'$(FeatureCrypto)' == 'true'">$(DefineConstants);FEATURE_CRYPTO</DefineConstants> |