Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit a5ca4dc

Browse files
committed
Merge pull request #3752 from dotnet-bot/from-tfs
Merge changes from TFS
2 parents 00f25cf + ffc7372 commit a5ca4dc

File tree

19 files changed

+227
-4190
lines changed

19 files changed

+227
-4190
lines changed

CMakeLists.txt

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -692,9 +692,6 @@ if (CLR_CMAKE_PLATFORM_UNIX)
692692
endif(CLR_CMAKE_PLATFORM_UNIX)
693693
add_definitions(-DFEATURE_CORESYSTEM)
694694
add_definitions(-DFEATURE_CORRUPTING_EXCEPTIONS)
695-
if(WIN32)
696-
add_definitions(-DFEATURE_CRYPTO)
697-
endif(WIN32)
698695
if(CLR_CMAKE_PLATFORM_UNIX)
699696
add_definitions(-DFEATURE_DBGIPC_TRANSPORT_DI)
700697
add_definitions(-DFEATURE_DBGIPC_TRANSPORT_VM)
@@ -718,20 +715,10 @@ if (CLR_CMAKE_PLATFORM_UNIX OR CLR_CMAKE_PLATFORM_ARCH_ARM64)
718715
add_definitions(-DFEATURE_IMPLICIT_TLS)
719716
set(FEATURE_IMPLICIT_TLS 1)
720717
endif(CLR_CMAKE_PLATFORM_UNIX OR CLR_CMAKE_PLATFORM_ARCH_ARM64)
721-
if(WIN32)
722-
add_definitions(-DFEATURE_ISOSTORE)
723-
add_definitions(-DFEATURE_ISOSTORE_LIGHT)
724-
endif(WIN32)
725718
add_definitions(-DFEATURE_ISYM_READER)
726719
add_definitions(-DFEATURE_LEGACYNETCF)
727-
if(WIN32)
728-
add_definitions(-DFEATURE_LEGACYNETCFCRYPTO)
729-
endif(WIN32)
730720
add_definitions(-DFEATURE_LEGACYNETCF_DBG_HOST_CONTROL)
731721
add_definitions(-DFEATURE_LEGACYNETCFFAS)
732-
if(WIN32)
733-
add_definitions(-DFEATURE_LEGACYSURFACE)
734-
endif(WIN32)
735722
add_definitions(-DFEATURE_LOADER_OPTIMIZATION)
736723
add_definitions(-DFEATURE_MANAGED_ETW)
737724
add_definitions(-DFEATURE_MANAGED_ETW_CHANNELS)
@@ -781,10 +768,6 @@ endif(WIN32)
781768
add_definitions(-DFEATURE_WIN32_REGISTRY)
782769
add_definitions(-DFEATURE_WINDOWSPHONE)
783770
add_definitions(-DFEATURE_WINMD_RESILIENT)
784-
if(WIN32)
785-
add_definitions(-DFEATURE_X509)
786-
add_definitions(-DFEATURE_X509_SECURESTRINGS)
787-
endif(WIN32)
788771

789772
if(CLR_CMAKE_BUILD_TESTS)
790773
add_subdirectory(tests)

clr.coreclr.props

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
<FeatureFrameworkInternal>true</FeatureFrameworkInternal>
2525
<FeatureHijack>true</FeatureHijack>
2626
<FeatureInteropDebugging Condition="('$(TargetArch)' == 'i386') or ('$(TargetArch)' == 'amd64')">true</FeatureInteropDebugging>
27-
<FeatureIsostore>true</FeatureIsostore>
28-
<FeatureIsostoreLight>true</FeatureIsostoreLight>
2927
<FeatureIsymReader>true</FeatureIsymReader>
3028
<!-- This is here for testing purposes only, and only on checked builds for x86/ARM -->
3129
<FeatureLazyCOWPages Condition="'$(_BuildType)'!='ret' and (('$(TargetArch)' == 'i386') or ('$(TargetArch)' == 'arm'))">true</FeatureLazyCOWPages>
@@ -44,8 +42,6 @@
4442
<FeatureVersioning>true</FeatureVersioning>
4543
<FeatureVersioningLog>true</FeatureVersioningLog>
4644
<FeatureWin32Registry>true</FeatureWin32Registry>
47-
<FeatureX509>true</FeatureX509>
48-
<FeatureX509Securestrings>true</FeatureX509Securestrings>
4945
<FeatureXPlatDacDebugging_HostWindowsx86 Condition="'$(TargetArch)' == 'i386' or '$(TargetArch)' == 'arm'">true</FeatureXPlatDacDebugging_HostWindowsx86>
5046
<FeatureXPlatDacDebugging_HostWindowsAMD64 Condition="'$(TargetArch)' == 'amd64' or '$(TargetArch)' == 'arm64'">true</FeatureXPlatDacDebugging_HostWindowsAMD64>
5147
<FeatureXPlatDacDebugging_HostOneCorex86 Condition="'$(TargetArch)' == 'i386' or '$(TargetArch)' == 'arm'">true</FeatureXPlatDacDebugging_HostOneCorex86>
@@ -58,15 +54,12 @@
5854

