|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName>System.Diagnostics.Process</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25420.121\tools\snk\MSFT.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;FEATURE_REGISTRY;DEBUG;NET;NET10_0;NETCOREAPP;LINUX;LINUX1_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="Microsoft\Win32\SafeHandles\SafeProcessHandle.cs"/>
<Compile Include="System\Collections\Specialized\DictionaryWrapper.cs"/>
<Compile Include="System\Diagnostics\AsyncStreamReader.cs"/>
<Compile Include="System\Diagnostics\DataReceivedEventArgs.cs"/>
<Compile Include="System\Diagnostics\Process.cs"/>
<Compile Include="System\Diagnostics\ProcessInfo.cs"/>
<Compile Include="System\Diagnostics\ProcessManager.cs"/>
<Compile Include="System\Diagnostics\ProcessModule.cs"/>
<Compile Include="System\Diagnostics\ProcessModuleCollection.cs"/>
<Compile Include="System\Diagnostics\ProcessPriorityClass.cs"/>
<Compile Include="System\Diagnostics\ProcessStartInfo.cs"/>
<Compile Include="System\Diagnostics\ProcessThread.cs"/>
<Compile Include="System\Diagnostics\ProcessThreadCollection.cs"/>
<Compile Include="System\Diagnostics\ProcessWindowStyle.cs"/>
<Compile Include="System\Diagnostics\ThreadInfo.cs"/>
<Compile Include="System\Diagnostics\ThreadPriorityLevel.cs"/>
<Compile Include="System\Diagnostics\ThreadState.cs"/>
<Compile Include="System\Diagnostics\ThreadWaitReason.cs"/>
<Compile Include="System\Diagnostics\MonitoringDescriptionAttribute.cs"/>
<Compile Include="System\Collections\Specialized\StringDictionaryWrapper.cs"/>
<Compile Include="..\..\Common\src\DisableRuntimeMarshalling.cs" Link="src\libraries\Common\src\DisableRuntimeMarshalling.cs"/>
<Compile Include="..\..\Common\src\System\Runtime\Serialization\SerializationGuard.cs" Link="src\libraries\Common\src\System\Runtime\Serialization\SerializationGuard.cs"/>
<Compile Include="..\..\System.Private.CoreLib\src\System\PasteArguments.cs" Link="src\libraries\System.Private.CoreLib\src\System\PasteArguments.cs"/>
<Compile Include="..\..\Common\src\Interop\Windows\Interop.Errors.cs" Link="src\libraries\Common\src\Interop\Windows\Interop.Errors.cs"/>
<Compile Include="..\..\Common\src\System\Text\ValueStringBuilder.cs" Link="src\libraries\Common\src\System\Text\ValueStringBuilder.cs"/>
<Compile Include="..\..\Common\src\System\Collections\Generic\ArrayBuilder.cs" Link="src\libraries\Common\src\System\Collections\Generic\ArrayBuilder.cs"/>
<Compile Include="Microsoft\Win32\SafeHandles\SafeProcessHandle.Unix.cs"/>
<Compile Include="System\Diagnostics\Process.Unix.cs"/>
<Compile Include="System\Diagnostics\ProcessManager.Unix.cs"/>
<Compile Include="System\Diagnostics\ProcessThread.Unix.cs"/>
<Compile Include="System\Diagnostics\ProcessStartInfo.Unix.cs"/>
<Compile Include="System\Diagnostics\ProcessWaitHandle.Unix.cs"/>
<Compile Include="System\Diagnostics\ProcessWaitState.Unix.cs"/>
<Compile Include="..\..\Common\src\System\IO\StringParser.cs" Link="src\libraries\Common\src\System\IO\StringParser.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\Interop.Libraries.cs" Link="src\libraries\Common\src\Interop\Unix\Interop.Libraries.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\Interop.Errors.cs" Link="src\libraries\Common\src\Interop\Unix\Interop.Errors.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.Close.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.Close.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\Interop.DefaultPathBufferSize.cs" Link="src\libraries\Common\src\Interop\Unix\Interop.DefaultPathBufferSize.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.GetHostName.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetHostName.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.SysConf.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.SysConf.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.ForkAndExecProcess.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.ForkAndExecProcess.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.GetGroupList.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetGroupList.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.GetPwUid.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetPwUid.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.GetSetPriority.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetSetPriority.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.GetSid.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetSid.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.InitializeTerminalAndSignalHandling.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.InitializeTerminalAndSignalHandling.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.Kill.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.Kill.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.ReadLink.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.ReadLink.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.RegisterForSigChld.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.RegisterForSigChld.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.SetDelayedSigChildConsoleConfigurationHandler.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.SetDelayedSigChildConsoleConfigurationHandler.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.ResourceLimits.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.ResourceLimits.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.PathConf.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.PathConf.cs"/>
<Compile Include="..\..\Common\src\System\Text\ValueUtf8Converter.cs" Link="src\libraries\Common\src\System\Text\ValueUtf8Converter.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.WaitId.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.WaitId.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.WaitPid.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.WaitPid.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.Access.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.Access.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.Stat.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.Stat.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.GetEUid.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetEUid.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.IsMemberOfGroup.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.IsMemberOfGroup.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.ConfigureTerminalForChildProcess.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.ConfigureTerminalForChildProcess.cs"/>
<Compile Include="System\Diagnostics\Process.ConfigureTerminalForChildProcesses.Unix.cs"/>
<Compile Include="System\Diagnostics\Process.Linux.cs"/>
<Compile Include="System\Diagnostics\ProcessManager.Linux.cs"/>
<Compile Include="System\Diagnostics\ProcessThread.Linux.cs"/>
<Compile Include="..\..\Common\src\Interop\Linux\cgroups\Interop.cgroups.cs" Link="src\libraries\Common\src\Interop\Linux\cgroups\Interop.cgroups.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.MountPoints.FormatInfo.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.MountPoints.FormatInfo.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.RealPath.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.RealPath.cs"/>
<Compile Include="..\..\Common\src\Interop\Linux\procfs\Interop.ProcMountInfo.cs" Link="src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcMountInfo.cs"/>
<Compile Include="..\..\Common\src\Interop\Linux\procfs\Interop.ProcMountInfo.TryParseMountInfoLine.cs" Link="src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcMountInfo.TryParseMountInfoLine.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.UnixFileSystemTypes.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.UnixFileSystemTypes.cs"/>
<Compile Include="..\..\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.cs" Link="src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.cs"/>
<Compile Include="..\..\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.ParseMapModules.cs" Link="src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.ParseMapModules.cs"/>
<Compile Include="..\..\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.TryReadStatusFile.cs" Link="src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.TryReadStatusFile.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.GetBootTimeTicks.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetBootTimeTicks.cs"/>
<Compile Include="..\..\Common\src\Interop\Unix\System.Native\Interop.SchedGetSetAffinity.cs" Link="src\libraries\Common\src\Interop\Unix\System.Native\Interop.SchedGetSetAffinity.cs"/>
<Compile Include="System\Diagnostics\Process.NonUap.cs"/>
<Compile Include="..\..\Common\src\System\SR.cs" Link="src\libraries\Common\src\System\SR.cs"/>
<Compile Include="..\..\Common\src\SkipLocalsInit.cs" Link="src\libraries\Common\src\SkipLocalsInit.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Diagnostics.Process\Debug\net10.0-linux\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Diagnostics.Process\Debug\net10.0-linux\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Diagnostics.Process\Debug\net10.0-linux\System.SR.cs" Link="artifacts\obj\System.Diagnostics.Process\Debug\net10.0-linux\System.SR.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Diagnostics.Process\Debug\net10.0-linux\System.Diagnostics.Process.AssemblyInfo.cs" Link="artifacts\obj\System.Diagnostics.Process\Debug\net10.0-linux\System.Diagnostics.Process.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\f0b6a8e21f6e42c69de672d4e6b31875\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3e8e63e8a9bf4a99b51f4d5a4f659202\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7827a3b2ccf94c5ba10e934be7a5406b\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\615baf9d81ca44afba507758174e80f9\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7c3130f6e3d74a4ba53f2ecc3b861a3f\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\54d0ad84e5524b159fc9d9bb63f09334\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0aa6bebe65b249f1806940c7f6a8e0f0\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\31354e19da1f4c88962063fc40a37578\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\536d57eced124e8cbd96bc7a9fa6781b\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\75bffc82b9c4447ab582bf00a90d957d\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bdabb3320bbc4162939110065db989ad\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e13f94963d13452480f74d268aa2fb34\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\37ce505eb6a24a1cb96f82fd372eb306\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d56cc920799f4585a884a89b2ae3882e\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5a8bd7a0edf540a88afe99a362050a96\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\877a8bb65b4041598d4cbd990fec4bf9\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aa19b1baef9a406e999a267a14048bbf\System.Threading.ThreadPool.dll"/>
</ItemGroup>
</Project>
|