Revert "PR-5360"
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.StyleGuide / Tizen.NUI.StyleGuide.csproj
1 <!-- This is for Ubuntu-Backend build. -->
2 <Project Sdk="Microsoft.NET.Sdk">
3
4     <PropertyGroup>
5         <OutputType>Exe</OutputType>
6         <TargetFramework>netcoreapp3.1</TargetFramework>
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
16   <ItemGroup>
17     <Folder Include="lib\" />
18   </ItemGroup>
19
20     <ItemGroup>
21         <ProjectReference Include="../../src/Tizen.NUI.Components/Tizen.NUI.Components.csproj" />
22         <ProjectReference Include="../../src/Tizen.NUI/Tizen.NUI.csproj" />
23         <PackageReference Include="Tizen.NET.Sdk" Version="1.0.9" />
24     </ItemGroup>
25
26 </Project>
27
28 <!-- This is for TV target build.
29 Tested in TIZEN-ONEMAIN-NikeM-RELEASE_20220215.6 image -->
30 <!--Project Sdk="Tizen.NET.Sdk/1.1.6">
31
32   <PropertyGroup>
33     <OutputType>Exe</OutputType>
34     <TargetFramework>netstandard2.0</TargetFramework>
35   </PropertyGroup>
36
37   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38     <DebugType>portable</DebugType>
39   </PropertyGroup>
40   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
41     <DebugType>None</DebugType>
42   </PropertyGroup>
43
44   <ItemGroup>
45     <Folder Include="lib\" />
46   </ItemGroup>
47
48   <ItemGroup>
49     <PackageReference Include="Tizen.NET" Version="9.0.0.16837" />
50     <PackageReference Include="Tizen.NET.Sdk" Version="1.0.9" />
51   </ItemGroup>
52
53 </Project-->
54
55 <!-- This is for tizen emulator build.
56 Tested in tizen-unified_20220215.2_mobile-emulator32-wayland image -->
57 <!--Project Sdk="Tizen.NET.Sdk/1.1.6">
58
59   <PropertyGroup>
60     <OutputType>Exe</OutputType>
61     <TargetFramework>netstandard2.0</TargetFramework>
62   </PropertyGroup>
63
64   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
65     <DebugType>portable</DebugType>
66   </PropertyGroup>
67   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
68     <DebugType>None</DebugType>
69   </PropertyGroup>
70
71   <ItemGroup>
72     <Folder Include="lib\" />
73   </ItemGroup>
74
75   <ItemGroup>
76     <PackageReference Include="Tizen.NET" Version="10.0.0.16980" />
77   </ItemGroup>
78
79 </Project!-->