comparison IBBoard.WarFoundry.GUI.GTK.csproj @ 115:5e8de1507cfb WarFoundry_v0.1

* Remove dependency on Rollcall plugin * Update to VS2008 project * Make sure SharpZipLib is included no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sat, 30 Apr 2011 14:08:45 +0000
parents 4a33b3012100
children
comparison
equal deleted inserted replaced
114:8b99d6aa623f 115:5e8de1507cfb
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup> 3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.50727</ProductVersion> 6 <ProductVersion>8.0.50727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion> 7 <SchemaVersion>2.0</SchemaVersion>
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>IBBoard.WarFoundry.GUI.GTK</RootNamespace> 11 <RootNamespace>IBBoard.WarFoundry.GUI.GTK</RootNamespace>
12 <StartupObject>IBBoard.WarFoundry.GUI.GTK.FrmMainWindow</StartupObject> 12 <StartupObject>IBBoard.WarFoundry.GUI.GTK.FrmMainWindow</StartupObject>
13 <ApplicationIcon>App.ico</ApplicationIcon> 13 <ApplicationIcon>App.ico</ApplicationIcon>
14 <AssemblyName>WarFoundry-GTK</AssemblyName> 14 <AssemblyName>WarFoundry-GTK</AssemblyName>
15 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
15 </PropertyGroup> 16 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols> 18 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType> 19 <DebugType>full</DebugType>
19 <Optimize>false</Optimize> 20 <Optimize>false</Optimize>
101 <HintPath>libs\log4net.dll</HintPath> 102 <HintPath>libs\log4net.dll</HintPath>
102 </Reference> 103 </Reference>
103 <Reference Include="Mono.Posix" /> 104 <Reference Include="Mono.Posix" />
104 <Reference Include="System" /> 105 <Reference Include="System" />
105 <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> 106 <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
107 <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
106 </ItemGroup> 108 </ItemGroup>
107 <ItemGroup> 109 <ItemGroup>
108 <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj"> 110 <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj">
109 <Project>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</Project> 111 <Project>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</Project>
110 <Name>IBBoard.WarFoundry.API</Name> 112 <Name>IBBoard.WarFoundry.API</Name>
111 </ProjectReference>
112 <ProjectReference Include="..\IBBoard.WarFoundry.Plugin.Rollcall\IBBoard.WarFoundry.Plugin.Rollcall.csproj">
113 <Project>{182E4A7C-7CFB-4337-A9AD-AB2DCA054A53}</Project>
114 <Name>IBBoard.WarFoundry.Plugin.Rollcall</Name>
115 </ProjectReference> 113 </ProjectReference>
116 <ProjectReference Include="..\IBBoard\IBBoard.csproj"> 114 <ProjectReference Include="..\IBBoard\IBBoard.csproj">
117 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> 115 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project>
118 <Name>IBBoard</Name> 116 <Name>IBBoard</Name>
119 </ProjectReference> 117 </ProjectReference>
120 <ProjectReference Include="..\IBBoard.GtkSharp\IBBoard.GtkSharp.csproj"> 118 <ProjectReference Include="..\IBBoard.GtkSharp\IBBoard.GtkSharp.csproj">
121 <Project>{06605A63-E433-42FE-93CF-0DA6630A7DF5}</Project> 119 <Project>{06605A63-E433-42FE-93CF-0DA6630A7DF5}</Project>
122 <Name>IBBoard.GtkSharp</Name> 120 <Name>IBBoard.GtkSharp</Name>
121 </ProjectReference>
122 <ProjectReference Include="..\SharpZipLib\ICSharpCode.SharpZLib.csproj">
123 <Project>{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}</Project>
124 <Name>ICSharpCode.SharpZLib</Name>
123 </ProjectReference> 125 </ProjectReference>
124 </ItemGroup> 126 </ItemGroup>
125 <ItemGroup> 127 <ItemGroup>
126 <EmbeddedResource Include="App.ico"> 128 <EmbeddedResource Include="App.ico">
127 <LogicalName>App.ico</LogicalName> 129 <LogicalName>App.ico</LogicalName>