Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/10/15 12:07:08 (9 years ago)
Author:
mkommend
Message:

#2341: Merged all EPPlus changes into stable.

Location:
stable
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.ExtLibs

  • stable/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/EPPlus-4.0.3

    • Property svn:ignore set to
      obj
      bin
  • stable/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/EPPlus-4.0.3/EPPlus-4.0.3.csproj

    r12074 r12707  
    4949    <DebugType>full</DebugType>
    5050    <Optimize>false</Optimize>
    51     <OutputPath>..\..\..\..\bin\</OutputPath>
     51    <OutputPath>bin\Debug\</OutputPath>
    5252    <DefineConstants>DEBUG;TRACE</DefineConstants>
    5353    <ErrorReport>prompt</ErrorReport>
     
    6464    <DebugType>pdbonly</DebugType>
    6565    <Optimize>true</Optimize>
    66     <OutputPath>..\..\..\..\bin\</OutputPath>
     66    <OutputPath>bin\Release\</OutputPath>
    6767    <DefineConstants>TRACE</DefineConstants>
    6868    <ErrorReport>prompt</ErrorReport>
     
    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>
     93  </PropertyGroup>
     94  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     95    <DebugSymbols>true</DebugSymbols>
     96    <OutputPath>bin\x64\Debug\</OutputPath>
     97    <DefineConstants>DEBUG;TRACE</DefineConstants>
     98    <DebugType>full</DebugType>
     99    <PlatformTarget>x64</PlatformTarget>
     100    <ErrorReport>prompt</ErrorReport>
     101    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     102  </PropertyGroup>
     103  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     104    <OutputPath>bin\x64\Release\</OutputPath>
     105    <DefineConstants>TRACE</DefineConstants>
     106    <Optimize>true</Optimize>
     107    <DebugType>pdbonly</DebugType>
     108    <PlatformTarget>x64</PlatformTarget>
     109    <ErrorReport>prompt</ErrorReport>
     110    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    75111  </PropertyGroup>
    76112  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.