Changeset 1474 for trunk/sources/HeuristicLab.DataAccess
- Timestamp:
- 03/31/09 16:42:27 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataAccess/HeuristicLab.DataAccess.csproj
r1468 r1474 64 64 <DebugType>pdbonly</DebugType> 65 65 <PlatformTarget>x86</PlatformTarget> 66 <ErrorReport>prompt</ErrorReport> 67 </PropertyGroup> 68 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 69 <DebugSymbols>true</DebugSymbols> 70 <OutputPath>bin\x64\Debug\</OutputPath> 71 <DefineConstants>DEBUG;TRACE</DefineConstants> 72 <DebugType>full</DebugType> 73 <PlatformTarget>x64</PlatformTarget> 74 <ErrorReport>prompt</ErrorReport> 75 </PropertyGroup> 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 77 <OutputPath>bin\x64\Release\</OutputPath> 78 <DefineConstants>TRACE</DefineConstants> 79 <Optimize>true</Optimize> 80 <DebugType>pdbonly</DebugType> 81 <PlatformTarget>x64</PlatformTarget> 66 82 <ErrorReport>prompt</ErrorReport> 67 83 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.