comparison IBBoard.WarFoundry.GUI.WinForms.csproj @ 178:a30116ec3ceb

Re #88: Complete initial WinForms UI * Migrate to VS.Net 2008 * Add sln file for easier rebuilding by other devs
author IBBoard <dev@ibboard.co.uk>
date Tue, 28 Sep 2010 19:51:20 +0000
parents 0e39412353c4
children e635f2cda674
comparison
equal deleted inserted replaced
177:845fdbe8cd50 178:a30116ec3ceb
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2 <PropertyGroup> 2 <PropertyGroup>
3 <ProjectType>Local</ProjectType> 3 <ProjectType>Local</ProjectType>
4 <ProductVersion>8.0.50727</ProductVersion> 4 <ProductVersion>9.0.30729</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion> 5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{72C59D77-E2A4-401C-91F2-12728056D9A9}</ProjectGuid> 6 <ProjectGuid>{72C59D77-E2A4-401C-91F2-12728056D9A9}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ApplicationIcon>App.ico</ApplicationIcon> 9 <ApplicationIcon>App.ico</ApplicationIcon>
24 </FileUpgradeFlags> 24 </FileUpgradeFlags>
25 <UpgradeBackupLocation> 25 <UpgradeBackupLocation>
26 </UpgradeBackupLocation> 26 </UpgradeBackupLocation>
27 <OldToolsVersion>2.0</OldToolsVersion> 27 <OldToolsVersion>2.0</OldToolsVersion>
28 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 28 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
29 <IsWebBootstrapper>false</IsWebBootstrapper>
29 <PublishUrl>publish\</PublishUrl> 30 <PublishUrl>publish\</PublishUrl>
30 <Install>true</Install> 31 <Install>true</Install>
31 <InstallFrom>Disk</InstallFrom> 32 <InstallFrom>Disk</InstallFrom>
32 <UpdateEnabled>false</UpdateEnabled> 33 <UpdateEnabled>false</UpdateEnabled>
33 <UpdateMode>Foreground</UpdateMode> 34 <UpdateMode>Foreground</UpdateMode>
36 <UpdatePeriodically>false</UpdatePeriodically> 37 <UpdatePeriodically>false</UpdatePeriodically>
37 <UpdateRequired>false</UpdateRequired> 38 <UpdateRequired>false</UpdateRequired>
38 <MapFileExtensions>true</MapFileExtensions> 39 <MapFileExtensions>true</MapFileExtensions>
39 <ApplicationRevision>0</ApplicationRevision> 40 <ApplicationRevision>0</ApplicationRevision>
40 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 41 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
41 <IsWebBootstrapper>false</IsWebBootstrapper>
42 <UseApplicationTrust>false</UseApplicationTrust> 42 <UseApplicationTrust>false</UseApplicationTrust>
43 <BootstrapperEnabled>true</BootstrapperEnabled> 43 <BootstrapperEnabled>true</BootstrapperEnabled>
44 </PropertyGroup> 44 </PropertyGroup>
45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
46 <OutputPath>bin\Debug\</OutputPath> 46 <OutputPath>bin\Debug\</OutputPath>
89 <DebugType>none</DebugType> 89 <DebugType>none</DebugType>
90 <ErrorReport>prompt</ErrorReport> 90 <ErrorReport>prompt</ErrorReport>
91 <UseVSHostingProcess>true</UseVSHostingProcess> 91 <UseVSHostingProcess>true</UseVSHostingProcess>
92 </PropertyGroup> 92 </PropertyGroup>
93 <ItemGroup> 93 <ItemGroup>
94 <Reference Include="IBBoardWF, Version=1.0.0.27120, Culture=neutral, processorArchitecture=MSIL">
95 <SpecificVersion>False</SpecificVersion>
96 <HintPath>..\IBBoard.Windows.Forms\obj\Release\IBBoardWF.dll</HintPath>
97 </Reference>
98 <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821" /> 94 <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821" />
99 <Reference Include="System"> 95 <Reference Include="System">
100 <Name>System</Name> 96 <Name>System</Name>
101 </Reference> 97 </Reference>
102 <Reference Include="System.Data"> 98 <Reference Include="System.Data">
291 </ItemGroup> 287 </ItemGroup>
292 <ItemGroup> 288 <ItemGroup>
293 <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj"> 289 <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj">
294 <Project>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</Project> 290 <Project>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</Project>
295 <Name>IBBoard.WarFoundry.API</Name> 291 <Name>IBBoard.WarFoundry.API</Name>
292 </ProjectReference>
293 <ProjectReference Include="..\IBBoard.Windows.Forms\IBBoard.Windows.Forms.csproj">
294 <Project>{E3790268-2082-4975-B1A3-C70B37842CE8}</Project>
295 <Name>IBBoard.Windows.Forms</Name>
296 </ProjectReference> 296 </ProjectReference>
297 <ProjectReference Include="..\IBBoard\IBBoard.csproj"> 297 <ProjectReference Include="..\IBBoard\IBBoard.csproj">
298 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> 298 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project>
299 <Name>IBBoard</Name> 299 <Name>IBBoard</Name>
300 </ProjectReference> 300 </ProjectReference>