|
13 | 13 | <TargetsUnix Condition="'$(TargetsUnix)' != 'true'">false</TargetsUnix> |
14 | 14 | <TargetsOSX Condition="'$(TargetsOSX)' != 'true'">false</TargetsOSX> |
15 | 15 | </PropertyGroup> |
16 | | - <ItemGroup Condition="$(TargetsWindows)"> |
17 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\BCrypt\Interop.BCryptGenRandom.cs"/> |
18 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Crypt32\Interop.CryptProtectMemory.cs"/> |
19 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Interop.BOOL.cs"/> |
20 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Interop.Errors.cs"/> |
21 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Interop.Libraries.cs"/> |
22 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.CancelIoEx.cs"/> |
23 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.CloseHandle.cs"/> |
24 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.CreateFile.cs" Condition="'$(IsProjectNLibrary)' != 'true'" /> |
25 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.CreateFile2.cs" Condition="'$(IsProjectNLibrary)' == 'true'" /> |
26 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.FILE_INFO_BY_HANDLE_CLASS.cs"/> |
27 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.FileTypes.cs"/> |
28 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.FlushFileBuffers.cs"/> |
29 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.FormatMessage.cs"/> |
30 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.GetFileInformationByHandleEx.cs" /> |
31 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.GetFileType_SafeHandle.cs"/> |
32 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.GetFullPathNameW.cs"/> |
33 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.GetLongPathNameW.cs"/> |
34 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.GetTempFileNameW.cs"/> |
35 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.GetTempPathW.cs"/> |
36 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.LockFile.cs"/> |
37 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.OutputDebugString.cs"/> |
38 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_IntPtr.cs"/> |
39 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_NativeOverlapped.cs"/> |
40 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.SECURITY_ATTRIBUTES.cs"/> |
41 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.SecurityOptions.cs"/> |
42 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.SetEndOfFile.cs"/> |
43 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.SetErrorMode.cs"/> |
44 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.SetFilePointerEx.cs"/> |
45 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.WideCharToMultiByte.cs"/> |
46 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_IntPtr.cs"/> |
47 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_NativeOverlapped.cs"/> |
48 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\NtDll\Interop.ZeroMemory.cs"/> |
49 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\OleAut32\Interop.SysAllocStringLen.cs"/> |
50 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\OleAut32\Interop.SysFreeString.cs"/> |
51 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\OleAut32\Interop.SysStringLen.cs"/> |
52 | | - </ItemGroup> |
53 | | - <ItemGroup Condition="$(TargetsUnix)"> |
54 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\Interop.Errors.cs"/> |
55 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\Interop.IOErrors.cs"/> |
56 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\Interop.Libraries.cs"/> |
57 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Globalization.Native\Interop.Calendar.cs" Condition="'$(EnableDummyGlobalizationImplementation)' != 'true'"/> |
58 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Globalization.Native\Interop.Casing.cs" Condition="'$(EnableDummyGlobalizationImplementation)' != 'true'"/> |
59 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Globalization.Native\Interop.Idna.cs" Condition="'$(EnableDummyGlobalizationImplementation)' != 'true'"/> |
60 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Globalization.Native\Interop.Locale.cs" Condition="'$(EnableDummyGlobalizationImplementation)' != 'true'"/> |
61 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Globalization.Native\Interop.Normalization.cs" Condition="'$(EnableDummyGlobalizationImplementation)' != 'true'"/> |
62 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Globalization.Native\Interop.ResultCode.cs" Condition="'$(EnableDummyGlobalizationImplementation)' != 'true'"/> |
63 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Globalization.Native\Interop.TimeZoneInfo.cs" Condition="'$(EnableDummyGlobalizationImplementation)' != 'true'"/> |
64 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Globalization.Native\Interop.Utils.cs" Condition="'$(EnableDummyGlobalizationImplementation)' != 'true'"/> |
65 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.Close.cs"/> |
66 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.FLock.cs"/> |
67 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.FSync.cs"/> |
68 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.FTruncate.cs"/> |
69 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.GetCwd.cs"/> |
70 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.GetRandomBytes.cs"/> |
71 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.LockFileRegion.cs"/> |
72 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.LSeek.cs"/> |
73 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.MksTemps.cs"/> |
74 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.Open.cs"/> |
75 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.OpenFlags.cs"/> |
76 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.PathConf.cs"/> |
77 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.Permissions.cs"/> |
78 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.PosixFAdvise.cs"/> |
79 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.Read.cs"/> |
80 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.Stat.cs"/> |
81 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.SysLog.cs"/> |
82 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.Unlink.cs"/> |
83 | | - <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.Write.cs"/> |
84 | | - </ItemGroup> |
85 | 16 | <ItemGroup> |
86 | 17 | <Compile Include="$(MSBuildThisFileDirectory)Microsoft\Win32\SafeHandles\CriticalHandleMinusOneIsInvalid.cs"/> |
87 | 18 | <Compile Include="$(MSBuildThisFileDirectory)Microsoft\Win32\SafeHandles\CriticalHandleZeroOrMinusOneIsInvalid.cs"/> |
|
436 | 367 | <Compile Include="$(MSBuildThisFileDirectory)System\Version.cs"/> |
437 | 368 | <Compile Include="$(MSBuildThisFileDirectory)System\Void.cs"/> |
438 | 369 | </ItemGroup> |
439 | | - <ItemGroup Condition="$(TargetsWindows)"> |
440 | | - <Compile Include="$(MSBuildThisFileDirectory)Microsoft\Win32\SafeHandles\SafeFileHandle.Windows.cs" /> |
441 | | - <Compile Include="$(MSBuildThisFileDirectory)System\IO\FileStream.Win32.cs" Condition="'$(IsProjectNLibrary)' != 'true'" /> |
442 | | - <Compile Include="$(MSBuildThisFileDirectory)System\IO\FileStream.Windows.cs" /> |
443 | | - <Compile Include="$(MSBuildThisFileDirectory)System\IO\FileStream.WinRT.cs" Condition="'$(IsProjectNLibrary)' == 'true'" /> |
444 | | - <Compile Include="$(MSBuildThisFileDirectory)System\IO\FileStreamCompletionSource.Win32.cs" /> |
445 | | - <Compile Include="$(MSBuildThisFileDirectory)System\IO\Path.Windows.cs" /> |
446 | | - <Compile Include="$(MSBuildThisFileDirectory)System\IO\PathHelper.Windows.cs" /> |
447 | | - <Compile Include="$(MSBuildThisFileDirectory)System\IO\PathInternal.Windows.cs" /> |
448 | | - <Compile Include="$(MSBuildThisFileDirectory)System\IO\PathInternal.Windows.StringBuffer.cs" /> |
449 | | - <Compile Include="$(MSBuildThisFileDirectory)System\IO\Win32Marshal.cs" /> |
450 | | - <Compile Include="$(MSBuildThisFileDirectory)System\Security\SafeBSTRHandle.cs"/> |
451 | | - <Compile Include="$(MSBuildThisFileDirectory)System\Security\SecureString.Windows.cs"/> |
452 | | - </ItemGroup> |
453 | | - <ItemGroup Condition="$(TargetsUnix)"> |
454 | | - <Compile Include="$(MSBuildThisFileDirectory)Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs"/> |
455 | | - <Compile Include="$(MSBuildThisFileDirectory)System\Globalization\LocaleData.Unix.cs" Condition="'$(EnableDummyGlobalizationImplementation)' != 'true'"/> |
456 | | - <Compile Include="$(MSBuildThisFileDirectory)System\IO\FileStream.Unix.cs"/> |
457 | | - <Compile Include="$(MSBuildThisFileDirectory)System\IO\Path.Unix.cs"/> |
458 | | - <Compile Include="$(MSBuildThisFileDirectory)System\IO\PathInternal.Unix.cs"/> |
459 | | - <Compile Include="$(MSBuildThisFileDirectory)System\Security\SecureString.Unix.cs"/> |
460 | | - </ItemGroup> |
461 | | - <ItemGroup Condition="$(TargetsUnix) and $(TargetsOSX)"> |
462 | | - <Compile Include="$(MSBuildThisFileDirectory)System\IO\FileStream.OSX.cs"/> |
463 | | - </ItemGroup> |
464 | | - <ItemGroup Condition="$(TargetsUnix) and !$(TargetsOSX)"> |
465 | | - <Compile Include="$(MSBuildThisFileDirectory)System\IO\FileStream.Linux.cs"/> |
466 | | - </ItemGroup> |
467 | 370 | <ItemGroup> |
468 | 371 | <Compile Include="$(MSBuildThisFileDirectory)System\Diagnostics\Tracing\ActivityTracker.cs" /> |
469 | 372 | <Compile Include="$(MSBuildThisFileDirectory)System\Diagnostics\Tracing\EventActivityOptions.cs" /> |
|
505 | 408 | <Compile Include="$(MSBuildThisFileDirectory)System\Diagnostics\Tracing\TraceLogging\TraceLoggingTypeInfo.cs" /> |
506 | 409 | <Compile Include="$(MSBuildThisFileDirectory)System\Diagnostics\Tracing\TraceLogging\TypeAnalysis.cs" /> |
507 | 410 | </ItemGroup> |
| 411 | + <ItemGroup Condition="$(TargetsWindows)"> |
| 412 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\BCrypt\Interop.BCryptGenRandom.cs"/> |
| 413 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Crypt32\Interop.CryptProtectMemory.cs"/> |
| 414 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Interop.BOOL.cs"/> |
| 415 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Interop.Errors.cs"/> |
| 416 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Interop.Libraries.cs"/> |
| 417 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.CancelIoEx.cs"/> |
| 418 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.CloseHandle.cs"/> |
| 419 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.CreateFile.cs" Condition="'$(IsProjectNLibrary)' != 'true'" /> |
| 420 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.CreateFile2.cs" Condition="'$(IsProjectNLibrary)' == 'true'" /> |
| 421 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.FILE_INFO_BY_HANDLE_CLASS.cs"/> |
| 422 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.FileTypes.cs"/> |
| 423 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.FlushFileBuffers.cs"/> |
| 424 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.FormatMessage.cs"/> |
| 425 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.GetFileInformationByHandleEx.cs" /> |
| 426 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.GetFileType_SafeHandle.cs"/> |
| 427 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.GetFullPathNameW.cs"/> |
| 428 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.GetLongPathNameW.cs"/> |
| 429 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.GetTempFileNameW.cs"/> |
| 430 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.GetTempPathW.cs"/> |
| 431 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.LockFile.cs"/> |
| 432 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.OutputDebugString.cs"/> |
| 433 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_IntPtr.cs"/> |
| 434 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.ReadFile_SafeHandle_NativeOverlapped.cs"/> |
| 435 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.SECURITY_ATTRIBUTES.cs"/> |
| 436 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.SecurityOptions.cs"/> |
| 437 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.SetEndOfFile.cs"/> |
| 438 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.SetErrorMode.cs"/> |
| 439 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.SetFilePointerEx.cs"/> |
| 440 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.WideCharToMultiByte.cs"/> |
| 441 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_IntPtr.cs"/> |
| 442 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_NativeOverlapped.cs"/> |
| 443 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\NtDll\Interop.ZeroMemory.cs"/> |
| 444 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\OleAut32\Interop.SysAllocStringLen.cs"/> |
| 445 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\OleAut32\Interop.SysFreeString.cs"/> |
| 446 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Windows\OleAut32\Interop.SysStringLen.cs"/> |
| 447 | + <Compile Include="$(MSBuildThisFileDirectory)Microsoft\Win32\SafeHandles\SafeFileHandle.Windows.cs" /> |
| 448 | + <Compile Include="$(MSBuildThisFileDirectory)System\IO\FileStream.Win32.cs" Condition="'$(IsProjectNLibrary)' != 'true'" /> |
| 449 | + <Compile Include="$(MSBuildThisFileDirectory)System\IO\FileStream.Windows.cs" /> |
| 450 | + <Compile Include="$(MSBuildThisFileDirectory)System\IO\FileStream.WinRT.cs" Condition="'$(IsProjectNLibrary)' == 'true'" /> |
| 451 | + <Compile Include="$(MSBuildThisFileDirectory)System\IO\FileStreamCompletionSource.Win32.cs" /> |
| 452 | + <Compile Include="$(MSBuildThisFileDirectory)System\IO\Path.Windows.cs" /> |
| 453 | + <Compile Include="$(MSBuildThisFileDirectory)System\IO\PathHelper.Windows.cs" /> |
| 454 | + <Compile Include="$(MSBuildThisFileDirectory)System\IO\PathInternal.Windows.cs" /> |
| 455 | + <Compile Include="$(MSBuildThisFileDirectory)System\IO\PathInternal.Windows.StringBuffer.cs" /> |
| 456 | + <Compile Include="$(MSBuildThisFileDirectory)System\IO\Win32Marshal.cs" /> |
| 457 | + <Compile Include="$(MSBuildThisFileDirectory)System\Security\SafeBSTRHandle.cs"/> |
| 458 | + <Compile Include="$(MSBuildThisFileDirectory)System\Security\SecureString.Windows.cs"/> |
| 459 | + </ItemGroup> |
| 460 | + <ItemGroup Condition="$(TargetsUnix)"> |
| 461 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\Interop.Errors.cs"/> |
| 462 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\Interop.IOErrors.cs"/> |
| 463 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\Interop.Libraries.cs"/> |
| 464 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Globalization.Native\Interop.Calendar.cs" Condition="'$(EnableDummyGlobalizationImplementation)' != 'true'"/> |
| 465 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Globalization.Native\Interop.Casing.cs" Condition="'$(EnableDummyGlobalizationImplementation)' != 'true'"/> |
| 466 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Globalization.Native\Interop.Idna.cs" Condition="'$(EnableDummyGlobalizationImplementation)' != 'true'"/> |
| 467 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Globalization.Native\Interop.Locale.cs" Condition="'$(EnableDummyGlobalizationImplementation)' != 'true'"/> |
| 468 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Globalization.Native\Interop.Normalization.cs" Condition="'$(EnableDummyGlobalizationImplementation)' != 'true'"/> |
| 469 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Globalization.Native\Interop.ResultCode.cs" Condition="'$(EnableDummyGlobalizationImplementation)' != 'true'"/> |
| 470 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Globalization.Native\Interop.TimeZoneInfo.cs" Condition="'$(EnableDummyGlobalizationImplementation)' != 'true'"/> |
| 471 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Globalization.Native\Interop.Utils.cs" Condition="'$(EnableDummyGlobalizationImplementation)' != 'true'"/> |
| 472 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.Close.cs"/> |
| 473 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.FLock.cs"/> |
| 474 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.FSync.cs"/> |
| 475 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.FTruncate.cs"/> |
| 476 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.GetCwd.cs"/> |
| 477 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.GetRandomBytes.cs"/> |
| 478 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.LockFileRegion.cs"/> |
| 479 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.LSeek.cs"/> |
| 480 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.MksTemps.cs"/> |
| 481 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.Open.cs"/> |
| 482 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.OpenFlags.cs"/> |
| 483 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.PathConf.cs"/> |
| 484 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.Permissions.cs"/> |
| 485 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.PosixFAdvise.cs"/> |
| 486 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.Read.cs"/> |
| 487 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.Stat.cs"/> |
| 488 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.SysLog.cs"/> |
| 489 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.Unlink.cs"/> |
| 490 | + <Compile Include="$(MSBuildThisFileDirectory)Interop\Unix\System.Native\Interop.Write.cs"/> |
| 491 | + <Compile Include="$(MSBuildThisFileDirectory)Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs"/> |
| 492 | + <Compile Include="$(MSBuildThisFileDirectory)System\Globalization\LocaleData.Unix.cs" Condition="'$(EnableDummyGlobalizationImplementation)' != 'true'"/> |
| 493 | + <Compile Include="$(MSBuildThisFileDirectory)System\IO\FileStream.OSX.cs" Condition="'$(TargetsOSX)' == 'true'"/> |
| 494 | + <Compile Include="$(MSBuildThisFileDirectory)System\IO\FileStream.Linux.cs" Condition="'$(TargetsOSX)' != 'true'"/> |
| 495 | + <Compile Include="$(MSBuildThisFileDirectory)System\IO\FileStream.Unix.cs"/> |
| 496 | + <Compile Include="$(MSBuildThisFileDirectory)System\IO\Path.Unix.cs"/> |
| 497 | + <Compile Include="$(MSBuildThisFileDirectory)System\IO\PathInternal.Unix.cs"/> |
| 498 | + <Compile Include="$(MSBuildThisFileDirectory)System\Security\SecureString.Unix.cs"/> |
| 499 | + </ItemGroup> |
508 | 500 | </Project> |
0 commit comments