summaryrefslogtreecommitdiff
path: root/ElmSharp/ElmSharp.csproj
blob: fdd5d8388b0512d66b4228d13ed32e898a389388 (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
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <Version>1.2.1</Version>
    <Authors>Samsung Electronics</Authors>
    <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>
    <Description>
      ElmSharp is the top-most library based on the Tizen Native UI Framwork (EFL).
      It provides a variety of pre-built UI components, such as layout objects and widgets,
      that allow you to build rich graphical user interfaces.
      This is in the beta stage and will be refined based on developer feedback.
      Backward compatibility issues may be raised when updating the platform version.
    </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.3</TargetFramework>
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
    <SignAssembly>True</SignAssembly>
    <AssemblyOriginatorKeyFile>ElmSharp.snk</AssemblyOriginatorKeyFile>
    <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
  </PropertyGroup>

</Project>