Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/08/10 14:47:05 (13 years ago)
Author:
epitzer
Message:

Correct reference hit path (#47)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DebugEngine/HeuristicLab.DebugEngine.csproj

    r4743 r4744  
    8282  <ItemGroup>
    8383    <Reference Include="HeuristicLab.Collections-3.3">
    84       <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
     84      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
    8585    </Reference>
    8686    <Reference Include="HeuristicLab.Common-3.3">
    87       <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
     87      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
    8888    </Reference>
    8989    <Reference Include="HeuristicLab.Common.Resources-3.3">
    90       <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     90      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    9191    </Reference>
    9292    <Reference Include="HeuristicLab.Core-3.3">
    93       <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     93      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
    9494    </Reference>
    9595    <Reference Include="HeuristicLab.Core.Views-3.3">
    96       <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
     96      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
    9797    </Reference>
    9898    <Reference Include="HeuristicLab.MainForm-3.3">
    99       <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
     99      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
    100100    </Reference>
    101101    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
    102       <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     102      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
    103103    </Reference>
    104104    <Reference Include="HeuristicLab.Persistence-3.3">
    105       <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
     105      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
    106106    </Reference>
    107107    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    108       <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     108      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    109109    </Reference>
    110110    <Reference Include="System" />
Note: See TracChangeset for help on using the changeset viewer.