[NUI] Fix NUI.Wearable build install fail (#1748)
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 24 Jun 2020 06:01:08 +0000 (15:01 +0900)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2020 06:01:08 +0000 (15:01 +0900)
src/Tizen.NUI.Wearable/Tizen.NUI.Wearable.csproj

index 57dd66e..5e4c54a 100755 (executable)
@@ -15,6 +15,9 @@
     <None Update="res\*.json">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
+    <None Update="res\*.png">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
   </ItemGroup>
 
 </Project>
\ No newline at end of file