Enable generation of .pdb file in release mode
[platform/core/dotnet/launcher.git] / Managed / Tizen.Runtime / Tizen.Runtime.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     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
9         <DebugType>pdbonly</DebugType>
10         <DebugSymbols>true</DebugSymbols>
11     </PropertyGroup>
12 </Project>