Ignore:
Timestamp:
02/12/10 08:44:29 (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.sln

    r1802 r1834  
    6363        {A9884ABF-46E8-42C1-A30B-9A3DD6C38004}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 
    6464        {A9884ABF-46E8-42C1-A30B-9A3DD6C38004}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 
    65         {A9884ABF-46E8-42C1-A30B-9A3DD6C38004}.Debug|Win32.ActiveCfg = Debug|Any CPU 
    66         {A9884ABF-46E8-42C1-A30B-9A3DD6C38004}.Debug|Win32.Build.0 = Debug|Any CPU 
     65        {A9884ABF-46E8-42C1-A30B-9A3DD6C38004}.Debug|Win32.ActiveCfg = Debug|x86 
     66        {A9884ABF-46E8-42C1-A30B-9A3DD6C38004}.Debug|Win32.Build.0 = Debug|x86 
    6767        {A9884ABF-46E8-42C1-A30B-9A3DD6C38004}.Debug|x64.ActiveCfg = Debug|Any CPU 
    6868        {A9884ABF-46E8-42C1-A30B-9A3DD6C38004}.Debug|x64.Build.0 = Debug|Any CPU 
Note: See TracChangeset for help on using the changeset viewer.