changeset 32:e97867236672

Re #112: WinForms UI won't build on other machines * Use HOMEDRIVE and HOMEPATH variables to construct a path that should be in a user-writable area for everyone and isn't on a mapped network drive for IBBoard. Seems to work, but needs confirmation from others
author IBBoard <dev@ibboard.co.uk>
date Tue, 04 Aug 2009 19:40:20 +0000
parents 9320e5a35c9d
children 67c283ea77a7
files IBBoard.WarFoundry.GUI.WinForms.csproj
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/IBBoard.WarFoundry.GUI.WinForms.csproj	Tue Aug 04 19:11:45 2009 +0000
+++ b/IBBoard.WarFoundry.GUI.WinForms.csproj	Tue Aug 04 19:40:20 2009 +0000
@@ -26,7 +26,7 @@
     </UpgradeBackupLocation>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <OutputPath>bin\Debug\</OutputPath>
+    <OutputPath>$(HOMEDRIVE)$(HOMEPATH)\IBBoard.WarFoundry.GUI.WinForms\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>bin\Release\</OutputPath>
+    <OutputPath>$(HOMEDRIVE)$(HOMEPATH)\IBBoard.WarFoundry.GUI.WinForms\bin\Release\</OutputPath>
     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
     <BaseAddress>285212672</BaseAddress>
     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>