summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2019-01-31 18:18:36 +0100
committerJan Kotas <jkotas@microsoft.com>2019-01-31 12:06:15 -0800
commit1b50d965d4a3ff23dd8d95b02d28b6a5c5cec6a2 (patch)
tree04298958f286b24aac348c09150b8f4555e7865a
parentd4d3af17d582a16e88b58789b116adcd2e07b605 (diff)
downloadcoreclr-1b50d965d4a3ff23dd8d95b02d28b6a5c5cec6a2.tar.gz
coreclr-1b50d965d4a3ff23dd8d95b02d28b6a5c5cec6a2.tar.bz2
coreclr-1b50d965d4a3ff23dd8d95b02d28b6a5c5cec6a2.zip
Fix ProjectN build breaks (dotnet/corert#6924)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
-rw-r--r--src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems b/src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
index e0a7aa594c..4dde786af4 100644
--- a/src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
+++ b/src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
@@ -1054,6 +1054,7 @@
<Compile Include="$(MSBuildThisFileDirectory)System\TimeZoneInfo.Win32.cs" />
</ItemGroup>
<ItemGroup Condition="$(TargetsWindows) and '$(EnableWinRT)' == 'true'">
+ <Compile Include="$(MSBuildThisFileDirectory)System\Environment.WinRT.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\IO\FileStream.WinRT.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.CreateFile2.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.CREATEFILE2_EXTENDED_PARAMETERS.cs" />