- Timestamp:
- 03/31/09 16:42:27 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Persistence/HeuristicLab.Persistence.csproj
r1472 r1474 34 34 <ErrorReport>prompt</ErrorReport> 35 35 <WarningLevel>4</WarningLevel> 36 </PropertyGroup> 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 38 <DebugSymbols>true</DebugSymbols> 39 <OutputPath>bin\x64\Debug\</OutputPath> 40 <DefineConstants>TRACE;DEBUG</DefineConstants> 41 <DebugType>full</DebugType> 42 <PlatformTarget>x64</PlatformTarget> 43 <ErrorReport>prompt</ErrorReport> 44 </PropertyGroup> 45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 46 <OutputPath>bin\x64\Release\</OutputPath> 47 <DefineConstants>TRACE</DefineConstants> 48 <Optimize>true</Optimize> 49 <DebugType>pdbonly</DebugType> 50 <PlatformTarget>x64</PlatformTarget> 51 <ErrorReport>prompt</ErrorReport> 52 </PropertyGroup> 53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 54 <DebugSymbols>true</DebugSymbols> 55 <OutputPath>bin\x86\Debug\</OutputPath> 56 <DefineConstants>TRACE;DEBUG</DefineConstants> 57 <DebugType>full</DebugType> 58 <PlatformTarget>x86</PlatformTarget> 59 <ErrorReport>prompt</ErrorReport> 60 </PropertyGroup> 61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 62 <OutputPath>bin\x86\Release\</OutputPath> 63 <DefineConstants>TRACE</DefineConstants> 64 <Optimize>true</Optimize> 65 <DebugType>pdbonly</DebugType> 66 <PlatformTarget>x86</PlatformTarget> 67 <ErrorReport>prompt</ErrorReport> 36 68 </PropertyGroup> 37 69 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.