Ignore:
Timestamp:
2/12/2010 8:44:29 AM (2 years ago)
Author:
lowjoel
Message:

If we're building under the win32 solution platform, set the Eraser program to be x86-only. This is useful for debugging native/managed code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser6/Eraser/Eraser.csproj

    r1802 r1834  
    5050    <WarningLevel>4</WarningLevel> 
    5151  </PropertyGroup> 
     52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 
     53    <PlatformTarget>x86</PlatformTarget> 
     54    <OutputPath>..\bin\Debug\</OutputPath> 
     55  </PropertyGroup> 
     56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 
     57    <OutputPath>..\bin\Release\</OutputPath> 
     58  </PropertyGroup> 
    5259  <ItemGroup> 
    5360    <Reference Include="BevelLine, Version=1.0.2859.29240, Culture=neutral, processorArchitecture=MSIL"> 
Note: See TracChangeset for help on using the changeset viewer.