diff IBBoard.WarFoundry.GUI.GTK.csproj @ 66:100626381159

Re #60: Add UI to add/remove/edit weapons in GTK * Rip apart UI controls and put all the common code in a base class * Add additional interfaces for common UI behaviour between equipment widgets Not tested, but should provide a base for Replace widget
author IBBoard <dev@ibboard.co.uk>
date Sat, 04 Sep 2010 20:11:05 +0000
parents e3fe48c4d794
children 7028e24b67ec
line wrap: on
line diff
--- a/IBBoard.WarFoundry.GUI.GTK.csproj	Sat Sep 04 10:25:39 2010 +0000
+++ b/IBBoard.WarFoundry.GUI.GTK.csproj	Sat Sep 04 20:11:05 2010 +0000
@@ -59,6 +59,9 @@
     <Compile Include="UIControl\Interfaces\IEditEquipmentUI.cs" />
     <Compile Include="gtk-gui\IBBoard.WarFoundry.GUI.GTK.FrmEditEquipment.cs" />
     <Compile Include="FrmEditEquipment.cs" />
+    <Compile Include="UIControl\AbstractBaseEquipmentUIControl.cs" />
+    <Compile Include="UIControl\Interfaces\IBaseEquipmentUI.cs" />
+    <Compile Include="UIControl\Interfaces\ISelectableItemEquipmentUI.cs" />
   </ItemGroup>
   <ItemGroup>
     <Content Include="App.png" />