Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.GTK
annotate IBBoard.WarFoundry.GUI.GTK.csproj @ 64:e3fe48c4d794
Re #60: Add UI to add/remove/edit weapons in GTK
* Add most of basic "edit" interface, based on "add" interface
TODO:
* Set initial values
* Warn when setting to 0
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Thu, 02 Sep 2010 20:12:21 +0000 |
parents | 4bad8cb3f889 |
children | 100626381159 |
rev | line source |
---|---|
7 | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 <PropertyGroup> | |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
6 <ProductVersion>8.0.50727</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{4B435E40-7FA2-41C5-96F6-5735396D2D5F}</ProjectGuid> | |
9 <OutputType>WinExe</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>IBBoard.WarFoundry.GUI.GTK</RootNamespace> | |
10
c687bbe901f8
Re #37 - Resolve deprecation warnings
IBBoard <dev@ibboard.co.uk>
parents:
7
diff
changeset
|
12 <StartupObject>IBBoard.WarFoundry.GTK.FrmMainWindow</StartupObject> |
c687bbe901f8
Re #37 - Resolve deprecation warnings
IBBoard <dev@ibboard.co.uk>
parents:
7
diff
changeset
|
13 <ApplicationIcon>App.ico</ApplicationIcon> |
7 | 14 </PropertyGroup> |
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
16 <DebugSymbols>true</DebugSymbols> | |
17 <DebugType>full</DebugType> | |
18 <Optimize>false</Optimize> | |
19 <OutputPath>bin\Debug\</OutputPath> | |
20 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
21 <ErrorReport>prompt</ErrorReport> | |
22 <WarningLevel>4</WarningLevel> | |
23 <AssemblyName>WarFoundryGTK</AssemblyName> | |
24 </PropertyGroup> | |
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
26 <DebugType>pdbonly</DebugType> | |
27 <Optimize>true</Optimize> | |
28 <OutputPath>bin\Release\</OutputPath> | |
29 <DefineConstants>TRACE</DefineConstants> | |
30 <ErrorReport>prompt</ErrorReport> | |
31 <WarningLevel>4</WarningLevel> | |
32 <AssemblyName>IBBoard.WarFoundry.GUI.GTK</AssemblyName> | |
33 </PropertyGroup> | |
34 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
35 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
36 Other similar extension points exist, see Microsoft.Common.targets. | |
37 <Target Name="BeforeBuild"> | |
38 </Target> | |
39 <Target Name="AfterBuild"> | |
40 </Target> | |
41 --> | |
42 <ItemGroup> | |
43 <Compile Include="AssemblyInfo.cs" /> | |
44 <Compile Include="FrmMainWindow.cs" /> | |
45 <Compile Include="FrmNewArmy.cs" /> | |
46 <Compile Include="FrmNewUnit.cs" /> | |
47 <Compile Include="Widgets\UnitDisplayWidget.cs" /> | |
48 <Compile Include="gtk-gui\generated.cs" /> | |
49 <Compile Include="gtk-gui\IBBoard.WarFoundry.GTK.FrmMainWindow.cs" /> | |
50 <Compile Include="gtk-gui\IBBoard.WarFoundry.GTK.FrmNewArmy.cs" /> | |
51 <Compile Include="gtk-gui\IBBoard.WarFoundry.GTK.FrmNewUnit.cs" /> | |
52 <Compile Include="gtk-gui\IBBoard.WarFoundry.GTK.Widgets.UnitDisplayWidget.cs" /> | |
51
dafbd432ca23
Re #60: Add UI to add/remove/edit weapons in GTK
IBBoard <dev@ibboard.co.uk>
parents:
36
diff
changeset
|
53 <Compile Include="UIControl\AddEquipmentUIControl.cs" /> |
dafbd432ca23
Re #60: Add UI to add/remove/edit weapons in GTK
IBBoard <dev@ibboard.co.uk>
parents:
36
diff
changeset
|
54 <Compile Include="UIControl\Interfaces\IAddEquipmentUI.cs" /> |
dafbd432ca23
Re #60: Add UI to add/remove/edit weapons in GTK
IBBoard <dev@ibboard.co.uk>
parents:
36
diff
changeset
|
55 <Compile Include="FrmAddEquipment.cs" /> |
dafbd432ca23
Re #60: Add UI to add/remove/edit weapons in GTK
IBBoard <dev@ibboard.co.uk>
parents:
36
diff
changeset
|
56 <Compile Include="gtk-gui\IBBoard.WarFoundry.GUI.GTK.FrmAddEquipment.cs" /> |
52
4bad8cb3f889
Re #60: Add UI to add/remove/edit weapons in GTK
IBBoard <dev@ibboard.co.uk>
parents:
51
diff
changeset
|
57 <Compile Include="Util\GtkWarFoundryUtil.cs" /> |
64
e3fe48c4d794
Re #60: Add UI to add/remove/edit weapons in GTK
IBBoard <dev@ibboard.co.uk>
parents:
52
diff
changeset
|
58 <Compile Include="UIControl\EditEquipmentUIControl.cs" /> |
e3fe48c4d794
Re #60: Add UI to add/remove/edit weapons in GTK
IBBoard <dev@ibboard.co.uk>
parents:
52
diff
changeset
|
59 <Compile Include="UIControl\Interfaces\IEditEquipmentUI.cs" /> |
e3fe48c4d794
Re #60: Add UI to add/remove/edit weapons in GTK
IBBoard <dev@ibboard.co.uk>
parents:
52
diff
changeset
|
60 <Compile Include="gtk-gui\IBBoard.WarFoundry.GUI.GTK.FrmEditEquipment.cs" /> |
e3fe48c4d794
Re #60: Add UI to add/remove/edit weapons in GTK
IBBoard <dev@ibboard.co.uk>
parents:
52
diff
changeset
|
61 <Compile Include="FrmEditEquipment.cs" /> |
7 | 62 </ItemGroup> |
63 <ItemGroup> | |
64 <Content Include="App.png" /> | |
65 <Content Include="libs\log4net.dll" /> | |
66 </ItemGroup> | |
67 <ItemGroup> | |
10
c687bbe901f8
Re #37 - Resolve deprecation warnings
IBBoard <dev@ibboard.co.uk>
parents:
7
diff
changeset
|
68 <None Include="translations\en.translation"> |
c687bbe901f8
Re #37 - Resolve deprecation warnings
IBBoard <dev@ibboard.co.uk>
parents:
7
diff
changeset
|
69 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
c687bbe901f8
Re #37 - Resolve deprecation warnings
IBBoard <dev@ibboard.co.uk>
parents:
7
diff
changeset
|
70 </None> |
32
eab45344cd56
Re #172: Add GTK# UI for showing debugging messages
IBBoard <dev@ibboard.co.uk>
parents:
31
diff
changeset
|
71 <None Include="WarFoundryGTK.exe.log4net"> |
eab45344cd56
Re #172: Add GTK# UI for showing debugging messages
IBBoard <dev@ibboard.co.uk>
parents:
31
diff
changeset
|
72 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
eab45344cd56
Re #172: Add GTK# UI for showing debugging messages
IBBoard <dev@ibboard.co.uk>
parents:
31
diff
changeset
|
73 </None> |
7 | 74 <None Include="gtk-gui\gui.stetic" /> |
75 <None Include="gtk-gui\objects.xml" /> | |
19
a191d0655f55
Re #121: Migrate to AGPL license
IBBoard <dev@ibboard.co.uk>
parents:
17
diff
changeset
|
76 <None Include="COPYING" /> |
35
1b603f97e7de
Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
32
diff
changeset
|
77 <None Include="WarFoundryGTKPref.xml"> |
1b603f97e7de
Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
32
diff
changeset
|
78 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
1b603f97e7de
Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
32
diff
changeset
|
79 </None> |
7 | 80 </ItemGroup> |
81 <ItemGroup> | |
82 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> | |
83 <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> | |
84 <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821"> | |
85 <SpecificVersion>False</SpecificVersion> | |
86 <HintPath>libs\log4net.dll</HintPath> | |
87 </Reference> | |
88 <Reference Include="Mono.Posix" /> | |
89 <Reference Include="System" /> | |
31
ca863c693550
* Fix missing reference to glib-sharp
IBBoard <dev@ibboard.co.uk>
parents:
19
diff
changeset
|
90 <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> |
7 | 91 </ItemGroup> |
92 <ItemGroup> | |
93 <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj"> | |
94 <Project>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</Project> | |
95 <Name>IBBoard.WarFoundry.API</Name> | |
96 </ProjectReference> | |
97 <ProjectReference Include="..\IBBoard.WarFoundry.Plugin.Rollcall\IBBoard.WarFoundry.Plugin.Rollcall.csproj"> | |
98 <Project>{182E4A7C-7CFB-4337-A9AD-AB2DCA054A53}</Project> | |
99 <Name>IBBoard.WarFoundry.Plugin.Rollcall</Name> | |
100 </ProjectReference> | |
101 <ProjectReference Include="..\IBBoard\IBBoard.csproj"> | |
102 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> | |
103 <Name>IBBoard</Name> | |
104 </ProjectReference> | |
12
685532d43a96
Re #88: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
10
diff
changeset
|
105 <ProjectReference Include="..\IBBoard.GtkSharp\IBBoard.GtkSharp.csproj"> |
685532d43a96
Re #88: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
10
diff
changeset
|
106 <Project>{06605A63-E433-42FE-93CF-0DA6630A7DF5}</Project> |
685532d43a96
Re #88: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
10
diff
changeset
|
107 <Name>IBBoard.GtkSharp</Name> |
685532d43a96
Re #88: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
10
diff
changeset
|
108 </ProjectReference> |
7 | 109 </ItemGroup> |
110 <ItemGroup> | |
111 <EmbeddedResource Include="App.ico"> | |
112 <LogicalName>App.ico</LogicalName> | |
113 </EmbeddedResource> | |
114 </ItemGroup> | |
51
dafbd432ca23
Re #60: Add UI to add/remove/edit weapons in GTK
IBBoard <dev@ibboard.co.uk>
parents:
36
diff
changeset
|
115 <ItemGroup> |
dafbd432ca23
Re #60: Add UI to add/remove/edit weapons in GTK
IBBoard <dev@ibboard.co.uk>
parents:
36
diff
changeset
|
116 <Folder Include="UIControl\" /> |
dafbd432ca23
Re #60: Add UI to add/remove/edit weapons in GTK
IBBoard <dev@ibboard.co.uk>
parents:
36
diff
changeset
|
117 <Folder Include="UIControl\Interfaces\" /> |
52
4bad8cb3f889
Re #60: Add UI to add/remove/edit weapons in GTK
IBBoard <dev@ibboard.co.uk>
parents:
51
diff
changeset
|
118 <Folder Include="Util\" /> |
51
dafbd432ca23
Re #60: Add UI to add/remove/edit weapons in GTK
IBBoard <dev@ibboard.co.uk>
parents:
36
diff
changeset
|
119 </ItemGroup> |
7 | 120 </Project> |