comparison 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
comparison
equal deleted inserted replaced
2:cf68a996b3f1 3:ac1bf60edf63
34 <ItemGroup> 34 <ItemGroup>
35 <Compile Include="AssemblyInfo.cs" /> 35 <Compile Include="AssemblyInfo.cs" />
36 <Compile Include="MainWindow.cs" /> 36 <Compile Include="MainWindow.cs" />
37 <Compile Include="Main.cs" /> 37 <Compile Include="Main.cs" />
38 <Compile Include="qt-gui\MainWindowLayout.cs" /> 38 <Compile Include="qt-gui\MainWindowLayout.cs" />
39 <Compile Include="qt-gui\CreateNewArmyLayout.cs" />
40 <Compile Include="NewArmyDialog.cs" />
39 </ItemGroup> 41 </ItemGroup>
40 <ItemGroup> 42 <ItemGroup>
41 <None Include="compile-ui.sh" /> 43 <None Include="compile-ui.sh" />
42 <None Include="qt-gui\MainWindowLayout.ui" /> 44 <None Include="qt-gui\MainWindowLayout.ui" />
43 <None Include="icons\ui\filenew.png"> 45 <None Include="icons\ui\filenew.png">
71 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 73 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
72 </None> 74 </None>
73 <None Include="icons\ui\help-about.png"> 75 <None Include="icons\ui\help-about.png">
74 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 76 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
75 </None> 77 </None>
78 <None Include="qt-gui\CreateNewArmyLayout.ui" />
76 </ItemGroup> 79 </ItemGroup>
77 <ItemGroup> 80 <ItemGroup>
78 <Folder Include="qt-gui\" /> 81 <Folder Include="qt-gui\" />
79 <Folder Include="icons\" /> 82 <Folder Include="icons\" />
80 <Folder Include="icons\ui\" /> 83 <Folder Include="icons\ui\" />