Changeset 1474 for trunk/sources/HeuristicLab.GP.SantaFe
- Timestamp:
- 03/31/09 16:42:27 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.GP.SantaFe/HeuristicLab.GP.SantaFe.csproj
r858 r1474 48 48 <DebugType>pdbonly</DebugType> 49 49 <PlatformTarget>x86</PlatformTarget> 50 <ErrorReport>prompt</ErrorReport> 51 </PropertyGroup> 52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 53 <DebugSymbols>true</DebugSymbols> 54 <OutputPath>bin\x64\Debug\</OutputPath> 55 <DefineConstants>DEBUG;TRACE</DefineConstants> 56 <DebugType>full</DebugType> 57 <PlatformTarget>x64</PlatformTarget> 58 <ErrorReport>prompt</ErrorReport> 59 </PropertyGroup> 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 61 <OutputPath>bin\x64\Release\</OutputPath> 62 <DefineConstants>TRACE</DefineConstants> 63 <Optimize>true</Optimize> 64 <DebugType>pdbonly</DebugType> 65 <PlatformTarget>x64</PlatformTarget> 50 66 <ErrorReport>prompt</ErrorReport> 51 67 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.