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.

Location:
branches/Trunk/HeuristicLab.Services.Deployment/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/Trunk/HeuristicLab.Services.Deployment/3.3/HeuristicLab.Services.Deployment-3.3.csproj

    r6832 r6842  
    2626    <DebugType>full</DebugType>
    2727    <Optimize>false</Optimize>
    28     <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
     28    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    2929    <DefineConstants>DEBUG;TRACE</DefineConstants>
    3030    <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>
     
    5151  </PropertyGroup>
    5252  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    53     <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
     53    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5454    <DefineConstants>TRACE</DefineConstants>
    5555    <Optimize>true</Optimize>
     
    6161  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    6262    <DebugSymbols>true</DebugSymbols>
    63     <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
     63    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6464    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6565    <DebugType>full</DebugType>
     
    6969  </PropertyGroup>
    7070  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    71     <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
     71    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7272    <DefineConstants>TRACE</DefineConstants>
    7373    <Optimize>true</Optimize>
  • branches/Trunk/HeuristicLab.Services.Deployment/3.3/Tests/HeuristicLab.Services.Deployment-3.3.Tests.csproj

    r6832 r6842  
    3838    <DebugType>full</DebugType>
    3939    <Optimize>false</Optimize>
    40     <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
     40    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4141    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4242    <ErrorReport>prompt</ErrorReport>
     
    5555  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    5656    <DebugSymbols>true</DebugSymbols>
    57     <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
     57    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5858    <DefineConstants>DEBUG;TRACE</DefineConstants>
    5959    <DebugType>full</DebugType>
     
    6363  </PropertyGroup>
    6464  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    65     <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
     65    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6666    <DefineConstants>TRACE</DefineConstants>
    6767    <Optimize>true</Optimize>
     
    7373  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    7474    <DebugSymbols>true</DebugSymbols>
    75     <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
     75    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7676    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7777    <DebugType>full</DebugType>
     
    8181  </PropertyGroup>
    8282  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    83     <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
     83    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    8484    <DefineConstants>TRACE</DefineConstants>
    8585    <Optimize>true</Optimize>
Note: See TracChangeset for help on using the changeset viewer.