Apply new csproj format for VS2017
[platform/core/csapi/tizenfx.git] / src / Tizen.WebView / Tizen.WebView.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <TargetFramework>netstandard1.6</TargetFramework>
5     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
6     <SignAssembly>True</SignAssembly>
7     <AssemblyOriginatorKeyFile>Tizen.WebView.snk</AssemblyOriginatorKeyFile>
8     <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
9     <GenerateReferenceAssembly>True</GenerateReferenceAssembly>
10   </PropertyGroup>
11
12   <ItemGroup>
13     <PackageReference Include="ElmSharp" Version="1.2.0-*" />
14   </ItemGroup>
15
16 </Project>