to prevent crash while process terminate on profiling mode, kill process immedately...
[platform/core/dotnet/launcher.git] / Managed / Dotnet.Launcher.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2     <PropertyGroup>
3             <TargetFramework>netcoreapp2.1</TargetFramework>
4             <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
5             <NoWin32Manifest>True</NoWin32Manifest>
6             <Configuration>Release</Configuration>
7     </PropertyGroup>
8
9 </Project>