Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12104


Ignore:
Timestamp:
03/03/15 10:54:59 (9 years ago)
Author:
sraggl
Message:

#2341: BuildConfiguration for x86 fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/EPPlus-4.0.3/EPPlus-4.0.3.csproj

    r12074 r12104  
    7373    <PlatformTarget>AnyCPU</PlatformTarget>
    7474    <Prefer32Bit>false</Prefer32Bit>
     75  </PropertyGroup>
     76  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     77    <DebugSymbols>true</DebugSymbols>
     78    <OutputPath>bin\x86\Debug\</OutputPath>
     79    <DefineConstants>DEBUG;TRACE</DefineConstants>
     80    <DebugType>full</DebugType>
     81    <PlatformTarget>x86</PlatformTarget>
     82    <ErrorReport>prompt</ErrorReport>
     83    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     84  </PropertyGroup>
     85  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
     86    <OutputPath>bin\x86\Release\</OutputPath>
     87    <DefineConstants>TRACE</DefineConstants>
     88    <Optimize>true</Optimize>
     89    <DebugType>pdbonly</DebugType>
     90    <PlatformTarget>x86</PlatformTarget>
     91    <ErrorReport>prompt</ErrorReport>
     92    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    7593  </PropertyGroup>
    7694  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.