Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/30/11 12:30:20 (12 years ago)
Author:
mkommend
Message:

#1579: Changed relative paths of debugger visualizer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/DebuggerVisualizer/HeuristicLab.DebuggerVisualizers/HeuristicLab.DebuggerVisualizers.csproj

    r6417 r7102  
    6868  <ItemGroup>
    6969    <Reference Include="HeuristicLab.Common-3.3">
    70       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
     70      <HintPath>..\..\..\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
    7171    </Reference>
    7272    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
    73       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     73      <HintPath>..\..\..\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
    7474    </Reference>
    7575    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
    76       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
     76      <HintPath>..\..\..\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
    7777    </Reference>
    7878    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4">
    79       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
     79      <HintPath>..\..\..\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
    8080    </Reference>
    8181    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
    82       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
     82      <HintPath>..\..\..\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    8383    </Reference>
    8484    <Reference Include="Microsoft.VisualStudio.DebuggerVisualizers, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
Note: See TracChangeset for help on using the changeset viewer.