Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Move Environment to shared CoreLib #34654

Merged
merged 1 commit into from
Jan 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/Common/src/CoreLib/Interop/Windows/Interop.Libraries.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ internal static partial class Libraries
internal const string OleAut32 = "oleaut32.dll";
internal const string User32 = "user32.dll";
internal const string NtDll = "ntdll.dll";
internal const string Secur32 = "secur32.dll";
internal const string Shell32 = "shell32.dll";
}
}
14 changes: 7 additions & 7 deletions src/Common/tests/Common.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
<Compile Include="$(CommonPath)\System\Security\IdentityHelper.cs">
<Link>Common\System\Security\IdentityHelper.cs</Link>
</Compile>
<Compile Include="..\src\System\PasteArguments.cs">
<Link>Common\System\PasteArguments.cs</Link>
<Compile Include="$(CommonPath)\CoreLib\System\PasteArguments.cs">
<Link>Common\CoreLib\System\PasteArguments.cs</Link>
</Compile>
<Compile Include="Tests\Interop\procfsTests.cs" />
<Compile Include="Tests\System\CharArrayHelpersTests.cs" />
Expand Down Expand Up @@ -121,8 +121,8 @@
<Link>Common\CoreLib\System\IO\Win32Marshal.cs</Link>
</Compile>
<Compile Include="Tests\System\IO\Win32Marshal.Tests.cs" />
<Compile Include="..\src\System\PasteArguments.Windows.cs">
<Link>Common\System\PasteArguments.Windows.cs</Link>
<Compile Include="$(CommonPath)\CoreLib\System\PasteArguments.Windows.cs">
<Link>Common\CoreLib\System\PasteArguments.Windows.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup Condition="'$(TargetsUnix)'=='true'">
Expand All @@ -136,8 +136,8 @@
<Compile Include="$(CommonPath)\Interop\Unix\Interop.Libraries.cs">
<Link>Common\Interop\Unix\Interop.Libraries.cs</Link>
</Compile>
<Compile Include="..\src\System\PasteArguments.Unix.cs">
<Link>Common\System\PasteArguments.Unix.cs</Link>
<Compile Include="$(CommonPath)\CoreLib\System\PasteArguments.Unix.cs">
<Link>Common\CoreLib\System\PasteArguments.Unix.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
Expand All @@ -152,4 +152,4 @@
<Name>RemoteExecutorConsoleApp</Name>
</ProjectReference>
</ItemGroup>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
<Compile Include="System\PlatformDetection.cs" />
<Compile Include="System\PlatformDetection.Unix.cs" Condition="'$(TargetsWindows)' != 'true'" />
<Compile Include="System\PlatformDetection.Windows.cs" Condition="'$(TargetsWindows)' == 'true'" />
<Compile Include="$(CommonPath)\System\PasteArguments.cs">
<Link>Common\System\PasteArguments.cs</Link>
<Compile Include="$(CommonPath)\CoreLib\System\PasteArguments.cs">
<Link>Common\CoreLib\System\PasteArguments.cs</Link>
</Compile>
<Compile Include="System\AssertExtensions.cs" />
<Compile Include="System\TheoryExtensions.cs" />
</ItemGroup>
<ItemGroup Condition="'$(TargetsWindows)' == 'true'">
<Compile Include="$(CommonPath)\Interop\Windows\kernel32\Interop.GetCurrentProcess_IntPtr.cs">
<Compile Include="$(CommonPath)\CoreLib\Interop\Windows\kernel32\Interop.GetCurrentProcess_IntPtr.cs">
<Link>Common\Interop\Windows\kernel32\Interop.GetCurrentProcess_IntPtr.cs</Link>
</Compile>
<Compile Include="..\..\Common\src\System\PasteArguments.Windows.cs">
<Link>Common\System\PasteArguments.Windows.cs</Link>
<Compile Include="$(CommonPath)\CoreLib\System\PasteArguments.Windows.cs">
<Link>Common\CoreLib\System\PasteArguments.Windows.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Windows\NtDll\Interop.RTL_OSVERSIONINFOEX.cs">
<Link>Common\Interop\Windows\NtDll\Interop.RTL_OSVERSIONINFOEX.cs</Link>
Expand Down Expand Up @@ -73,11 +73,11 @@
<Compile Include="$(CommonPath)\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSslVersion.cs">
<Link>Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSslVersion.cs</Link>
</Compile>
<Compile Include="..\..\Common\src\System\PasteArguments.Unix.cs">
<Link>Common\System\PasteArguments.Unix.cs</Link>
<Compile Include="$(CommonPath)\CoreLib\System\PasteArguments.Unix.cs">
<Link>Common\CoreLib\System\PasteArguments.Unix.cs</Link>
</Compile>
<Compile Include="System\AdminHelpers.Unix.cs" />
<Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.GetEUid.cs">
<Compile Include="$(CommonPath)\CoreLib\Interop\Unix\System.Native\Interop.GetEUid.cs">
<Link>Common\Interop\Unix\Interop.GetEUid.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Unix\Interop.Libraries.cs">
Expand Down
10 changes: 5 additions & 5 deletions src/Microsoft.IO.Redist/src/Microsoft.IO.Redist.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<Compile Include="..\..\System.IO.FileSystem\src\System\IO\ReadLinesIterator.cs" Link="Microsoft\IO\ReadLinesIterator.cs" />
<Compile Include="..\..\System.IO.FileSystem\src\System\IO\SearchOption.cs" Link="Microsoft\IO\SearchOption.cs" />
<Compile Include="..\..\System.IO.FileSystem\src\System\IO\SearchTarget.cs" Link="Microsoft\IO\SearchTarget.cs" />
<Compile Include="$(CommonPath)\System\IO\DriveInfoInternal.Win32.cs">
<Link>Common\System\IO\DriveInfoInternal.Win32.cs</Link>
<Compile Include="$(CommonPath)\CoreLib\System\IO\DriveInfoInternal.Windows.cs">
<Link>Common\System\IO\DriveInfoInternal.Windows.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\System\Memory\FixedBufferExtensions.cs">
<Link>Common\System\Memory\FixedBufferExtensions.cs</Link>
Expand All @@ -53,7 +53,7 @@
<Compile Include="$(CommonPath)\Interop\Windows\Interop.UNICODE_STRING.cs">
<Link>Common\Interop\Windows\Interop.UNICODE_STRING.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Windows\Interop.BOOLEAN.cs">
<Compile Include="$(CommonPath)\CoreLib\Interop\Windows\Interop.BOOLEAN.cs">
<Link>Common\Interop\Windows\Interop.BOOLEAN.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Windows\NtDll\Interop.IO_STATUS_BLOCK.cs">
Expand Down Expand Up @@ -128,8 +128,8 @@
<Compile Include="$(CommonPath)\Interop\Windows\kernel32\Interop.DeleteVolumeMountPoint.cs">
<Link>Common\Interop\Windows\Interop.DeleteVolumeMountPoint.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Windows\kernel32\Interop.GetLogicalDrive.cs">
<Link>Common\Interop\Windows\Interop.GetLogicalDrive.cs</Link>
<Compile Include="$(CommonPath)\CoreLib\Interop\Windows\kernel32\Interop.GetLogicalDrives.cs">
<Link>Common\Interop\Windows\Interop.GetLogicalDrives.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Windows\kernel32\Interop.SetFileInformationByHandle.cs">
<Link>Common\Interop\Windows\Interop.SetFileInformationByHandle.cs</Link>
Expand Down
10 changes: 5 additions & 5 deletions src/System.Console/src/System.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@
<Compile Include="$(CommonPath)\Microsoft\Win32\SafeHandles\SafeFileHandleHelper.Unix.cs">
<Link>Common\Microsoft\Win32\SafeHandles\SafeFileHandleHelper.Unix.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\System\IO\PersistedFiles.Unix.cs">
<Compile Include="$(CommonPath)\CoreLib\System\IO\PersistedFiles.Unix.cs">
<Link>Common\System\IO\PersistedFiles.Unix.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\System\IO\PersistedFiles.Names.Unix.cs">
<Compile Include="$(CommonPath)\CoreLib\System\IO\PersistedFiles.Names.Unix.cs">
<Link>Common\System\IO\PersistedFiles.Names.Unix.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\CoreLib\System\Text\StringBuilderCache.cs">
Expand Down Expand Up @@ -226,10 +226,10 @@
<Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.Poll.cs">
<Link>Common\Interop\Unix\Interop.Poll.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.GetEUid.cs">
<Compile Include="$(CommonPath)\CoreLib\Interop\Unix\System.Native\Interop.GetEUid.cs">
<Link>Common\Interop\Unix\Interop.GetEUid.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.GetPwUid.cs">
<Compile Include="$(CommonPath)\CoreLib\Interop\Unix\System.Native\Interop.GetPwUid.cs">
<Link>Common\Interop\Unix\Interop.GetPwUid.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.RegisterForCtrlC.cs">
Expand Down Expand Up @@ -284,4 +284,4 @@
<ItemGroup Condition="'$(TargetsUnix)' == 'true'">
<Reference Include="System.Threading.Thread" />
</ItemGroup>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<Compile Include="$(CommonPath)\Interop\Windows\kernel32\Interop.FreeLibrary.cs">
<Link>Common\Interop\Windows\kernel32\Interop.FreeLibrary.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Windows\kernel32\Interop.GetComputerName.cs">
<Compile Include="$(CommonPath)\CoreLib\Interop\Windows\kernel32\Interop.GetComputerName.cs">
<Link>Common\Interop\Windows\kernel32\Interop.GetComputerName.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Windows\kernel32\Interop.GetCurrentProcess_SafeProcessHandle.cs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<Compile Include="System\Diagnostics\ThreadWaitReason.cs" />
<Compile Include="System\Diagnostics\MonitoringDescriptionAttribute.cs" />
<Compile Include="System\Collections\Specialized\StringDictionaryWrapper.cs" />
<Compile Include="..\..\Common\src\System\PasteArguments.cs">
<Link>Common\System\PasteArguments.cs</Link>
<Compile Include="$(CommonPath)\CoreLib\System\PasteArguments.cs">
<Link>Common\CoreLib\System\PasteArguments.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Windows\Interop.Errors.cs">
<Link>Common\Interop\Windows\Interop.Errors.cs</Link>
Expand Down Expand Up @@ -194,7 +194,7 @@
<Compile Include="$(CommonPath)\Interop\Windows\advapi32\Interop.AdjustTokenPrivileges.cs">
<Link>Common\Interop\Windows\advapi32\Interop.AdjustTokenPrivileges.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Windows\kernel32\Interop.GetComputerName.cs">
<Compile Include="$(CommonPath)\CoreLib\Interop\Windows\kernel32\Interop.GetComputerName.cs">
<Link>Common\Interop\Windows\kernel32\Interop.GetComputerName.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Windows\kernel32\Interop.GetCurrentProcessId.cs">
Expand Down Expand Up @@ -302,10 +302,10 @@
<Compile Include="$(CommonPath)\CoreLib\Interop\Unix\System.Native\Interop.Close.cs">
<Link>Common\Interop\Unix\Interop.Close.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.GetHostName.cs">
<Compile Include="$(CommonPath)\CoreLib\Interop\Unix\System.Native\Interop.GetHostName.cs">
<Link>Common\Interop\Unix\Interop.GetHostName.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.SysConf.cs">
<Compile Include="$(CommonPath)\CoreLib\Interop\Unix\System.Native\Interop.SysConf.cs">
<Link>Common\Interop\Unix\Interop.SysConf.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.ForkAndExecProcess.cs">
Expand All @@ -317,7 +317,7 @@
<Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.GetPid.cs">
<Link>Common\Interop\Unix\Interop.GetPid.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.GetPwUid.cs">
<Compile Include="$(CommonPath)\CoreLib\Interop\Unix\System.Native\Interop.GetPwUid.cs">
<Link>Common\Interop\Unix\Interop.GetPwUid.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.GetSetPriority.cs">
Expand Down Expand Up @@ -350,7 +350,7 @@
<Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.WaitPid.cs">
<Link>Common\Interop\Unix\Interop.WaitPid.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.Access.cs">
<Compile Include="$(CommonPath)\CoreLib\Interop\Unix\System.Native\Interop.Access.cs">
<Link>Common\Interop\Unix\System.Native\Interop.Access.cs</Link>
</Compile>
</ItemGroup>
Expand Down Expand Up @@ -450,4 +450,4 @@
<Reference Include="System.Threading.Thread" />
<Reference Include="System.Threading.ThreadPool" />
</ItemGroup>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<Compile Condition="'$(TargetGroup)' == 'uap'" Include="..\ProcessTestBase.Uap.cs" />
<Compile Include="..\RemotelyInvokable.cs" />
<Compile Include="Perf.Process.cs" />
<Compile Include="$(CommonPath)\System\PasteArguments.cs">
<Link>Common\System\PasteArguments.cs</Link>
<Compile Include="$(CommonPath)\CoreLib\System\PasteArguments.cs">
<Link>Common\CoreLib\System\PasteArguments.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\System\IO\StringParser.cs">
<Link>Common\System\IO\StringParser.cs</Link>
Expand All @@ -29,4 +29,4 @@
<Name>PerfRunner</Name>
</ProjectReference>
</ItemGroup>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Configurations>netcoreapp-Unix-Debug;netcoreapp-Unix-Release;netcoreapp-Windows_NT-Debug;netcoreapp-Windows_NT-Release;netstandard-Unix-Debug;netstandard-Unix-Release;netstandard-Windows_NT-Debug;netstandard-Windows_NT-Release;uap-Windows_NT-Debug;uap-Windows_NT-Release;uapaot-Windows_NT-Debug;uapaot-Windows_NT-Release</Configurations>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(CommonPath)\System\PasteArguments.cs">
<Link>Common\System\PasteArguments.cs</Link>
<Compile Include="$(CommonPath)\CoreLib\System\PasteArguments.cs">
<Link>Common\CoreLib\System\PasteArguments.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\System\IO\StringParser.cs">
<Link>Common\System\IO\StringParser.cs</Link>
Expand Down Expand Up @@ -49,14 +49,14 @@
</ItemGroup>
<!-- WINDOWS: Shared CoreCLR and .NET Native -->
<ItemGroup Condition="'$(TargetsWindows)' == 'true'">
<Compile Include="..\..\Common\src\System\PasteArguments.Windows.cs">
<Link>Common\System\PasteArguments.Windows.cs</Link>
<Compile Include="$(CommonPath)\CoreLib\System\PasteArguments.Windows.cs">
<Link>Common\CoreLib\System\PasteArguments.Windows.cs</Link>
</Compile>
</ItemGroup>
<!-- UNIX -->
<ItemGroup Condition=" '$(TargetsUnix)' == 'true' ">
<Compile Include="..\..\Common\src\System\PasteArguments.Unix.cs">
<Link>Common\System\PasteArguments.Unix.cs</Link>
<Compile Include="$(CommonPath)\CoreLib\System\PasteArguments.Unix.cs">
<Link>Common\CoreLib\System\PasteArguments.Unix.cs</Link>
</Compile>
</ItemGroup>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<Compile Include="$(CommonPath)\Interop\Windows\kernel32\Interop.GetVolumeInformation.cs">
<Link>Common\Interop\Windows\Interop.GetVolumeInformation.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Windows\kernel32\Interop.GetLogicalDrive.cs">
<Link>Common\Interop\Windows\Interop.GetLogicalDrive.cs</Link>
<Compile Include="$(CommonPath)\CoreLib\Interop\Windows\kernel32\Interop.GetLogicalDrives.cs">
<Link>Common\Interop\Windows\Interop.GetLogicalDrives.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Windows\kernel32\Interop.GetDiskFreeSpaceEx.cs">
<Link>Common\Interop\Windows\Interop.GetDiskFreeSpaceEx.cs</Link>
Expand Down Expand Up @@ -62,8 +62,8 @@
<Compile Include="$(CommonPath)\CoreLib\System\IO\Win32Marshal.cs">
<Link>Common\CoreLib\System\IO\Win32Marshal.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\System\IO\DriveInfoInternal.Win32.cs">
<Link>Common\System\IO\DriveInfoInternal.Win32.cs</Link>
<Compile Include="$(CommonPath)\CoreLib\System\IO\DriveInfoInternal.Windows.cs">
<Link>Common\System\IO\DriveInfoInternal.Windows.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\System\IO\PathInternal.Windows.cs">
<Link>Common\System\IO\PathInternal.Windows.cs</Link>
Expand All @@ -86,7 +86,7 @@
<Compile Include="$(CommonPath)\CoreLib\Interop\Unix\System.Native\Interop.PathConf.cs">
<Link>Common\Interop\Unix\Interop.PathConf.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.MountPoints.cs">
<Compile Include="$(CommonPath)\CoreLib\Interop\Unix\System.Native\Interop.MountPoints.cs">
<Link>Common\Interop\Unix\Interop.MountPoints.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.MountPoints.FormatInfo.cs">
Expand All @@ -104,4 +104,4 @@
<Reference Include="System.Runtime.InteropServices" />
<Reference Include="System.Threading.Tasks" />
</ItemGroup>
</Project>
</Project>
16 changes: 8 additions & 8 deletions src/System.IO.FileSystem/src/System.IO.FileSystem.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
<Compile Include="$(CommonPath)\System\HResults.cs">
<Link>Common\System\HResults.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\System\IO\DriveInfoInternal.Win32.cs">
<Link>Common\System\IO\DriveInfoInternal.Win32.cs</Link>
<Compile Include="$(CommonPath)\CoreLib\System\IO\DriveInfoInternal.Windows.cs">
<Link>Common\System\IO\DriveInfoInternal.Windows.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\CoreLib\System\IO\PathInternal.Windows.cs">
<Link>Common\CoreLib\System\IO\PathInternal.Windows.cs</Link>
Expand Down Expand Up @@ -122,8 +122,8 @@
<Compile Include="$(CommonPath)\CoreLib\Interop\Windows\Kernel32\Interop.SetThreadErrorMode.cs">
<Link>Common\CoreLib\Interop\Windows\Interop.SetThreadErrorMode.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Windows\kernel32\Interop.GetLogicalDrive.cs">
<Link>Common\Interop\Windows\Interop.GetLogicalDrive.cs</Link>
<Compile Include="$(CommonPath)\CoreLib\Interop\Windows\kernel32\Interop.GetLogicalDrives.cs">
<Link>Common\Interop\Windows\Interop.GetLogicalDrives.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Windows\kernel32\Interop.DeleteVolumeMountPoint.cs">
<Link>Common\Interop\Windows\Interop.DeleteVolumeMountPoint.cs</Link>
Expand Down Expand Up @@ -187,7 +187,7 @@
<Compile Include="$(CommonPath)\Interop\Windows\Interop.UNICODE_STRING.cs">
<Link>Common\Interop\Windows\Interop.UNICODE_STRING.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Windows\Interop.BOOLEAN.cs">
<Compile Include="$(CommonPath)\CoreLib\Interop\Windows\Interop.BOOLEAN.cs">
<Link>Common\Interop\Windows\Interop.BOOLEAN.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Windows\NtDll\Interop.IO_STATUS_BLOCK.cs">
Expand Down Expand Up @@ -261,7 +261,7 @@
<Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.GetEGid.cs">
<Link>Common\Interop\Unix\Interop.GetEGid.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.GetEUid.cs">
<Compile Include="$(CommonPath)\CoreLib\Interop\Unix\System.Native\Interop.GetEUid.cs">
<Link>Common\Interop\Unix\Interop.GetEUid.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\CoreLib\Interop\Unix\System.Native\Interop.Stat.cs">
Expand All @@ -276,7 +276,7 @@
<Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.Link.cs">
<Link>Common\Interop\Unix\Interop.Link.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.MountPoints.cs">
<Compile Include="$(CommonPath)\CoreLib\Interop\Unix\System.Native\Interop.MountPoints.cs">
<Link>Common\Interop\Unix\Interop.MountPoints.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\CoreLib\Interop\Unix\System.Native\Interop.Read.cs">
Expand All @@ -294,7 +294,7 @@
<Compile Include="$(CommonPath)\CoreLib\System\IO\PathInternal.Unix.cs">
<Link>Common\CoreLib\System\IO\PathInternal.Unix.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\System\IO\DriveInfoInternal.Unix.cs">
<Compile Include="$(CommonPath)\CoreLib\System\IO\DriveInfoInternal.Unix.cs">
<Link>Common\System\IO\DriveInfoInternal.Unix.cs</Link>
</Compile>
<Compile Include="$(CommonPath)\System\Text\ValueUtf8Converter.cs">
Expand Down
Loading