Revert "[TFM] Update TizenFX TFM to net6.0 (#5360)" (#5436)
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.Devel.Tests.Ubuntu / Tizen.NUI.Devel.Tests / Tizen.NUI.Devel.Tests.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <!-- Property Group for .NET Core Project -->
4   <PropertyGroup>
5     <OutputType>Exe</OutputType>
6     <TargetFramework>netcoreapp3.1</TargetFramework>
7     <AssemblyName>Tizen.NUI.Devel.Tests</AssemblyName>
8   </PropertyGroup>
9
10   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
11     <DebugType>portable</DebugType>
12   </PropertyGroup>
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
14     <DebugType>None</DebugType>
15   </PropertyGroup>
16
17   <ItemGroup>
18         <Folder Include="lib\" />
19   </ItemGroup>
20
21   <!-- Include Nuget Package for Tizen Project building -->
22   <ItemGroup>
23     <ProjectReference Include="..\nunit.framework\nunit.framework.csproj" />
24     <ProjectReference Include="..\nunitlite\nunitlite.csproj" />
25     <ProjectReference Include="..\..\..\src\Tizen.NUI.Components\Tizen.NUI.Components.csproj" />
26     <ProjectReference Include="..\..\..\src\Tizen.NUI\Tizen.NUI.csproj" />
27   </ItemGroup>
28
29   <PropertyGroup>
30     <SignAssembly>true</SignAssembly>
31     <AssemblyOriginatorKeyFile>./NuiTest.snk</AssemblyOriginatorKeyFile>
32     <PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
33   </PropertyGroup>
34
35 </Project>