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.Experiment/3.3/HeuristicLab.Hive.Experiment-3.3.csproj

    r4171 r4296  
    5656  <ItemGroup>
    5757    <Reference Include="HeuristicLab.Collections-3.3">
    58       <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
     58      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
    5959    </Reference>
    6060    <Reference Include="HeuristicLab.Common-3.3">
    61       <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
     61      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
    6262    </Reference>
    6363    <Reference Include="HeuristicLab.Common.Resources-3.3">
    64       <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     64      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    6565    </Reference>
    6666    <Reference Include="HeuristicLab.Core-3.3">
    67       <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     67      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
    6868    </Reference>
    6969    <Reference Include="HeuristicLab.Data-3.3">
    70       <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
    71     </Reference>
    72     <Reference Include="HeuristicLab.DataAccess-3.3">
    73       <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.DataAccess-3.3.dll</HintPath>
     70      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
    7471    </Reference>
    7572    <Reference Include="HeuristicLab.Optimization-3.3">
    76       <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
     73      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
    7774    </Reference>
    7875    <Reference Include="HeuristicLab.Persistence-3.3">
    79       <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
     76      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
    8077    </Reference>
    8178    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    82       <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     79      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    8380    </Reference>
    84     <Reference Include="HeuristicLab.Tracing-3.3" />
     81    <Reference Include="HeuristicLab.Tracing-3.3">
     82      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>
     83    </Reference>
    8584    <Reference Include="System" />
    8685    <Reference Include="System.Core" />
     
    119118  </ItemGroup>
    120119  <ItemGroup>
     120    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
     121      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
     122      <Name>HeuristicLab.DataAccess-3.3</Name>
     123    </ProjectReference>
    121124    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
    122125      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
Note: See TracChangeset for help on using the changeset viewer.