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

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

  <ItemGroup>
    <PackageReference Include="Tizen" Version="1.0.4" />
  </ItemGroup>

</Project>