comparison IBBoard.WarFoundry.GUI.WinForms.csproj @ 31:9320e5a35c9d

Re #112: WinForms UI won't build on other machines * Drop back to a default build config that everyone can use * Remove unnecessary .user file Fix for IBBoard's setup that doesn't interfere with other people's setup is still required
author IBBoard <dev@ibboard.co.uk>
date Tue, 04 Aug 2009 19:11:45 +0000
parents eb470dc9aaa6
children e97867236672
comparison
equal deleted inserted replaced
30:eb470dc9aaa6 31:9320e5a35c9d
24 </FileUpgradeFlags> 24 </FileUpgradeFlags>
25 <UpgradeBackupLocation> 25 <UpgradeBackupLocation>
26 </UpgradeBackupLocation> 26 </UpgradeBackupLocation>
27 </PropertyGroup> 27 </PropertyGroup>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
29 <OutputPath>C:\Documents and Settings\ibboard\My Documents\Visual Studio 2005\Projects\bin\Debug\</OutputPath> 29 <OutputPath>bin\Debug\</OutputPath>
30 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 30 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
31 <BaseAddress>285212672</BaseAddress> 31 <BaseAddress>285212672</BaseAddress>
32 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> 32 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
33 <ConfigurationOverrideFile> 33 <ConfigurationOverrideFile>
34 </ConfigurationOverrideFile> 34 </ConfigurationOverrideFile>
48 <DebugType>full</DebugType> 48 <DebugType>full</DebugType>
49 <ErrorReport>prompt</ErrorReport> 49 <ErrorReport>prompt</ErrorReport>
50 <UseVSHostingProcess>true</UseVSHostingProcess> 50 <UseVSHostingProcess>true</UseVSHostingProcess>
51 </PropertyGroup> 51 </PropertyGroup>
52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53 <OutputPath>C:\Documents and Settings\ibboard\My Documents\Visual Studio 2005\Projects\bin\Release\</OutputPath> 53 <OutputPath>bin\Release\</OutputPath>
54 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 54 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
55 <BaseAddress>285212672</BaseAddress> 55 <BaseAddress>285212672</BaseAddress>
56 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> 56 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
57 <ConfigurationOverrideFile> 57 <ConfigurationOverrideFile>
58 </ConfigurationOverrideFile> 58 </ConfigurationOverrideFile>