changeset 136:b1741be290c5

Closes #261: Make WinForms project use standard setup * Drop back to "bin\Debug" and "bin\Release" Solution found at http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=364 (create higher permission code-group based on URL of mapped drive)
author IBBoard <dev@ibboard.co.uk>
date Sat, 03 Apr 2010 19:46:11 +0000
parents c095c57a56f9
children ce63500e0ec1
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	Sat Apr 03 15:51:22 2010 +0000
+++ b/IBBoard.WarFoundry.GUI.WinForms.csproj	Sat Apr 03 19:46:11 2010 +0000
@@ -26,7 +26,7 @@
     </UpgradeBackupLocation>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <OutputPath>$(HOMEDRIVE)$(HOMEPATH)\IBBoard.WarFoundry.GUI.WinForms\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>$(HOMEDRIVE)$(HOMEPATH)\IBBoard.WarFoundry.GUI.WinForms\bin\Release\</OutputPath>
+    <OutputPath>bin\Release\</OutputPath>
     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
     <BaseAddress>285212672</BaseAddress>
     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>