Revert "[Tizen] keep important ..."
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / Tizen.NUI.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <Version>0.2.42</Version>
5     <Authors>Samsung Electronics</Authors>
6     <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>
7     <Description>
8       Tizen NUI is the UI Framework based on DALi (Dynamic Animation Library) 3D Graphic engine.
9       It is a quick and easy way of allowing developers to create Rich UI Applications like Image/Video galleries,
10       Music players, Games, Homescreens/launch pads, and so on.
11     </Description>
12     <PackageProjectUrl>https://www.tizen.org/</PackageProjectUrl>
13     <PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
14     <PackageIconUrl>https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png</PackageIconUrl>
15   </PropertyGroup>
16
17   <PropertyGroup>
18     <TargetFramework>netstandard1.6</TargetFramework>
19     <DefineConstants>$(DefineConstants);DEBUG_ON;DOT_NET_CORE</DefineConstants>
20   </PropertyGroup>
21
22   <ItemGroup>
23     <PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
24     <PackageReference Include="Tizen.Applications.Common" Version="1.5.8" />
25     <PackageReference Include="Tizen.Applications.UI" Version="1.5.8" />
26   </ItemGroup>
27
28 </Project>
29