Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7155


Ignore:
Timestamp:
12/08/11 16:39:00 (12 years ago)
Author:
ascheibe
Message:

#1579 don't build deployment service projects to the HL output dir

Location:
trunk/sources
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.Deployment.DataAccess/3.3/HeuristicLab.Services.Deployment.DataAccess-3.3.csproj

    r7010 r7155  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     43    <OutputPath>bin\Debug\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    5050    <DebugType>pdbonly</DebugType>
    5151    <Optimize>true</Optimize>
    52     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     52    <OutputPath>bin\Release\</OutputPath>
    5353    <DefineConstants>TRACE</DefineConstants>
    5454    <ErrorReport>prompt</ErrorReport>
     
    5858  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    5959    <DebugSymbols>true</DebugSymbols>
    60     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     60    <OutputPath>bin\Debug\</OutputPath>
    6161    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6262    <DebugType>full</DebugType>
     
    6666  </PropertyGroup>
    6767  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    68     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     68    <OutputPath>bin\Release\</OutputPath>
    6969    <DefineConstants>TRACE</DefineConstants>
    7070    <Optimize>true</Optimize>
     
    7676  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    7777    <DebugSymbols>true</DebugSymbols>
    78     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     78    <OutputPath>bin\Debug\</OutputPath>
    7979    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8080    <DebugType>full</DebugType>
     
    8484  </PropertyGroup>
    8585  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    86     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     86    <OutputPath>bin\Release\</OutputPath>
    8787    <DefineConstants>TRACE</DefineConstants>
    8888    <Optimize>true</Optimize>
  • trunk/sources/HeuristicLab.Services.Deployment/3.3/HeuristicLab.Services.Deployment-3.3.csproj

    r7010 r7155  
    2727    <DebugType>full</DebugType>
    2828    <Optimize>false</Optimize>
    29     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     29    <OutputPath>bin\Debug\</OutputPath>
    3030    <DefineConstants>DEBUG;TRACE</DefineConstants>
    3131    <ErrorReport>prompt</ErrorReport>
     
    3636    <DebugType>pdbonly</DebugType>
    3737    <Optimize>true</Optimize>
    38     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     38    <OutputPath>bin\Release\</OutputPath>
    3939    <DefineConstants>TRACE</DefineConstants>
    4040    <ErrorReport>prompt</ErrorReport>
     
    4444  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    4545    <DebugSymbols>true</DebugSymbols>
    46     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     46    <OutputPath>bin\Debug\</OutputPath>
    4747    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4848    <DebugType>full</DebugType>
     
    5252  </PropertyGroup>
    5353  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    54     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     54    <OutputPath>bin\Release\</OutputPath>
    5555    <DefineConstants>TRACE</DefineConstants>
    5656    <Optimize>true</Optimize>
     
    6262  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    6363    <DebugSymbols>true</DebugSymbols>
    64     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     64    <OutputPath>bin\Debug\</OutputPath>
    6565    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6666    <DebugType>full</DebugType>
     
    7070  </PropertyGroup>
    7171  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    72     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     72    <OutputPath>bin\Release\</OutputPath>
    7373    <DefineConstants>TRACE</DefineConstants>
    7474    <Optimize>true</Optimize>
  • trunk/sources/HeuristicLab.Services.Deployment/3.3/Tests/HeuristicLab.Services.Deployment-3.3.Tests.csproj

    r6866 r7155  
    3838    <DebugType>full</DebugType>
    3939    <Optimize>false</Optimize>
    40     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     40    <OutputPath>bin\Debug\</OutputPath>
    4141    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4242    <ErrorReport>prompt</ErrorReport>
     
    4747    <DebugType>pdbonly</DebugType>
    4848    <Optimize>true</Optimize>
    49     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     49    <OutputPath>bin\Release\</OutputPath>
    5050    <DefineConstants>TRACE</DefineConstants>
    5151    <ErrorReport>prompt</ErrorReport>
     
    5555  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    5656    <DebugSymbols>true</DebugSymbols>
    57     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     57    <OutputPath>bin\Debug\</OutputPath>
    5858    <DefineConstants>DEBUG;TRACE</DefineConstants>
    5959    <DebugType>full</DebugType>
     
    6363  </PropertyGroup>
    6464  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    65     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     65    <OutputPath>bin\Release\</OutputPath>
    6666    <DefineConstants>TRACE</DefineConstants>
    6767    <Optimize>true</Optimize>
     
    7373  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    7474    <DebugSymbols>true</DebugSymbols>
    75     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     75    <OutputPath>bin\Debug\</OutputPath>
    7676    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7777    <DebugType>full</DebugType>
     
    8181  </PropertyGroup>
    8282  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    83     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     83    <OutputPath>bin\Release\</OutputPath>
    8484    <DefineConstants>TRACE</DefineConstants>
    8585    <Optimize>true</Optimize>
     
    104104      <Project>{EBEBA863-DD05-4331-BE25-5758B15F7407}</Project>
    105105      <Name>HeuristicLab.Services.Deployment.DataAccess-3.3</Name>
    106   <Private>False</Private></ProjectReference>
     106      <Private>False</Private>
     107    </ProjectReference>
    107108    <ProjectReference Include="..\HeuristicLab.Services.Deployment-3.3.csproj">
    108109      <Project>{30D8C5F1-CD3A-4EC1-907F-430177A03FBE}</Project>
    109110      <Name>HeuristicLab.Services.Deployment-3.3</Name>
    110   <Private>False</Private></ProjectReference>
     111      <Private>False</Private>
     112    </ProjectReference>
    111113  </ItemGroup>
    112114  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.