5955
<FeatureCoreSystem>true</FeatureCoreSystem>
6056
<FeatureClassicCominterop>true</FeatureClassicCominterop>
61-
<FeatureLegacySurface>true</FeatureLegacySurface>
6257
<FeatureCominterop>true</FeatureCominterop>
6358
<FeatureICastable>true</FeatureICastable>
6459
<FeatureCominteropUnmanagedActivation>true</FeatureCominteropUnmanagedActivation>
6560
<FeatureCominteropWinRTManagedActivation>true</FeatureCominteropWinRTManagedActivation>
66-
<FeatureCrypto>true</FeatureCrypto>
6761
<FeatureHostAssemblyResolver>true</FeatureHostAssemblyResolver>
6862
<FeatureLazyCOWPages Condition="('$(TargetArch)' == 'i386') or ('$(TargetArch)' == 'arm')">true</FeatureLazyCOWPages>
69-
<FeatureLegacyNetCFCrypto>true</FeatureLegacyNetCFCrypto>
7063
<FeatureLatin1>true</FeatureLatin1>
7164
<FeatureEncodingNls>true</FeatureEncodingNls>
7265
<FeatureAscii>true</FeatureAscii>
@@ -113,15 +106,6 @@
113106
<FeatureCominteropWinRTManagedActivation>false</FeatureCominteropWinRTManagedActivation>
114107
<FeatureManagedEtw>false</FeatureManagedEtw>
115108

116-
<!-- Features implemented by fxcore -->
117-
<FeatureLegacySurface>false</FeatureLegacySurface>
118-
<FeatureCrypto>false</FeatureCrypto>
119-
<FeatureLegacyNetCFCrypto>false</FeatureLegacyNetCFCrypto>
120-
<FeatureX509>false</FeatureX509>
121-
<FeatureX509Securestrings>false</FeatureX509Securestrings>
122-
<FeatureIsostore>false</FeatureIsostore>
123-
<FeatureIsostoreLight>false</FeatureIsostoreLight>
124-
125109
<FeatureCoreFxGlobalization>true</FeatureCoreFxGlobalization>
126110
</PropertyGroup>
127111
</Project>

src/ToolBox/dirs.proj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@
9191

9292
<!--The following projects will build during PHASE 1 of the CoreSys build-->
9393
<ItemGroup Condition="'$(BuildExePhase)' == '1' and '$(BuildProjectName)' == 'CoreSys'">
94-
<ProjectFile Include="mdbg\dirs.proj" />
9594
<ProjectFile Include="ibcmerge\ibcmerge_msbuild.csproj" />
9695
</ItemGroup>
9796

src/coreclr/dirs.proj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<ProjectFile Include="batchsetup\batchsetup.proj" />
1414
<ProjectFile Include="hosts\dirs.proj" />
1515
<ProjectFile Include="snskipverf\snskipverf.nativeproj" />
16-
<ProjectFile Include="sandboxhelper\dirs.proj" />
1716
<ProjectFile Include="release\release.proj" />
1817
<ProjectFile Include="uwp\dirs.proj" />
1918
</ItemGroup>

0 commit comments

Comments
 (0)