Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/23/10 17:49:43 (14 years ago)
Author:
cneumuel
Message:

corrected assembly reference paths, added some missing files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console/3.3/HeuristicLab.Hive.Server.Console-3.3.csproj

    r4171 r4296  
    7979  <ItemGroup>
    8080    <Reference Include="HeuristicLab.Common-3.3">
    81       <HintPath>..\..\HeuristicLab.Hive.JobBase\3.3\bin\Debug\HeuristicLab.Common-3.3.dll</HintPath>
     81      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
    8282    </Reference>
    8383    <Reference Include="HeuristicLab.Core-3.3">
    84       <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     84      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
    8585    </Reference>
    8686    <Reference Include="HeuristicLab.Persistence-3.3">
    87       <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
     87      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
    8888    </Reference>
    8989    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    90       <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     90      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    9191    </Reference>
    9292    <Reference Include="HeuristicLab.Tracing-3.3">
    93       <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>
     93      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>
    9494    </Reference>
    9595    <Reference Include="System" />
Note: See TracChangeset for help on using the changeset viewer.