diff IBBoard.WarFoundry.GUI.QtSharp.csproj @ 3:ac1bf60edf63

Re #242: Qt# UI * Make use of icons Re #243: Create "New Army" dialog in Qt# app * Create initial rendering of dialog (non-functional) Re #247: Implement menu options in Qt# app * Add initial hook for New Army dialog from menu item
author IBBoard <dev@ibboard.co.uk>
date Sat, 23 Jan 2010 20:54:42 +0000
parents cf68a996b3f1
children 1bd8febee385
line wrap: on
line diff
--- a/IBBoard.WarFoundry.GUI.QtSharp.csproj	Sat Jan 23 20:26:04 2010 +0000
+++ b/IBBoard.WarFoundry.GUI.QtSharp.csproj	Sat Jan 23 20:54:42 2010 +0000
@@ -36,6 +36,8 @@
     <Compile Include="MainWindow.cs" />
     <Compile Include="Main.cs" />
     <Compile Include="qt-gui\MainWindowLayout.cs" />
+    <Compile Include="qt-gui\CreateNewArmyLayout.cs" />
+    <Compile Include="NewArmyDialog.cs" />
   </ItemGroup>
   <ItemGroup>
     <None Include="compile-ui.sh" />
@@ -73,6 +75,7 @@
     <None Include="icons\ui\help-about.png">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
+    <None Include="qt-gui\CreateNewArmyLayout.ui" />
   </ItemGroup>
   <ItemGroup>
     <Folder Include="qt-gui\" />