Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.GTK
annotate IBBoard.WarFoundry.GUI.GTK.csproj @ 17:7653fab9d70e
Re #58: Remove LogNotifier from API
* Remove dependency on IBBoard.Log4Net, since use in API will be removed as part of this ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 14 Jul 2009 18:33:52 +0000 |
parents | eafbe69303ec |
children | a191d0655f55 |
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="FrmChangeGameSystem.cs" /> | |
45 <Compile Include="FrmMainWindow.cs" /> | |
46 <Compile Include="FrmNewArmy.cs" /> | |
47 <Compile Include="FrmNewUnit.cs" /> | |
48 <Compile Include="Widgets\UnitDisplayWidget.cs" /> | |
49 <Compile Include="gtk-gui\generated.cs" /> | |
50 <Compile Include="gtk-gui\IBBoard.WarFoundry.GTK.FrmChangeGameSystem.cs" /> | |
51 <Compile Include="gtk-gui\IBBoard.WarFoundry.GTK.FrmMainWindow.cs" /> | |
52 <Compile Include="gtk-gui\IBBoard.WarFoundry.GTK.FrmNewArmy.cs" /> | |
53 <Compile Include="gtk-gui\IBBoard.WarFoundry.GTK.FrmNewUnit.cs" /> | |
54 <Compile Include="gtk-gui\IBBoard.WarFoundry.GTK.Widgets.UnitDisplayWidget.cs" /> | |
55 </ItemGroup> | |
56 <ItemGroup> | |
57 <Content Include="App.png" /> | |
58 <Content Include="libs\log4net.dll" /> | |
59 </ItemGroup> | |
60 <ItemGroup> | |
10
c687bbe901f8
Re #37 - Resolve deprecation warnings
IBBoard <dev@ibboard.co.uk>
parents:
7
diff
changeset
|
61 <None Include="COPYING.GPL"> |
c687bbe901f8
Re #37 - Resolve deprecation warnings
IBBoard <dev@ibboard.co.uk>
parents:
7
diff
changeset
|
62 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
c687bbe901f8
Re #37 - Resolve deprecation warnings
IBBoard <dev@ibboard.co.uk>
parents:
7
diff
changeset
|
63 </None> |
c687bbe901f8
Re #37 - Resolve deprecation warnings
IBBoard <dev@ibboard.co.uk>
parents:
7
diff
changeset
|
64 <None Include="COPYING.LGPL"> |
c687bbe901f8
Re #37 - Resolve deprecation warnings
IBBoard <dev@ibboard.co.uk>
parents:
7
diff
changeset
|
65 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
c687bbe901f8
Re #37 - Resolve deprecation warnings
IBBoard <dev@ibboard.co.uk>
parents:
7
diff
changeset
|
66 </None> |
c687bbe901f8
Re #37 - Resolve deprecation warnings
IBBoard <dev@ibboard.co.uk>
parents:
7
diff
changeset
|
67 <None Include="translations\en.translation"> |
c687bbe901f8
Re #37 - Resolve deprecation warnings
IBBoard <dev@ibboard.co.uk>
parents:
7
diff
changeset
|
68 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
c687bbe901f8
Re #37 - Resolve deprecation warnings
IBBoard <dev@ibboard.co.uk>
parents:
7
diff
changeset
|
69 </None> |
7 | 70 <None Include="WarFoundryGTK.exe.log4net" /> |
71 <None Include="gtk-gui\gui.stetic" /> | |
72 <None Include="gtk-gui\objects.xml" /> | |
73 </ItemGroup> | |
74 <ItemGroup> | |
75 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> | |
76 <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> | |
77 <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821"> | |
78 <SpecificVersion>False</SpecificVersion> | |
79 <HintPath>libs\log4net.dll</HintPath> | |
80 </Reference> | |
81 <Reference Include="Mono.Posix" /> | |
82 <Reference Include="System" /> | |
83 </ItemGroup> | |
84 <ItemGroup> | |
85 <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj"> | |
86 <Project>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</Project> | |
87 <Name>IBBoard.WarFoundry.API</Name> | |
88 </ProjectReference> | |
89 <ProjectReference Include="..\IBBoard.WarFoundry.Plugin.Rollcall\IBBoard.WarFoundry.Plugin.Rollcall.csproj"> | |
90 <Project>{182E4A7C-7CFB-4337-A9AD-AB2DCA054A53}</Project> | |
91 <Name>IBBoard.WarFoundry.Plugin.Rollcall</Name> | |
92 </ProjectReference> | |
93 <ProjectReference Include="..\IBBoard\IBBoard.csproj"> | |
94 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> | |
95 <Name>IBBoard</Name> | |
96 </ProjectReference> | |
12
685532d43a96
Re #88: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
10
diff
changeset
|
97 <ProjectReference Include="..\IBBoard.GtkSharp\IBBoard.GtkSharp.csproj"> |
685532d43a96
Re #88: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
10
diff
changeset
|
98 <Project>{06605A63-E433-42FE-93CF-0DA6630A7DF5}</Project> |
685532d43a96
Re #88: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
10
diff
changeset
|
99 <Name>IBBoard.GtkSharp</Name> |
685532d43a96
Re #88: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
10
diff
changeset
|
100 </ProjectReference> |
7 | 101 </ItemGroup> |
102 <ItemGroup> | |
103 <EmbeddedResource Include="App.ico"> | |
104 <LogicalName>App.ico</LogicalName> | |
105 </EmbeddedResource> | |
106 </ItemGroup> | |
107 </Project> |