Changeset 729 for trunk/sources/HeuristicLab.Hive.Client.Common/HeuristicLab.Hive.Client.Common.csproj
- Timestamp:
- 11/10/08 00:44:02 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Common/HeuristicLab.Hive.Client.Common.csproj
r718 r729 33 33 <ErrorReport>prompt</ErrorReport> 34 34 <WarningLevel>4</WarningLevel> 35 </PropertyGroup> 36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 37 <DebugSymbols>true</DebugSymbols> 38 <OutputPath>bin\x86\Debug\</OutputPath> 39 <DefineConstants>DEBUG;TRACE</DefineConstants> 40 <DebugType>full</DebugType> 41 <PlatformTarget>x86</PlatformTarget> 42 <ErrorReport>prompt</ErrorReport> 43 </PropertyGroup> 44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 45 <OutputPath>bin\x86\Release\</OutputPath> 46 <DefineConstants>TRACE</DefineConstants> 47 <Optimize>true</Optimize> 48 <DebugType>pdbonly</DebugType> 49 <PlatformTarget>x86</PlatformTarget> 50 <ErrorReport>prompt</ErrorReport> 35 51 </PropertyGroup> 36 52 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.