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:
Diffstat (limited to 'src/System.Private.CoreLib/src/System.Private.CoreLib.csproj')
-rw-r--r--src/System.Private.CoreLib/src/System.Private.CoreLib.csproj135
1 files changed, 36 insertions, 99 deletions
diff --git a/src/System.Private.CoreLib/src/System.Private.CoreLib.csproj b/src/System.Private.CoreLib/src/System.Private.CoreLib.csproj
index 9f041c462..5efa4931c 100644
--- a/src/System.Private.CoreLib/src/System.Private.CoreLib.csproj
+++ b/src/System.Private.CoreLib/src/System.Private.CoreLib.csproj
@@ -26,7 +26,7 @@
<ExcludeMscorlibFacade>true</ExcludeMscorlibFacade>
<ExcludeAssemblyInfoPartialFile>true</ExcludeAssemblyInfoPartialFile>
<UseSyncTable>true</UseSyncTable>
- <DefineConstants>EETYPE_TYPE_MANAGER;ES_BUILD_PN;ES_SESSION_INFO;$(DefineConstants)</DefineConstants>
+ <DefineConstants>netcoreapp;EETYPE_TYPE_MANAGER;ES_BUILD_PN;ES_SESSION_INFO;$(DefineConstants)</DefineConstants>
</PropertyGroup>
<PropertyGroup>
<DefineConstants Condition="'$(UseSyncTable)' == 'true'">FEATURE_SYNCTABLE;$(DefineConstants)</DefineConstants>
@@ -148,8 +148,8 @@
<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\SafeWaitHandle.cs" />
<Compile Include="System\Runtime\CompilerServices\CastableObject.cs" />
+ <Compile Include="System\Runtime\CompilerServices\FeatureRemovedException.cs" />
<Compile Include="System\Reflection\AssemblyNameHelpers.StrongName.cs" />
<Compile Include="System\Reflection\AssemblyNameHelpers.cs" />
<Compile Include="System\Reflection\AssemblyNameLexer.cs" />
@@ -162,20 +162,31 @@
<Compile Include="System\Reflection\CustomAttributeExtensions.cs" />
<Compile Include="System\Reflection\CustomAttributeNamedArgument.cs" />
<Compile Include="System\Reflection\CustomAttributeTypedArgument.cs" />
- <Compile Include="System\Reflection\ExceptionHandlingClause.cs" />
+ <Compile Include="System\Reflection\Emit\AssemblyBuilder.cs" />
+ <Compile Include="System\Reflection\Emit\ConstructorBuilder.cs" />
+ <Compile Include="System\Reflection\Emit\CustomAttributeBuilder.cs" />
+ <Compile Include="System\Reflection\Emit\DynamicMethod.cs" />
+ <Compile Include="System\Reflection\Emit\EnumBuilder.cs" />
+ <Compile Include="System\Reflection\Emit\EventBuilder.cs" />
+ <Compile Include="System\Reflection\Emit\FieldBuilder.cs" />
+ <Compile Include="System\Reflection\Emit\GenericTypeParameterBuilder.cs" />
+ <Compile Include="System\Reflection\Emit\ILGenerator.cs" />
+ <Compile Include="System\Reflection\Emit\LocalBuilder.cs" />
+ <Compile Include="System\Reflection\Emit\MethodBuilder.cs" />
+ <Compile Include="System\Reflection\Emit\ModuleBuilder.cs" />
+ <Compile Include="System\Reflection\Emit\ParameterBuilder.cs" />
+ <Compile Include="System\Reflection\Emit\PropertyBuilder.cs" />
+ <Compile Include="System\Reflection\Emit\ReflectionEmitThrower.cs" />
+ <Compile Include="System\Reflection\Emit\SignatureHelper.cs" />
+ <Compile Include="System\Reflection\Emit\TypeBuilder.cs" />
<Compile Include="System\Reflection\FieldInfo.CoreRT.cs" />
<Compile Include="System\Reflection\LegacyCustomAttributeApis.cs" />
- <Compile Include="System\Reflection\LocalVariableInfo.cs" />
<Compile Include="System\Reflection\MethodBase.CoreRT.cs" />
- <Compile Include="System\Reflection\MethodBody.cs" />
<Compile Include="System\Reflection\Runtime\CustomAttributes\RuntimeImplementedCustomAttributeData.cs" />
- <Compile Include="System\Resources\FastResourceComparer.cs" />
<Compile Include="System\Resources\FileBasedResourceGroveler.cs" />
<Compile Include="System\Resources\IResourceGroveler.cs" />
<Compile Include="System\Resources\ManifestBasedResourceGroveler.cs" />
<Compile Include="System\Resources\ResourceManager.cs" />
- <Compile Include="System\Resources\ResourceReader.cs" />
- <Compile Include="System\Resources\ResourceSet.cs" />
<Compile Include="System\Runtime\InteropServices\CriticalHandle.cs" />
<Compile Include="System\Text\CodePageDataItem.cs" />
<Compile Include="System\__Canon.cs" Condition="'$(IsProjectNLibrary)' == 'true'" />
@@ -183,16 +194,14 @@
<Compile Include="System\AppContext.cs" />
<Compile Include="System\AppContextConfigHelper.cs" />
<Compile Include="System\AppContextDefaultValues.cs" />
+ <Compile Include="System\AppContextSwitches.cs" />
<Compile Include="System\Buffer.cs" />
<Compile Include="System\ByReference.cs" />
- <Compile Include="System\Collections\Concurrent\LowLevelConcurrentQueue.cs" />
- <Compile Include="System\Collections\Generic\ArraySortHelper.cs" />
+ <Compile Include="System\Collections\Generic\ArraySortHelper.CoreRT.cs" />
<Compile Include="System\Collections\Generic\Comparer.cs" />
<Compile Include="System\Collections\Generic\CompatibilityEqualityComparers.cs" />
<Compile Include="System\Collections\Generic\EqualityComparer.cs" />
<Compile Include="System\Collections\Generic\EqualOnlyComparer.cs" />
- <Compile Include="System\CurrentSystemTimeZone.Cache.cs" />
- <Compile Include="System\Decimal.DecCalc.cs" />
<Compile Include="System\DefaultBinder.CanConvert.cs" />
<Compile Include="System\Diagnostics\Contracts\ContractsBCL.cs" />
<Compile Include="System\Globalization\CharUnicodeInfoData.cs" />
@@ -201,11 +210,9 @@
<Compile Include="System\Globalization\GlobalizationMode.Unix.cs" Condition="'$(TargetsUnix)'=='true'" />
<Compile Include="System\Guid.CoreRT.cs" />
<Compile Include="System\InvokeUtils.cs" />
- <Compile Include="System\IO\BinaryReader.cs" />
<Compile Include="System\IO\FileLoadException.CoreRT.cs" />
- <Compile Include="System\IO\Stream.cs" />
+ <Compile Include="System\IO\Stream.CoreRT.cs" />
<Compile Include="System\RuntimeMethodHandle.cs" />
- <Compile Include="System\Decimal.cs" />
<Compile Include="System\Diagnostics\Contracts\Contracts.cs" />
<Compile Include="System\Diagnostics\Debug.CoreRT.cs" />
<Compile Include="System\Diagnostics\Debug.Windows.cs" Condition="'$(TargetsWindows)'=='true'" />
@@ -213,7 +220,6 @@
<Compile Include="System\Diagnostics\LowLevelDebugFuncEval.cs" />
<Compile Include="System\Diagnostics\DebuggerGuidedStepThroughAttribute.cs" />
<Compile Include="System\Diagnostics\DebugAnnotations.cs" />
- <Compile Include="System\Diagnostics\StackFrame.cs" />
<Compile Include="System\Diagnostics\StackFrame.CoreRT.cs" />
<Compile Include="System\Diagnostics\StackFrameExtensions.cs" />
<Compile Include="System\Diagnostics\StackTrace.cs" />
@@ -223,19 +229,13 @@
<Compile Include="System\Environment.cs" />
<Compile Include="System\GC.cs" />
<Compile Include="System\Globalization\CultureInfo.cs" />
- <Compile Include="System\Guid.Windows.cs" Condition="'$(TargetsWindows)'=='true'" />
- <Compile Include="System\Guid.Unix.cs" Condition="'$(TargetsUnix)'=='true'" />
<Compile Include="System\Helpers.cs" />
- <Compile Include="System\InsufficientMemoryException.cs" />
- <Compile Include="System\Marvin.cs" />
<Compile Include="System\Math.CoreRT.cs" />
<Compile Include="System\MathF.CoreRT.cs" />
- <Compile Include="System\MissingFieldException.cs" />
- <Compile Include="System\MissingMemberException.cs" />
+ <Compile Include="System\MissingMemberException.CoreRT.cs" />
<Compile Include="System\MulticastDelegate.cs" />
<Compile Include="System\Number.CoreRT.cs" />
<Compile Include="System\Object.cs" />
- <Compile Include="System\OutOfMemoryException.cs" />
<Compile Include="System\Reflection\MissingMetadataException.cs" />
<Compile Include="System\RuntimeArgumentHandle.cs" />
<Compile Include="System\Runtime\CompilerServices\ConditionalWeakTable.cs" />
@@ -246,14 +246,12 @@
<Compile Include="System\Runtime\CompilerServices\EagerStaticClassConstructionAttribute.cs" />
<Compile Include="System\Runtime\CompilerServices\ForceDictionaryLookupsAttribute.cs" />
<Compile Include="System\Runtime\CompilerServices\ILTransformInjectedAttribute.cs" />
- <Compile Include="System\Runtime\CompilerServices\ICastable.cs" />
<Compile Include="System\Runtime\CompilerServices\InitializedDataAttributes.cs" />
<Compile Include="System\Runtime\CompilerServices\InternalCompilerAttributes.cs" />
<Compile Include="System\Runtime\CompilerServices\ReflectionBlockedAttribute.cs" />
<Compile Include="System\Runtime\CompilerServices\StaticClassConstructionContext.cs" />
<Compile Include="System\Runtime\CompilerServices\NetNativeToolsVersionAttribute.cs" />
<Compile Include="System\Runtime\CompilerServices\FakeElementAttribute.cs" />
- <Compile Include="System\Runtime\ConstrainedExecution\CriticalFinalizerObject.cs" />
<Compile Include="System\Runtime\ExceptionIDs.cs" />
<Compile Include="System\Runtime\ExceptionServices\ExceptionDispatchInfo.cs" />
<Compile Include="System\Runtime\GcSettings.cs" />
@@ -262,7 +260,6 @@
<Compile Include="System\Runtime\InteropServices\GCHandle.cs" />
<Compile Include="System\Runtime\InteropServices\GCHandleType.cs" />
<Compile Include="System\Runtime\InteropServices\InteropExtensions.cs" />
- <Compile Include="System\Runtime\InteropServices\NativeCallableAttribute.cs" />
<Compile Include="System\Runtime\InteropServices\NativeFunctionPointerWrapper.cs" />
<Compile Include="System\Runtime\InteropServices\PInvokeMarshal.cs" />
<Compile Include="System\Runtime\InteropServices\Marshal.cs" />
@@ -270,9 +267,6 @@
<Compile Include="System\Runtime\InteropServices\UnsafeGCHandle.cs" />
<Compile Include="System\Runtime\InteropServices\WindowsRuntime\EventRegistrationToken.cs" />
<Compile Include="System\Runtime\Loader\AssemblyLoadContext.cs" />
- <Compile Include="System\Runtime\Serialization\SerializationInfo.cs" />
- <Compile Include="System\String.cs" />
- <Compile Include="System\String.Comparison.cs" />
<Compile Include="System\String.CoreRT.cs" />
<Compile Include="System\String.Intern.cs" />
<Compile Include="System\Array.cs" />
@@ -289,39 +283,27 @@
<Compile Include="System\ModuleHandle.cs" />
<Compile Include="System\RuntimeFieldHandle.cs" />
<Compile Include="System\Runtime\CompilerServices\AsyncMethodBuilder.cs" />
- <Compile Include="System\Runtime\CompilerServices\TaskAwaiter.cs" />
<Compile Include="System\Text\EncodingData.cs" />
<Compile Include="System\Text\EncodingTable.cs" />
<Compile Include="System\Text\StringBuilder.CoreRT.cs" />
- <Compile Include="System\Text\StringBuilderCache.cs" />
- <Compile Include="System\Threading\CancellationToken.cs" />
<Compile Include="System\Threading\CancellationTokenRegistration.cs" />
<Compile Include="System\Threading\CancellationTokenSource.cs" />
<Compile Include="System\Threading\ManagedThreadId.cs" />
<Compile Include="System\Threading\Lock.cs" />
<Compile Include="System\Threading\Condition.cs" />
- <Compile Include="System\Threading\EventWaitHandle.cs" />
<Compile Include="System\Threading\FirstLevelSpinWaiter.cs" />
<Compile Include="System\Threading\Interlocked.cs" />
<Compile Include="System\Threading\IOCompletionCallback.cs" />
<Compile Include="System\Threading\LockHolder.cs" />
<Compile Include="System\Threading\LowLevelLock.cs" />
<Compile Include="System\Threading\LowLevelMonitor.cs" />
- <Compile Include="System\Threading\ManualResetEventSlim.cs" />
<Compile Include="System\Threading\Monitor.cs" />
- <Compile Include="System\Threading\Mutex.cs" />
- <Compile Include="System\Threading\NativeOverlapped.cs" />
<Compile Include="System\Threading\ObjectHeader.cs" Condition="'$(UseSyncTable)' == 'true'" />
<Compile Include="System\Threading\Overlapped.cs" />
- <Compile Include="System\Threading\PinnableBufferCache.cs" />
- <Compile Include="System\Threading\Semaphore.cs" />
- <Compile Include="System\Threading\SemaphoreSlim.cs" />
- <Compile Include="System\Threading\SpinLock.cs" />
<Compile Include="System\Threading\SynchronizationContext.cs" />
<Compile Include="System\Threading\SynchronizationContext.WinRT.cs" Condition="'$(EnableWinRT)' == 'true'" />
<Compile Include="System\Threading\SynchronizationContext.Dummy.cs" Condition="'$(EnableWinRT)' != 'true'" />
<Compile Include="System\Threading\SyncTable.cs" Condition="'$(UseSyncTable)' == 'true'" />
- <Compile Include="System\Threading\Tasks\ConcurrentExclusiveSchedulerPair.cs" />
<Compile Include="System\Threading\Tasks\DebuggerSupport.cs" />
<Compile Include="System\Threading\Tasks\DebuggerSupport.WinRT.cs" Condition="'$(EnableWinRT)' == 'true'" />
<Compile Include="System\Threading\Tasks\DebuggerSupport.Dummy.cs" Condition="'$(EnableWinRT)' != 'true'" />
@@ -334,8 +316,6 @@
<Compile Include="System\Threading\Tasks\TaskFactory.cs" />
<Compile Include="System\Threading\Tasks\TaskScheduler.cs" />
<Compile Include="System\Threading\Tasks\ThreadPoolTaskScheduler.cs" />
- <Compile Include="System\Threading\ThreadInterruptedException.cs" />
- <Compile Include="System\Threading\ThreadLocal.cs" />
<Compile Include="System\Threading\ThreadPool.cs" />
<Compile Include="System\Threading\ThreadPoolCallbackWrapper.cs" />
<Compile Include="System\Threading\Timer.cs" />
@@ -365,51 +345,9 @@
<Compile Include="System\WeakReferenceOfT.cs" />
</ItemGroup>
<ItemGroup Condition="'$(TargetsWindows)'=='true' and '$(EnableWinRT)'!='true'">
- <Compile Include="Microsoft\Win32\SafeHandles\SafeRegistryHandle.cs" />
- <Compile Include="Microsoft\Win32\SafeHandles\SafeRegistryHandle.Windows.cs" />
- <Compile Include="Microsoft\Win32\Registry.cs" />
- <Compile Include="Microsoft\Win32\RegistryHive.cs" />
<Compile Include="Microsoft\Win32\RegistryKey.cs" />
<Compile Include="Microsoft\Win32\RegistryKey.Windows.cs" />
- <Compile Include="Microsoft\Win32\RegistryOptions.cs" />
- <Compile Include="Microsoft\Win32\RegistryValueKind.cs" />
- <Compile Include="Microsoft\Win32\RegistryValueOptions.cs" />
- <Compile Include="Microsoft\Win32\RegistryView.cs" />
<Compile Include="Microsoft\Win32\ThrowHelper.cs" />
- <Compile Include="System\Security\AccessControl\RegistryRights.cs" />
- <Compile Include="..\..\Common\src\Interop\Windows\advapi32\Interop.RegDeleteValue.cs">
- <Link>Interop\Windows\advapi32\Interop.RegDeleteValue.cs</Link>
- </Compile>
- <Compile Include="..\..\Common\src\Interop\Windows\advapi32\Interop.RegSetValueEx.cs">
- <Link>Interop\Windows\advapi32\Interop.RegSetValueEx.cs</Link>
- </Compile>
- <Compile Include="..\..\Common\src\Interop\Windows\mincore\Interop.RegistryOptions.cs">
- <Link>Interop\Windows\mincore\Interop.RegistryOptions.cs</Link>
- </Compile>
- <Compile Include="..\..\Common\src\Interop\Windows\mincore\Interop.RegCloseKey.cs">
- <Link>Interop\Windows\mincore\Interop.RegCloseKey.cs</Link>
- </Compile>
- <Compile Include="..\..\Common\src\Interop\Windows\mincore\Interop.RegCreateKeyEx.cs">
- <Link>Interop\Windows\mincore\Interop.RegCreateKeyEx.cs</Link>
- </Compile>
- <Compile Include="..\..\Common\src\Interop\Windows\mincore\Interop.RegEnumKeyEx.cs">
- <Link>Interop\Windows\mincore\Interop.RegEnumKeyEx.cs</Link>
- </Compile>
- <Compile Include="..\..\Common\src\Interop\Windows\mincore\Interop.RegEnumValue.cs">
- <Link>Interop\Windows\mincore\Interop.RegEnumValue.cs</Link>
- </Compile>
- <Compile Include="..\..\Common\src\Interop\Windows\mincore\Interop.RegFlushKey.cs">
- <Link>Interop\Windows\mincore\Interop.RegFlushKey.cs</Link>
- </Compile>
- <Compile Include="..\..\Common\src\Interop\Windows\mincore\Interop.RegOpenKeyEx.cs">
- <Link>Interop\Windows\mincore\Interop.RegOpenKeyEx.cs</Link>
- </Compile>
- <Compile Include="..\..\Common\src\Interop\Windows\mincore\Interop.RegQueryInfoKey.cs">
- <Link>Interop\Windows\mincore\Interop.RegQueryInfoKey.cs</Link>
- </Compile>
- <Compile Include="..\..\Common\src\Interop\Windows\mincore\Interop.RegQueryValueEx.cs">
- <Link>Interop\Windows\mincore\Interop.RegQueryValueEx.cs</Link>
- </Compile>
<Compile Include="..\..\Common\src\Interop\Windows\Kernel32\Interop.ExitProcess.cs">
<Link>Interop\Windows\mincore\Interop.ExitProcess.cs</Link>
</Compile>
@@ -429,9 +367,6 @@
<Compile Include="..\..\Common\src\Interop\Windows\kernel32\Interop.Memory.cs">
<Link>Interop\Windows\kernel32\Interop.Memory.cs</Link>
</Compile>
- <Compile Include="..\..\Common\src\Interop\Windows\kernel32\Interop.MultiByteToWideChar.cs">
- <Link>Interop\Windows\kernel32\Interop.MultiByteToWideChar.cs</Link>
- </Compile>
<Compile Include="..\..\Common\src\Interop\Windows\kernel32\Interop.CompletionPort.cs">
<Link>Interop\Windows\kernel32\Interop.CompletionPort.cs</Link>
</Compile>
@@ -474,6 +409,15 @@
<Compile Include="..\..\Common\src\Interop\Windows\ole32\Interop.CoTaskMemAllocFree.cs">
<Link>Interop\Windows\ole32\Interop.CoTaskMemAllocFree.cs</Link>
</Compile>
+ <Compile Include="..\..\Common\src\Interop\Windows\ole32\Interop.CoInitializeEx.cs">
+ <Link>Interop\Windows\ole32\Interop.CoInitializeEx.cs</Link>
+ </Compile>
+ <Compile Include="..\..\Common\src\Interop\Windows\ole32\Interop.CoUninitialize.cs">
+ <Link>Interop\Windows\ole32\Interop.CoUninitialize.cs</Link>
+ </Compile>
+ <Compile Include="..\..\Common\src\Interop\Windows\ole32\Interop.CoGetApartmentType.cs">
+ <Link>Interop\Windows\ole32\Interop.CoGetApartmentType.cs</Link>
+ </Compile>
<Compile Condition="'$(IsProjectNLibrary)' == 'true'" Include="System\Runtime\CommandLine.Windows.cs" />
<Compile Condition="'$(IsProjectNLibrary)' == 'true'" Include="..\..\Common\src\Interop\Windows\mincore\Interop.CommandLine.cs">
<Link>Interop\Windows\mincore\Interop.CommandLine.cs</Link>
@@ -503,11 +447,8 @@
<Link>Interop\Windows\mincore\Interop.DynamicLoad.cs</Link>
</Compile>
<Compile Include="System\HighPerformanceCounter.Windows.cs" />
- <Compile Include="System\Threading\EventWaitHandle.Windows.cs" />
<Compile Include="System\Threading\LowLevelMonitor.Windows.cs" />
<Compile Include="System\Threading\LowLevelLifoSemaphore.Windows.cs" />
- <Compile Include="System\Threading\Mutex.Windows.cs" />
- <Compile Include="System\Threading\Semaphore.Windows.cs" />
<Compile Include="System\Threading\ThreadPool.Windows.cs" Condition="'$(FeaturePortableThreadPool)' != 'true'" />
<Compile Include="System\Threading\WaitHandle.Windows.cs" />
<Compile Include="System\Threading\Win32ThreadPoolBoundHandle.cs" />
@@ -530,16 +471,12 @@
<Compile Condition="'$(EnableWinRT)' != 'true'" Include="..\..\Common\src\Interop\Windows\mincore\Interop.GetSystemDirectory.cs">
<Link>Interop\Windows\mincore\Interop.GetSystemDirectory.cs</Link>
</Compile>
- <Compile Include="..\..\Common\src\Interop\Windows\mincore\Interop.CoCreateGuid.cs">
- <Link>Interop\Windows\mincore\Interop.CoCreateGuid.cs</Link>
- </Compile>
<Compile Include="..\..\Common\src\Interop\Windows\mincore\Interop.QueryUnbiasedInterruptTime.cs">
<Link>Interop\Windows\mincore\Interop.QueryUnbiasedInterruptTime.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup Condition="'$(TargetsWindows)'=='true' And '$(EnableDummyGlobalizationImplementation)' != 'true'">
<Compile Include="System\Globalization\CultureInfo.Windows.cs" />
- <Compile Include="System\Globalization\CompareInfo.Windows.cs" />
</ItemGroup>
<ItemGroup Condition="'$(FeaturePortableThreadPool)' == 'true'">
<Compile Include="System\Threading\ThreadPool.Portable.cs" />
@@ -568,10 +505,10 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetsUnix)' == 'true' And '$(EnableDummyGlobalizationImplementation)' != 'true'">
<Compile Include="System\Globalization\CultureInfo.Unix.cs" />
- <Compile Include="System\Globalization\CompareInfo.Unix.cs" />
</ItemGroup>
<ItemGroup Condition="'$(TargetsUnix)'=='true'">
<Compile Include="Internal\Runtime\Augments\RuntimeThread.Unix.cs" />
+ <Compile Include="Microsoft\Win32\SafeHandles\SafeWaitHandle.Unix.cs" />
<Compile Include="System\AppContext.Unix.cs" />
<Compile Include="System\DateTime.Unix.CoreRT.cs" />
<Compile Include="System\Environment.Unix.cs" />
@@ -595,9 +532,6 @@
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.GetSystemTimeAsTicks.cs">
<Link>Interop\Unix\System.Private.CoreLib.Native\Interop.GetSystemTimeAsTicks.cs</Link>
</Compile>
- <Compile Include="..\..\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.CreateGuid.cs">
- <Link>Interop\Unix\System.Private.CoreLib.Native\Interop.CreateGuid.cs</Link>
- </Compile>
<Compile Include="..\..\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Exit.cs">
<Link>Interop\Unix\System.Private.CoreLib.Native\Interop.Exit.cs</Link>
</Compile>
@@ -637,6 +571,9 @@
<Compile Include="..\..\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.ErrNo.cs">
<Link>Interop\Unix\System.Private.CoreLib.Native\Interop.ErrNo.cs</Link>
</Compile>
+ <Compile Include="..\..\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.GetEnviron.cs">
+ <Link>Interop\Unix\System.Private.CoreLib.Native\Interop.GetEnviron.cs</Link>
+ </Compile>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\Common\src\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs">