summaryrefslogtreecommitdiff
path: root/Tizen.NUI/Tizen.NUI.csproj
blob: 120e69ac3322356f7665ba2e1a11e139c66c45fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <Version>0.2.51</Version>
    <Authors>Samsung Electronics</Authors>
    <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>
    <Description>
      Tizen NUI is the UI Framework based on DALi (Dynamic Animation Library) 3D Graphic engine.
      It is a quick and easy way of allowing developers to create Rich UI Applications like Image/Video galleries,
      Music players, Games, Homescreens/launch pads, and so on.
    </Description>
    <PackageProjectUrl>https://www.tizen.org/</PackageProjectUrl>
    <PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
    <PackageIconUrl>https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png</PackageIconUrl>
  </PropertyGroup>

  <PropertyGroup>
    <TargetFramework>netstandard1.6</TargetFramework>
    <DefineConstants>$(DefineConstants);DEBUG_ON;DOT_NET_CORE</DefineConstants>
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
    <SignAssembly>False</SignAssembly>
    <AssemblyOriginatorKeyFile>TizenTVNUI.snk</AssemblyOriginatorKeyFile>
    <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" PrivateAssets="All" />
    <PackageReference Include="Tizen.Applications.Common" Version="1.5.9" />
  </ItemGroup>

</Project>