Add res files of Tizen.Maps to artifacts
authorWonYoung Choi <wy80.choi@samsung.com>
Mon, 14 Aug 2017 09:01:20 +0000 (18:01 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Mon, 14 Aug 2017 09:01:20 +0000 (18:01 +0900)
Change-Id: Iba8a5f230e1bb5b8405f096e8d0112ac0334803f

clean.sh [new file with mode: 0755]
src/Tizen.Maps/Tizen.Maps.csproj [changed mode: 0755->0644]

diff --git a/clean.sh b/clean.sh
new file mode 100755 (executable)
index 0000000..3bf6069
--- /dev/null
+++ b/clean.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+SCRIPT_FILE=$(readlink -f $0)
+SCRIPT_DIR=$(dirname $SCRIPT_FILE)
+
+LIST=$(find $SCRIPT_DIR -type d -and -name bin -or -name obj)
+
+for d in $LIST; do
+       rm -fr $d
+done
+
old mode 100755 (executable)
new mode 100644 (file)
index 6a4866a..a9b894d
     <PackageReference Include="System.ComponentModel" Version="$(SystemPackageVersion)" />
   </ItemGroup>
 
+  <ItemGroup>
+    <None Update="res\maps_marker_pin_48.png">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Update="res\maps_marker_pin_72.png">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Update="res\maps_marker_sticker_48.png">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Update="res\maps_marker_sticker_72.png">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+  </ItemGroup>
+
   <Import Project="../../build/common.targets" />
 </Project>