Mercurial > repos > IBBoard.WarFoundry.GUI.GTK
comparison IBBoard.WarFoundry.GUI.GTK.csproj @ 7:58961ff391d4
Closes #30 - Convert to .csproj
* Convert GTK# GUI to .csproj and remove .mdp
Also:
* Remove rogue Dialog class
* Commit a number of generated GUI changes that MonoDevelop made and won't un-make
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 17 Feb 2009 16:41:55 +0000 |
parents | |
children | c687bbe901f8 |
comparison
equal
deleted
inserted
replaced
6:cfc7683e73f9 | 7:58961ff391d4 |
---|---|
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> | |
12 <StartupObject> | |
13 </StartupObject> | |
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 <EnvironmentVariables> | |
24 <EnvironmentVariables /> | |
25 </EnvironmentVariables> | |
26 <AssemblyName>WarFoundryGTK</AssemblyName> | |
27 <StartupObject>IBBoard.WarFoundry.GTK.FrmMainWindow</StartupObject> | |
28 <ApplicationIcon>App.ico</ApplicationIcon> | |
29 </PropertyGroup> | |
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
31 <DebugType>pdbonly</DebugType> | |
32 <Optimize>true</Optimize> | |
33 <OutputPath>bin\Release\</OutputPath> | |
34 <DefineConstants>TRACE</DefineConstants> | |
35 <ErrorReport>prompt</ErrorReport> | |
36 <WarningLevel>4</WarningLevel> | |
37 <AssemblyName>IBBoard.WarFoundry.GUI.GTK</AssemblyName> | |
38 <StartupObject>IBBoard.WarFoundry.GTK.FrmMainWindow</StartupObject> | |
39 <ApplicationIcon>App.ico</ApplicationIcon> | |
40 </PropertyGroup> | |
41 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
42 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
43 Other similar extension points exist, see Microsoft.Common.targets. | |
44 <Target Name="BeforeBuild"> | |
45 </Target> | |
46 <Target Name="AfterBuild"> | |
47 </Target> | |
48 --> | |
49 <ItemGroup> | |
50 <Compile Include="AssemblyInfo.cs" /> | |
51 <Compile Include="FrmChangeGameSystem.cs" /> | |
52 <Compile Include="FrmMainWindow.cs" /> | |
53 <Compile Include="FrmNewArmy.cs" /> | |
54 <Compile Include="FrmNewUnit.cs" /> | |
55 <Compile Include="Widgets\UnitDisplayWidget.cs" /> | |
56 <Compile Include="gtk-gui\generated.cs" /> | |
57 <Compile Include="gtk-gui\IBBoard.WarFoundry.GTK.FrmChangeGameSystem.cs" /> | |
58 <Compile Include="gtk-gui\IBBoard.WarFoundry.GTK.FrmMainWindow.cs" /> | |
59 <Compile Include="gtk-gui\IBBoard.WarFoundry.GTK.FrmNewArmy.cs" /> | |
60 <Compile Include="gtk-gui\IBBoard.WarFoundry.GTK.FrmNewUnit.cs" /> | |
61 <Compile Include="gtk-gui\IBBoard.WarFoundry.GTK.Widgets.UnitDisplayWidget.cs" /> | |
62 </ItemGroup> | |
63 <ItemGroup> | |
64 <Content Include="App.png" /> | |
65 <Content Include="libs\log4net.dll" /> | |
66 <Content Include="libs\log4net.xml" /> | |
67 </ItemGroup> | |
68 <ItemGroup> | |
69 <None Include="COPYING.GPL" /> | |
70 <None Include="COPYING.LGPL" /> | |
71 <None Include="translations\en.translation" /> | |
72 <None Include="WarFoundryGTK.exe.log4net" /> | |
73 <None Include="gtk-gui\gui.stetic" /> | |
74 <None Include="gtk-gui\objects.xml" /> | |
75 </ItemGroup> | |
76 <ItemGroup> | |
77 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> | |
78 <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> | |
79 <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821"> | |
80 <SpecificVersion>False</SpecificVersion> | |
81 <HintPath>libs\log4net.dll</HintPath> | |
82 </Reference> | |
83 <Reference Include="Mono.Posix" /> | |
84 <Reference Include="System" /> | |
85 </ItemGroup> | |
86 <ItemGroup> | |
87 <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj"> | |
88 <Project>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</Project> | |
89 <Name>IBBoard.WarFoundry.API</Name> | |
90 </ProjectReference> | |
91 <ProjectReference Include="..\IBBoard.WarFoundry.Plugin.Rollcall\IBBoard.WarFoundry.Plugin.Rollcall.csproj"> | |
92 <Project>{182E4A7C-7CFB-4337-A9AD-AB2DCA054A53}</Project> | |
93 <Name>IBBoard.WarFoundry.Plugin.Rollcall</Name> | |
94 </ProjectReference> | |
95 <ProjectReference Include="..\IBBoard\IBBoard.csproj"> | |
96 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> | |
97 <Name>IBBoard</Name> | |
98 </ProjectReference> | |
99 <ProjectReference Include="..\IBBoard.Log4Net\IBBoard.Log4Net.csproj"> | |
100 <Project>{DCBA3FB1-267A-4D89-955B-5C05785EE1CD}</Project> | |
101 <Name>IBBoard.Log4Net</Name> | |
102 </ProjectReference> | |
103 </ItemGroup> | |
104 <ItemGroup> | |
105 <EmbeddedResource Include="App.ico"> | |
106 <LogicalName>App.ico</LogicalName> | |
107 </EmbeddedResource> | |
108 </ItemGroup> | |
109 </Project> |