summaryrefslogtreecommitdiff
path: root/Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.csproj
blob: 0a00a3820d83da25dc401fcb5de71f8ab92415bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netstandard1.3</TargetFramework>
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
    <SignAssembly>True</SignAssembly>
    <AssemblyOriginatorKeyFile>Tizen.Applications.WidgetControl.snk</AssemblyOriginatorKeyFile>
    <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
    <GenerateReferenceAssembly>True</GenerateReferenceAssembly>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Tizen" Version="1.0.5" />
    <PackageReference Include="Tizen.Applications.Common" Version="1.5.8" />
  </ItemGroup>

</Project>