Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12180 for trunk/sources


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

#2341: Fixed build configurations

Location:
trunk/sources
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs.sln

    r12179 r12180  
    417417    {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    418418    {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
    419     {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Debug|x64.ActiveCfg = Debug|Any CPU
    420     {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Debug|x86.ActiveCfg = Debug|Any CPU
     419    {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Debug|x64.ActiveCfg = Debug|x64
     420    {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Debug|x64.Build.0 = Debug|x64
     421    {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Debug|x86.ActiveCfg = Debug|x86
     422    {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Debug|x86.Build.0 = Debug|x86
    421423    {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
    422424    {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Release|Any CPU.Build.0 = Release|Any CPU
    423     {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Release|x64.ActiveCfg = Release|Any CPU
    424     {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Release|x86.ActiveCfg = Release|Any CPU
     425    {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Release|x64.ActiveCfg = Release|x64
     426    {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Release|x64.Build.0 = Release|x64
     427    {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Release|x86.ActiveCfg = Release|x86
     428    {832EA4F3-20F7-42D7-B079-B588BA559E5F}.Release|x86.Build.0 = Release|x86
    425429    {675A6EE4-DE7C-413E-8BEF-EB21E0384C87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    426430    {675A6EE4-DE7C-413E-8BEF-EB21E0384C87}.Debug|Any CPU.Build.0 = Debug|Any CPU
  • 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.