diff UCIS.Core.csproj @ 40:e3329f686b95

FBGUI: Added hand cursor
author Ivo Smits <Ivo@UCIS.nl>
date Thu, 25 Apr 2013 23:39:55 +0200
parents 6fcedb1030bf
children ba4e2cb031e0
line wrap: on
line diff
--- a/UCIS.Core.csproj	Wed Apr 24 00:30:18 2013 +0200
+++ b/UCIS.Core.csproj	Thu Apr 25 23:39:55 2013 +0200
@@ -187,6 +187,9 @@
     <EmbeddedResource Include="FBGUI\cursor_left.png" />
     <EmbeddedResource Include="FBGUI\cursor_arrow.png" />
   </ItemGroup>
+  <ItemGroup>
+    <EmbeddedResource Include="FBGUI\cursor_hand.png" />
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.