Merge "[C#][Bluetooth]: Port the project files to VS2017" into tizen
[platform/core/csapi/tizenfx.git] / src / Tizen.Network.Bluetooth / Tizen.Network.Bluetooth.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <TargetFramework>netstandard1.3</TargetFramework>
5     <SignAssembly>True</SignAssembly>
6     <AssemblyOriginatorKeyFile>Tizen.Network.Bluetooth.snk</AssemblyOriginatorKeyFile>
7     <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
8   </PropertyGroup>
9
10   <ItemGroup>
11     <PackageReference Include="NETStandard.Library" Version="1.6.0" />
12     <PackageReference Include="Tizen" Version="1.0.3" />
13         <PackageReference Include="Tizen.System.Information" Version="1.0.3" />
14   </ItemGroup>
15
16 </Project>