Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/11/17 01:12:32 (7 years ago)
Author:
abeham
Message:

#2648: merged r14222 to stable

Location:
stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.ExtLibs

  • stable/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.0.9/SimSharp-3.0.9/SimSharp-3.0.9.csproj

    r14196 r14668  
    2121    <DebugType>full</DebugType>
    2222    <Optimize>false</Optimize>
    23     <OutputPath>bin\Debug\</OutputPath>
     23    <OutputPath>..\..\..\..\bin\</OutputPath>
    2424    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2525    <ErrorReport>prompt</ErrorReport>
     
    2727  </PropertyGroup>
    2828  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
    29     <OutputPath>bin\Release\</OutputPath>
     29    <OutputPath>..\..\..\..\bin\</OutputPath>
    3030    <DefineConstants>TRACE</DefineConstants>
    3131    <Optimize>true</Optimize>
     
    3434    <ErrorReport>prompt</ErrorReport>
    3535    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    36     <DocumentationFile>bin\Release\SimSharp-3.0.9.xml</DocumentationFile>
     36    <DocumentationFile>
     37    </DocumentationFile>
    3738  </PropertyGroup>
    3839  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    3940    <DebugSymbols>true</DebugSymbols>
    40     <OutputPath>bin\x64\Debug\</OutputPath>
     41    <OutputPath>..\..\..\..\bin\</OutputPath>
    4142    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4243    <DebugType>full</DebugType>
     
    4647  </PropertyGroup>
    4748  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    48     <OutputPath>bin\x64\Release\</OutputPath>
     49    <OutputPath>..\..\..\..\bin\</OutputPath>
    4950    <DefineConstants>TRACE</DefineConstants>
    50     <DocumentationFile>bin\Release\SimSharp-3.0.9.xml</DocumentationFile>
     51    <DocumentationFile>
     52    </DocumentationFile>
    5153    <Optimize>true</Optimize>
    5254    <DebugType>pdbonly</DebugType>
     
    5759  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    5860    <DebugSymbols>true</DebugSymbols>
    59     <OutputPath>bin\x86\Debug\</OutputPath>
     61    <OutputPath>..\..\..\..\bin\</OutputPath>
    6062    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6163    <DebugType>full</DebugType>
     
    6567  </PropertyGroup>
    6668  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    67     <OutputPath>bin\x86\Release\</OutputPath>
     69    <OutputPath>..\..\..\..\bin\</OutputPath>
    6870    <DefineConstants>TRACE</DefineConstants>
    69     <DocumentationFile>bin\Release\SimSharp-3.0.9.xml</DocumentationFile>
     71    <DocumentationFile>
     72    </DocumentationFile>
    7073    <Optimize>true</Optimize>
    7174    <DebugType>pdbonly</DebugType>
Note: See TracChangeset for help on using the changeset viewer.