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