Fix ProjectN build breaks (dotnet/corertdotnet/coreclr#6924)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Thu, 31 Jan 2019 17:18:36 +0000 (18:18 +0100)
committerJan Kotas <jkotas@microsoft.com>
Thu, 31 Jan 2019 20:06:15 +0000 (12:06 -0800)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/1b50d965d4a3ff23dd8d95b02d28b6a5c5cec6a2

src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems

index e0a7aa5..4dde786 100644 (file)
     <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" />