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