diff 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
line wrap: on
line diff
--- a/IBBoard.WarFoundry.GUI.WinForms.csproj	Mon Aug 03 20:07:23 2009 +0000
+++ b/IBBoard.WarFoundry.GUI.WinForms.csproj	Tue Aug 04 19:11:45 2009 +0000
@@ -26,7 +26,7 @@
     </UpgradeBackupLocation>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <OutputPath>C:\Documents and Settings\ibboard\My Documents\Visual Studio 2005\Projects\bin\Debug\</OutputPath>
+    <OutputPath>bin\Debug\</OutputPath>
     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
     <BaseAddress>285212672</BaseAddress>
     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
@@ -50,7 +50,7 @@
     <UseVSHostingProcess>true</UseVSHostingProcess>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <OutputPath>C:\Documents and Settings\ibboard\My Documents\Visual Studio 2005\Projects\bin\Release\</OutputPath>
+    <OutputPath>bin\Release\</OutputPath>
     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
     <BaseAddress>285212672</BaseAddress>
     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>