Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/26/13 10:28:47 (11 years ago)
Author:
ascheibe
Message:

#2069 fixed project file to work with our directory layout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/HeuristicLab.Problems.Robocode.csproj

    r9609 r9761  
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>..\..\HeuristicLabTrunk\sources\bin\</OutputPath>
     20    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
     
    2727    <DebugType>pdbonly</DebugType>
    2828    <Optimize>true</Optimize>
    29     <OutputPath>bin\Release\</OutputPath>
     29    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    3030    <DefineConstants>TRACE</DefineConstants>
    3131    <ErrorReport>prompt</ErrorReport>
     
    3535  <ItemGroup>
    3636    <Reference Include="HeuristicLab.Collections-3.3">
    37       <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     37      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
    3838    </Reference>
    3939    <Reference Include="HeuristicLab.Common-3.3">
    40       <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     40      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
    4141    </Reference>
    4242    <Reference Include="HeuristicLab.Core-3.3">
    43       <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     43      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
    4444    </Reference>
    4545    <Reference Include="HeuristicLab.Core.Views-3.3">
    46       <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
     46      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
    4747    </Reference>
    4848    <Reference Include="HeuristicLab.Data-3.3">
    49       <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     49      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
    5050    </Reference>
    5151    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    5252      <SpecificVersion>False</SpecificVersion>
    53       <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
     53      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
    5454    </Reference>
    5555    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4">
    56       <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
     56      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
    5757    </Reference>
    5858    <Reference Include="HeuristicLab.MainForm-3.3">
    59       <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     59      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
    6060    </Reference>
    6161    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
    62       <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     62      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
    6363    </Reference>
    6464    <Reference Include="HeuristicLab.Operators-3.3">
    65       <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     65      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
    6666    </Reference>
    6767    <Reference Include="HeuristicLab.Optimization-3.3">
    68       <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     68      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
    6969    </Reference>
    7070    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
    71       <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
     71      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
    7272    </Reference>
    7373    <Reference Include="HeuristicLab.Parameters-3.3">
    74       <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     74      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
    7575    </Reference>
    7676    <Reference Include="HeuristicLab.Persistence-3.3">
    77       <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     77      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    7878    </Reference>
    7979    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    80       <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     80      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    8181    </Reference>
    8282    <Reference Include="System" />
Note: See TracChangeset for help on using the changeset viewer.