Changeset 1474 for trunk/sources/HeuristicLab.Communication.Data/HeuristicLab.Communication.Data.csproj
- Timestamp:
- 03/31/09 16:42:27 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Communication.Data/HeuristicLab.Communication.Data.csproj
r858 r1474 69 69 <ErrorReport>prompt</ErrorReport> 70 70 </PropertyGroup> 71 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 72 <DebugSymbols>true</DebugSymbols> 73 <OutputPath>bin\x64\Debug\</OutputPath> 74 <DefineConstants>DEBUG;TRACE</DefineConstants> 75 <DebugType>full</DebugType> 76 <PlatformTarget>x64</PlatformTarget> 77 <ErrorReport>prompt</ErrorReport> 78 </PropertyGroup> 79 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 80 <OutputPath>bin\x64\Release\</OutputPath> 81 <DefineConstants>TRACE</DefineConstants> 82 <Optimize>true</Optimize> 83 <DebugType>pdbonly</DebugType> 84 <PlatformTarget>x64</PlatformTarget> 85 <ErrorReport>prompt</ErrorReport> 86 </PropertyGroup> 71 87 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 72 88 <!-- 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.