From: Stephen Toub Date: Sat, 26 Jan 2019 11:26:35 +0000 (-0500) Subject: Factor WinRT GetFolderPath into static accessible via reflection (dotnet/corefx#34873) X-Git-Tag: submit/tizen/20210909.063632~11031^2~2595 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc06b7ac099034ca05baec51220c8e63b5ab08cd;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Factor WinRT GetFolderPath into static accessible via reflection (dotnet/corefx#34873) Commit migrated from https://github.com/dotnet/corefx/commit/3fc7efd29ce1fbc57c95eb0b82267b2ad0f7e3ff --- diff --git a/src/libraries/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj b/src/libraries/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj index 4923089..107a833 100644 --- a/src/libraries/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj +++ b/src/libraries/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj @@ -82,6 +82,9 @@ Common\CoreLib\System\Environment.WinRT.cs + + Common\CoreLib\System\WinRTFolderPaths.cs + diff --git a/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj b/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj index 9bffd6a..439e805 100644 --- a/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj @@ -9,6 +9,7 @@ $(NoWarn);1698;0436 {844A2A0B-4169-49C3-B367-AFDC4894E487} netcoreapp-Windows_NT-Debug;netcoreapp-Windows_NT-Release;netstandard-Debug;netstandard-Release;netstandard1.0-Debug;netstandard1.0-Release;netstandard1.2-Debug;netstandard1.2-Release;uap-Windows_NT-Debug;uap-Windows_NT-Release;uapaot-Windows_NT-Debug;uapaot-Windows_NT-Release + $(DefineConstants);SYSTEM_RUNTIME_WINDOWSRUNTIME_ASSEMBLY $(DefineConstants);netstandard;FEATURE_APPX @@ -82,6 +83,9 @@ + + Common\System\WinRTFolderPaths.cs + Common\Interop\Windows\kernel32\Interop.ResolveLocaleName.cs