Changeset 1474 for trunk/sources/HeuristicLab.Hive.Server.DataAccess
- Timestamp:
- 03/31/09 16:42:27 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.DataAccess/HeuristicLab.Hive.Server.DataAccess.csproj
r1402 r1474 51 51 <ErrorReport>prompt</ErrorReport> 52 52 </PropertyGroup> 53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 54 <DebugSymbols>true</DebugSymbols> 55 <OutputPath>bin\x64\Debug\</OutputPath> 56 <DefineConstants>DEBUG;TRACE</DefineConstants> 57 <DebugType>full</DebugType> 58 <PlatformTarget>x64</PlatformTarget> 59 <ErrorReport>prompt</ErrorReport> 60 </PropertyGroup> 61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 62 <OutputPath>bin\x64\Release\</OutputPath> 63 <DefineConstants>TRACE</DefineConstants> 64 <Optimize>true</Optimize> 65 <DebugType>pdbonly</DebugType> 66 <PlatformTarget>x64</PlatformTarget> 67 <ErrorReport>prompt</ErrorReport> 68 </PropertyGroup> 53 69 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 54 70 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.