diff UCIS.Core.csproj @ 30:24e918d2ac18

FBGUI: Added per-control Cursor handling, added more cursors for Form operations, fixed ImageBox image sizing
author Ivo Smits <Ivo@UCIS.nl>
date Thu, 18 Apr 2013 18:48:38 +0200
parents 87f5e19c4885
children 6fcedb1030bf
line wrap: on
line diff
--- a/UCIS.Core.csproj	Thu Apr 18 18:42:52 2013 +0200
+++ b/UCIS.Core.csproj	Thu Apr 18 18:48:38 2013 +0200
@@ -47,7 +47,7 @@
     <Compile Include="Cci\CciCommand.cs" />
     <Compile Include="Database.cs" />
     <None Include="DBReader.cs" />
-    <Compile Include="FBGUI.cs">
+    <Compile Include="FBGUI\FBGUI.cs">
       <SubType>Component</SubType>
     </Compile>
     <Compile Include="NaCl\APIv2.cs">
@@ -179,6 +179,12 @@
     <Compile Include="Xml\Server.cs" />
     <Compile Include="Xml\Socket.cs" />
   </ItemGroup>
+  <ItemGroup>
+    <EmbeddedResource Include="FBGUI\cursor_topleft.png" />
+    <EmbeddedResource Include="FBGUI\cursor_move.png" />
+    <EmbeddedResource Include="FBGUI\cursor_left.png" />
+    <EmbeddedResource Include="FBGUI\cursor_arrow.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.