Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/27/11 23:24:25 (13 years ago)
Author:
mkommend
Message:

#1653: Extracted external libraries from trunk solution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Trunk/HeuristicLab.Analysis/3.3/Tests/HeuristicLab.Analysis.Tests-3.3.csproj

    r6832 r6842  
    2020    <DebugType>full</DebugType>
    2121    <Optimize>false</Optimize>
    22     <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
     22    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    2323    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2424    <ErrorReport>prompt</ErrorReport>
     
    2828    <DebugType>pdbonly</DebugType>
    2929    <Optimize>true</Optimize>
    30     <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
     30    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    3131    <DefineConstants>TRACE</DefineConstants>
    3232    <ErrorReport>prompt</ErrorReport>
     
    3535  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    3636    <DebugSymbols>true</DebugSymbols>
    37     <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
     37    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    3838    <DefineConstants>DEBUG;TRACE</DefineConstants>
    3939    <DebugType>full</DebugType>
     
    5050  </PropertyGroup>
    5151  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    52     <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
     52    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5353    <DefineConstants>TRACE</DefineConstants>
    5454    <Optimize>true</Optimize>
     
    6767  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    6868    <DebugSymbols>true</DebugSymbols>
    69     <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
     69    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7070    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7171    <DebugType>full</DebugType>
     
    8383  </PropertyGroup>
    8484  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    85     <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
     85    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8686    <DefineConstants>TRACE</DefineConstants>
    8787    <Optimize>true</Optimize>
Note: See TracChangeset for help on using the changeset viewer.