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.DebugEngine/3.3/HeuristicLab.DebugEngine-3.3.csproj

    r6833 r6842  
    2121    <DebugType>full</DebugType>
    2222    <Optimize>false</Optimize>
    23     <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
     23    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    2424    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2525    <ErrorReport>prompt</ErrorReport>
     
    3030    <DebugType>pdbonly</DebugType>
    3131    <Optimize>true</Optimize>
    32     <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
     32    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    3333    <DefineConstants>TRACE</DefineConstants>
    3434    <ErrorReport>prompt</ErrorReport>
     
    4343  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    4444    <DebugSymbols>true</DebugSymbols>
    45     <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
     45    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4646    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4747    <DebugType>full</DebugType>
     
    5959  </PropertyGroup>
    6060  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    61     <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
     61    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6262    <DefineConstants>TRACE</DefineConstants>
    6363    <Optimize>true</Optimize>
     
    7676  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    7777    <PlatformTarget>x64</PlatformTarget>
    78     <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
     78    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7979  </PropertyGroup>
    8080  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    8181    <PlatformTarget>x64</PlatformTarget>
    82     <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
     82    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8383  </PropertyGroup>
    8484  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.