Revert "[TFM] Update TizenFX TFM to net6.0 (#5360)" (#5436)
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.ComponentBased.Default / Tizen.Applications.ComponentBased.Default.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <!-- Property Group for Tizen Project -->
4   <PropertyGroup>
5     <TargetFramework>netstandard2.0</TargetFramework>
6     <TizenCreateTpkOnBuild>false</TizenCreateTpkOnBuild>
7   </PropertyGroup>
8
9   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
10     <DebugType>portable</DebugType>
11   </PropertyGroup>
12   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
13     <DebugType>None</DebugType>
14   </PropertyGroup>
15   <ItemGroup>
16     <ProjectReference Include="..\ElmSharp\ElmSharp.csproj" />
17     <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
18     <ProjectReference Include="..\Tizen.Applications.ComponentBased\Tizen.Applications.ComponentBased.csproj" />
19     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
20     <ProjectReference Include="..\Tizen\Tizen.csproj" />
21   </ItemGroup>
22
23   <!-- Include Nuget Package for Tizen Project building -->
24
25 </Project>