Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-05-19 06:34:52 +0300
committerJan Kotas <jkotas@microsoft.com>2017-05-19 06:34:52 +0300
commit3ac38ac2bad4ba765a2e634ca01843847a82693e (patch)
tree93f3b3c2e86caab5a13da519cedd38cb5e5a8ccb /src/System.Private.CoreLib
parent8a7d06f4ce18cb78d322ff679e0b930dc07c78fe (diff)
Fix Unix build break
[tfs-changeset: 1658863]
Diffstat (limited to 'src/System.Private.CoreLib')
-rw-r--r--src/System.Private.CoreLib/src/System.Private.CoreLib.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/src/System.Private.CoreLib.csproj b/src/System.Private.CoreLib/src/System.Private.CoreLib.csproj
index 98d415d1f..72a1063b9 100644
--- a/src/System.Private.CoreLib/src/System.Private.CoreLib.csproj
+++ b/src/System.Private.CoreLib/src/System.Private.CoreLib.csproj
@@ -136,7 +136,6 @@
<Compile Include="Internal\Threading\Tasks\Tracing\TaskTrace.cs" />
<Compile Include="Interop\Interop.manual.cs" />
<Compile Include="Interop\Interop.WinRT.cs" Condition="'$(EnableWinRT)' == 'true'" />
- <Compile Include="Microsoft\Win32\SafeHandles\SafeFindHandle.cs" />
<Compile Include="Microsoft\Win32\SafeHandles\SafeWaitHandle.cs" />
<Compile Include="System\Runtime\CompilerServices\CastableObject.cs" />
<Compile Include="System\Reflection\AssemblyNameHelpers.StrongName.cs" />
@@ -484,6 +483,7 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetsWindows)'=='true'">
<Compile Include="Internal\Runtime\Augments\RuntimeThread.Windows.cs" />
+ <Compile Include="Microsoft\Win32\SafeHandles\SafeFindHandle.cs" />
<Compile Include="Microsoft\Win32\SafeHandles\SafeThreadPoolIOHandle.cs" />
<Compile Condition="'$(EnableWinRT)' == 'true'" Include="System\TimeZoneInfo.WinRT.cs" />
<Compile Condition="'$(EnableWinRT)' != 'true'" Include="System\TimeZoneInfo.Win32.cs" />