Revert "[TFM] Update TizenFX TFM to net6.0 (#5360)" (#5436)
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.WindowSystem.Samples / Tizen.NUI.WindowSystem.Samples.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3         <PropertyGroup>
4                 <OutputType>Exe</OutputType>
5                 <TargetFramework>netcoreapp2.0</TargetFramework>
6         </PropertyGroup>
7
8         <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
9                 <DebugType>portable</DebugType>
10         </PropertyGroup>
11         <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
12                 <DebugType>None</DebugType>
13         </PropertyGroup>
14
15         <ItemGroup>
16                 <PackageReference Include="Tizen.NET.Sdk" Version="1.0.9" />
17                 <ProjectReference Include="../../src/Tizen/Tizen.csproj" />
18                 <ProjectReference Include="../../src/Tizen.Applications.Common/Tizen.Applications.Common.csproj" />
19                 <ProjectReference Include="../../src/Tizen.Applications.ComponentBased/Tizen.Applications.ComponentBased.csproj" />
20                 <ProjectReference Include="../../src/Tizen.Log/Tizen.Log.csproj" />
21                 <ProjectReference Include="../../src/Tizen.System.SystemSettings/Tizen.System.SystemSettings.csproj" />
22                 <ProjectReference Include="../../src/Tizen.NUI/Tizen.NUI.csproj" />
23                 <ProjectReference Include="../../src/Tizen.NUI.WindowSystem/Tizen.NUI.WindowSystem.csproj" />
24                 <ProjectReference Include="../../src/Tizen.NUI.Components/Tizen.NUI.Components.csproj" />
25         </ItemGroup>
26
27 </Project>