Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Cleanup string normalization implementation (#14629)
Browse files Browse the repository at this point in the history
* Update ProjectNTfs to beta-24819-00

* Cleanup normalization implementation

The normalization is part of CoreLib in all runtimes now.

* Update ApiCompatBaseline.uap101aot.txt
  • Loading branch information
jkotas authored and tarekgh committed Dec 20, 2016
1 parent a7d6c2c commit 3941265
Show file tree
Hide file tree
Showing 41 changed files with 30 additions and 657 deletions.
4 changes: 2 additions & 2 deletions dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
<CoreFxCurrentRef>c395eec8bf152b479be9893f311eee3c7dbd4313</CoreFxCurrentRef>
<CoreClrCurrentRef>c395eec8bf152b479be9893f311eee3c7dbd4313</CoreClrCurrentRef>
<ExternalCurrentRef>4e2952b5114bfa90cc45eef908204006a771a62b</ExternalCurrentRef>
<ProjectNTfsCurrentRef>c395eec8bf152b479be9893f311eee3c7dbd4313</ProjectNTfsCurrentRef>
<ProjectNTfsCurrentRef>754a6acd1e38c4f0c8e3eae6d16533c251929e36</ProjectNTfsCurrentRef>
</PropertyGroup>

<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
<CoreFxExpectedPrerelease>beta-24814-01</CoreFxExpectedPrerelease>
<CoreClrExpectedPrerelease>beta-24814-02</CoreClrExpectedPrerelease>
<ExternalExpectedPrerelease>beta-24727-00</ExternalExpectedPrerelease>
<ProjectNTfsExpectedPrerelease>beta-24814-00</ProjectNTfsExpectedPrerelease>
<ProjectNTfsExpectedPrerelease>beta-24819-00</ProjectNTfsExpectedPrerelease>
</PropertyGroup>

<!-- Full package version strings that are used in other parts of the build. -->
Expand Down
1 change: 0 additions & 1 deletion src/Common/src/Interop/Windows/Interop.Libraries.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ internal static class Libraries
internal const string Memory_L1_3 = "api-ms-win-core-memory-l1-1-3.dll";
internal const string Mswsock = "mswsock.dll";
internal const string NCrypt = "ncrypt.dll";
internal const string Normaliz = "normaliz.dll";
internal const string NtDll = "ntdll.dll";
internal const string OleAut32 = "oleaut32.dll";
internal const string RoBuffer = "api-ms-win-core-winrt-robuffer-l1-1-0.dll";
Expand Down
14 changes: 0 additions & 14 deletions src/Common/src/Interop/Windows/kernel32/Interop.GetLastError.cs

This file was deleted.

40 changes: 0 additions & 40 deletions src/Common/src/Interop/Windows/kernel32/Interop.Normalization.cs

This file was deleted.

14 changes: 0 additions & 14 deletions src/Common/src/Interop/Windows/kernel32/Interop.SetLastError.cs

This file was deleted.

37 changes: 0 additions & 37 deletions src/Common/src/Interop/Windows/normaliz/Interop.Idna.cs

This file was deleted.

113 changes: 0 additions & 113 deletions src/Common/src/System/Globalization/IdnMapping.Windows.cs

This file was deleted.

Loading

0 comments on commit 3941265

Please sign in to comment.