File: System.Diagnostics.Process.csproj
Web Access
Project: src\runtime\src\libraries\System.Diagnostics.Process\src\System.Diagnostics.Process.csproj (System.Diagnostics.Process)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <_SkipAnalyzers>true</_SkipAnalyzers>
    <AssemblyName>System.Diagnostics.Process</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <PublicSign>true</PublicSign>
    <KeyOriginatorFile>../../../../../../artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/snk/MSFT.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;FEATURE_REGISTRY;RELEASE;NET;NET11_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;NET11_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/Collections/Specialized/StringDictionaryWrapper.cs"/>
    <Compile Include="System/Diagnostics/AsyncStreamReader.cs"/>
    <Compile Include="System/Diagnostics/DataReceivedEventArgs.cs"/>
    <Compile Include="System/Diagnostics/MonitoringDescriptionAttribute.cs"/>
    <Compile Include="System/Diagnostics/Process.cs"/>
    <Compile Include="System/Diagnostics/Process.Multiplexing.cs"/>
    <Compile Include="System/Diagnostics/Process.Scenarios.cs"/>
    <Compile Include="System/Diagnostics/ProcessExitStatus.cs"/>
    <Compile Include="System/Diagnostics/ProcessInfo.cs"/>
    <Compile Include="System/Diagnostics/ProcessModule.cs"/>
    <Compile Include="System/Diagnostics/ProcessModuleCollection.cs"/>
    <Compile Include="System/Diagnostics/ProcessOutputLine.cs"/>
    <Compile Include="System/Diagnostics/ProcessPriorityClass.cs"/>
    <Compile Include="System/Diagnostics/ProcessStartInfo.cs"/>
    <Compile Include="System/Diagnostics/ProcessTextOutput.cs"/>
    <Compile Include="System/Diagnostics/ProcessThread.cs"/>
    <Compile Include="System/Diagnostics/ProcessThreadCollection.cs"/>
    <Compile Include="System/Diagnostics/ProcessUtils.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/Runtime/InteropServices/UnixProcessStartArguments.cs"/>
    <Compile Include="System/Runtime/InteropServices/WindowsProcessStartArguments.cs"/>
    <Compile Include="../../Common/src/DisableRuntimeMarshalling.cs" Link="src/runtime/src/libraries/Common/src/DisableRuntimeMarshalling.cs"/>
    <Compile Include="../../Common/src/System/Runtime/Serialization/SerializationGuard.cs" Link="src/runtime/src/libraries/Common/src/System/Runtime/Serialization/SerializationGuard.cs"/>
    <Compile Include="../../System.Private.CoreLib/src/System/PasteArguments.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/PasteArguments.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Interop.Errors.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Interop.Errors.cs"/>
    <Compile Include="../../Common/src/System/Text/ValueStringBuilder.cs" Link="src/runtime/src/libraries/Common/src/System/Text/ValueStringBuilder.cs"/>
    <Compile Include="../../Common/src/System/Collections/Generic/ArrayBuilder.cs" Link="src/runtime/src/libraries/Common/src/System/Collections/Generic/ArrayBuilder.cs"/>
    <Compile Include="../../Common/src/System/IO/StringParser.cs" Link="src/runtime/src/libraries/Common/src/System/IO/StringParser.cs"/>
    <Compile Include="Microsoft/Win32/SafeHandles/SafeProcessHandle.Unix.cs"/>
    <Compile Include="System/Diagnostics/Process.Unix.cs"/>
    <Compile Include="System/Diagnostics/Process.Multiplexing.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="System/Diagnostics/ProcessUtils.Unix.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/Interop.Libraries.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/Interop.Libraries.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/Interop.Errors.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/Interop.Errors.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/Interop.Poll.Structs.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/Interop.Poll.Structs.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Poll.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Poll.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Fcntl.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Fcntl.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Read.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Read.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Close.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Close.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/Interop.DefaultPathBufferSize.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/Interop.DefaultPathBufferSize.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.GetHostName.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetHostName.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.SysConf.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SysConf.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.ForkAndExecProcess.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ForkAndExecProcess.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.GetGroupList.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetGroupList.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.GetPwUid.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPwUid.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.GetSetPriority.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSetPriority.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.GetSid.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSid.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.InitializeTerminalAndSignalHandling.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.InitializeTerminalAndSignalHandling.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Kill.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Kill.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.PosixSignal.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PosixSignal.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.ReadLink.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReadLink.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.RegisterForSigChld.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RegisterForSigChld.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.SetDelayedSigChildConsoleConfigurationHandler.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetDelayedSigChildConsoleConfigurationHandler.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.ResourceLimits.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ResourceLimits.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.PathConf.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PathConf.cs"/>
    <Compile Include="../../Common/src/System/Runtime/InteropServices/SpanOfCharAsUtf8StringMarshaller.cs" Link="src/runtime/src/libraries/Common/src/System/Runtime/InteropServices/SpanOfCharAsUtf8StringMarshaller.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.WaitId.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.WaitId.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.WaitPid.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.WaitPid.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Access.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Access.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Stat.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Stat.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.GetEUid.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEUid.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.IsMemberOfGroup.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.IsMemberOfGroup.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.IsAtomicNonInheritablePipeCreationSupported.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.IsAtomicNonInheritablePipeCreationSupported.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.IsATty.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.IsATty.cs"/>
    <Compile Include="../../Common/src/System/NullableBool.cs" Link="src/runtime/src/libraries/Common/src/System/NullableBool.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.ConfigureTerminalForChildProcess.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ConfigureTerminalForChildProcess.cs"/>
    <Compile Include="System/Diagnostics/ProcessUtils.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/runtime/src/libraries/Common/src/Interop/Linux/cgroups/Interop.cgroups.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.MountPoints.FormatInfo.cs" Link="src/runtime/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/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RealPath.cs"/>
    <Compile Include="../../Common/src/Interop/Linux/procfs/Interop.ProcMountInfo.cs" Link="src/runtime/src/libraries/Common/src/Interop/Linux/procfs/Interop.ProcMountInfo.cs"/>
    <Compile Include="../../Common/src/Interop/Linux/procfs/Interop.ProcMountInfo.TryParseMountInfoLine.cs" Link="src/runtime/src/libraries/Common/src/Interop/Linux/procfs/Interop.ProcMountInfo.TryParseMountInfoLine.cs"/>
    <Compile Include="../../Common/src/Interop/Linux/procfs/Interop.ProcFsStat.cs" Link="src/runtime/src/libraries/Common/src/Interop/Linux/procfs/Interop.ProcFsStat.cs"/>
    <Compile Include="../../Common/src/Interop/Linux/procfs/Interop.ProcFsStat.ParseMapModules.cs" Link="src/runtime/src/libraries/Common/src/Interop/Linux/procfs/Interop.ProcFsStat.ParseMapModules.cs"/>
    <Compile Include="../../Common/src/Interop/Linux/procfs/Interop.ProcFsStat.TryReadStatusFile.cs" Link="src/runtime/src/libraries/Common/src/Interop/Linux/procfs/Interop.ProcFsStat.TryReadStatusFile.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.GetBootTimeTicks.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetBootTimeTicks.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.SchedGetSetAffinity.cs" Link="src/runtime/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/runtime/src/libraries/Common/src/System/SR.cs"/>
    <Compile Include="../../Common/src/SkipLocalsInit.cs" Link="src/runtime/src/libraries/Common/src/SkipLocalsInit.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Diagnostics.Process/Release/net11.0-linux/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/System.Diagnostics.Process/Release/net11.0-linux/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Diagnostics.Process/Release/net11.0-linux/System.SR.cs" Link="src/runtime/artifacts/obj/System.Diagnostics.Process/Release/net11.0-linux/System.SR.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Diagnostics.Process/Release/net11.0-linux/System.Diagnostics.Process.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/System.Diagnostics.Process/Release/net11.0-linux/System.Diagnostics.Process.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="../../../../../../ref/4d20b8e497a8488ca1e58b5185da4727/Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/f6709942a413455db846377ea3710d03/Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="../../../../../../ref/4394b81a3b174fc1af86d78108c41943/System.Collections.Concurrent.dll"/>
    <ReferencePath Include="../../../../../../ref/d9c6139272f94986820bc63cc2c2c828/System.Collections.dll"/>
    <ReferencePath Include="../../../../../../ref/542315ad88874c4889c8da67400f8f0e/System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="../../../../../../ref/5e28b37e621943d3b022fc28abc76b9c/System.Collections.Specialized.dll"/>
    <ReferencePath Include="../../../../../../ref/c2ec7805f49244de8062d04883afa238/System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/d5cdc995fdf54ebc9758a8d6304835db/System.Console.dll"/>
    <ReferencePath Include="../../../../../../ref/6c6d0b30fd4b49ef833d96880382a966/System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="../../../../../../ref/206e80f794584a71a6d934e6a2df57b3/System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="../../../../../../ref/4bcf2b713e80421982ca5e65e2372095/System.IO.Pipes.dll"/>
    <ReferencePath Include="../../../../../../ref/82300cff7d254ae08c3e813e6f983d79/System.Memory.dll"/>
    <ReferencePath Include="../../../../../../ref/e57e4f26396143be9581052269fd753f/System.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/3d896ca6f36b43a29b2d8dbb65890e58/System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="../../../../../../ref/0eacd9f05b7244cd8b2f40cbc14fe5e1/System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/55a2564b079e4be6a60c012295355159/System.Threading.Channels.dll"/>
    <ReferencePath Include="../../../../../../ref/5e9e338adf894f7684301421495f45a2/System.Threading.dll"/>
    <ReferencePath Include="../../../../../../ref/68842f3b1c6f46d4a70f51a0b2e2b3e7/System.Threading.Overlapped.dll"/>
    <ReferencePath Include="../../../../../../ref/8bca14e9e6d14a4ca576c978d23bb9ee/System.Threading.Thread.dll"/>
    <ReferencePath Include="../../../../../../ref/8b28e33008f84c77addf4f7de092f7a7/System.Threading.ThreadPool.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="_generated/0/LibraryImports.g.cs"/>
  </ItemGroup>
</Project>