Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7356


Ignore:
Timestamp:
01/18/12 10:59:56 (12 years ago)
Author:
ascheibe
Message:

#1648 changed output dir so that assemblies can be easily referenced by OKB

Location:
branches/ClientUserManagement
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/ClientUserManagement

    • Property svn:ignore
      •  

        old new  
        33HeuristicLab.Services.Access.vsmdi
        44TestResults
         5ServerBinaries
  • branches/ClientUserManagement/HeuristicLab.GeoIP/1.12/HeuristicLab.GeoIP.csproj

    r6927 r7356  
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>bin\Debug\</OutputPath>
     20    <OutputPath>..\..\ServerBinaries\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
     
    2626    <DebugType>pdbonly</DebugType>
    2727    <Optimize>true</Optimize>
    28     <OutputPath>bin\Release\</OutputPath>
     28    <OutputPath>..\..\ServerBinaries\</OutputPath>
    2929    <DefineConstants>TRACE</DefineConstants>
    3030    <ErrorReport>prompt</ErrorReport>
  • branches/ClientUserManagement/HeuristicLab.Services.Access.DataAccess/3.3/HeuristicLab.Services.Access.DataAccess-3.3.csproj

    r6852 r7356  
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>bin\Debug\</OutputPath>
     20    <OutputPath>..\..\ServerBinaries\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
     
    2626    <DebugType>pdbonly</DebugType>
    2727    <Optimize>true</Optimize>
    28     <OutputPath>bin\Release\</OutputPath>
     28    <OutputPath>..\..\ServerBinaries\</OutputPath>
    2929    <DefineConstants>TRACE</DefineConstants>
    3030    <ErrorReport>prompt</ErrorReport>
  • branches/ClientUserManagement/HeuristicLab.Services.Access/3.3/HeuristicLab.Services.Access-3.3.csproj

    r7355 r7356  
    2121    <DebugType>full</DebugType>
    2222    <Optimize>false</Optimize>
    23     <OutputPath>bin\Debug\</OutputPath>
     23    <OutputPath>..\..\ServerBinaries\</OutputPath>
    2424    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2525    <ErrorReport>prompt</ErrorReport>
     
    2929    <DebugType>pdbonly</DebugType>
    3030    <Optimize>true</Optimize>
    31     <OutputPath>bin\Release\</OutputPath>
     31    <OutputPath>..\..\ServerBinaries\</OutputPath>
    3232    <DefineConstants>TRACE</DefineConstants>
    3333    <ErrorReport>prompt</ErrorReport>
     
    8989      <Project>{BE9B0229-9150-49A4-AEA6-BB58E055992F}</Project>
    9090      <Name>HeuristicLab.GeoIP</Name>
     91      <Private>False</Private>
    9192    </ProjectReference>
    9293    <ProjectReference Include="..\..\HeuristicLab.Services.Access.DataAccess\3.3\HeuristicLab.Services.Access.DataAccess-3.3.csproj">
    9394      <Project>{0F652437-998A-4EAB-8BF1-444B5FE8CE97}</Project>
    9495      <Name>HeuristicLab.Services.Access.DataAccess-3.3</Name>
     96      <Private>False</Private>
    9597    </ProjectReference>
    9698  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.