Merge "fixup! Introduce Tizen.WebView"
[platform/core/csapi/tizenfx.git] / src / Tizen.Maps / Tizen.Maps.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <TargetFramework>netstandard1.6</TargetFramework>
5   </PropertyGroup>
6
7   <ItemGroup>
8     <ProjectReference Include="..\Tizen\Tizen.csproj" />
9     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
10     <ProjectReference Include="..\ElmSharp\ElmSharp.csproj" />
11   </ItemGroup>
12
13   <ItemGroup>
14     <PackageReference Include="System.ComponentModel" Version="$(SystemPackageVersion)" />
15   </ItemGroup>
16
17   <ItemGroup>
18     <None Update="res\maps_marker_pin_48.png">
19       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
20     </None>
21     <None Update="res\maps_marker_pin_72.png">
22       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
23     </None>
24     <None Update="res\maps_marker_sticker_48.png">
25       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
26     </None>
27     <None Update="res\maps_marker_sticker_72.png">
28       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
29     </None>
30   </ItemGroup>
31
32 </Project>