1 <Project Sdk="Microsoft.NET.Sdk">
4 <Version>0.2.42</Version>
5 <Authors>Samsung Electronics</Authors>
6 <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>
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.
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>
18 <TargetFramework>netstandard1.6</TargetFramework>
19 <DefineConstants>$(DefineConstants);DEBUG_ON;DOT_NET_CORE</DefineConstants>
20 <SignAssembly>False</SignAssembly>
21 <AssemblyOriginatorKeyFile>TizenTVNUI.snk</AssemblyOriginatorKeyFile>
25 <PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
26 <PackageReference Include="Tizen.Applications.Common" Version="1.5.8" />
27 <PackageReference Include="Tizen.Applications.UI" Version="1.5.8" />