Merge packaging information to csproj
[platform/core/csapi/tizenfx.git] / src / Tizen.Security.SecureRepository / Tizen.Security.SecureRepository.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <Version>1.0.9</Version>
5     <Description>
6       Provides the secure repository protected by Tizen platform for keys, certificates, and sensitive data of users and/or their apps.
7       Additionally, secure cryptographic operations for non-exportable keys without revealing key values to clients are provided.
8     </Description>
9   </PropertyGroup>
10
11   <PropertyGroup>
12     <TargetFramework>netstandard1.3</TargetFramework>
13     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
14     <SignAssembly>True</SignAssembly>
15     <AssemblyOriginatorKeyFile>Tizen.Security.SecureRepository.snk</AssemblyOriginatorKeyFile>
16     <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
17   </PropertyGroup>
18
19   <ItemGroup>
20     <PackageReference Include="Tizen" Version="$(TizenVersion)" />
21   </ItemGroup>
22
23 </Project>
24