Changeset 1474 for trunk/sources/HeuristicLab.PluginInfrastructure
- Timestamp:
- 03/31/09 16:42:27 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/HeuristicLab.PluginInfrastructure.csproj
r1439 r1474 54 54 <DebugType>pdbonly</DebugType> 55 55 <PlatformTarget>x86</PlatformTarget> 56 <ErrorReport>prompt</ErrorReport> 57 </PropertyGroup> 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 59 <DebugSymbols>true</DebugSymbols> 60 <OutputPath>bin\x64\Debug\</OutputPath> 61 <DefineConstants>DEBUG;TRACE</DefineConstants> 62 <DebugType>full</DebugType> 63 <PlatformTarget>x64</PlatformTarget> 64 <ErrorReport>prompt</ErrorReport> 65 </PropertyGroup> 66 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 67 <OutputPath>bin\x64\Release\</OutputPath> 68 <DefineConstants>TRACE</DefineConstants> 69 <DocumentationFile>bin\Release\HeuristicLab.PluginInfrastructure.XML</DocumentationFile> 70 <Optimize>true</Optimize> 71 <DebugType>pdbonly</DebugType> 72 <PlatformTarget>x64</PlatformTarget> 56 73 <ErrorReport>prompt</ErrorReport> 57 74 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.