cd5f4a8eed6992d422ce4a2a268980d7221241c9
[platform/core/dotnet/launcher.git] / Managed / Tizen.Runtime / Tizen.Runtime.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2     <PropertyGroup>
3             <TargetFramework>netcoreapp3.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>