Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/10/15 13:57:40 (9 years ago)
Author:
abeham
Message:

#2341: Fixed build configurations

Location:
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/EPPlus-4.0.3
Files:
2 edited

Legend:

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

    • Property svn:ignore
      •  

        old new  
        11obj
         2bin
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/EPPlus-4.0.3/EPPlus-4.0.3.csproj

    r12104 r12180  
    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>
     
    8989    <DebugType>pdbonly</DebugType>
    9090    <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>
    91109    <ErrorReport>prompt</ErrorReport>
    92110    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
Note: See TracChangeset for help on using the changeset viewer.