Changeset 2900 for trunk/sources/HeuristicLab.Parameters
- Timestamp:
- 03/01/10 17:17:43 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Parameters/3.3/HeuristicLab.Parameters-3.3.csproj
r2891 r2900 45 45 <OutputPath>bin\x64\Release\</OutputPath> 46 46 <DefineConstants>TRACE</DefineConstants> 47 <DocumentationFile>bin\ Release\HeuristicLab.Parameters-3.3.XML</DocumentationFile>47 <DocumentationFile>bin\x64\Release\HeuristicLab.Parameters-3.3.XML</DocumentationFile> 48 48 <Optimize>true</Optimize> 49 49 <DebugType>pdbonly</DebugType> 50 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>DEBUG;TRACE</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 <DocumentationFile>bin\x86\Release\HeuristicLab.Parameters-3.3.XML</DocumentationFile> 65 <Optimize>true</Optimize> 66 <DebugType>pdbonly</DebugType> 67 <PlatformTarget>x86</PlatformTarget> 51 68 <ErrorReport>prompt</ErrorReport> 52 69 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.