Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/08/19 11:53:03 (5 years ago)
Author:
abeham
Message:

#1954: fixed references

Location:
addons/HeuristicLab.MetaOptimization/HeuristicLab.HiveEngine/3.3
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.MetaOptimization/HeuristicLab.HiveEngine/3.3/HeuristicLab.HiveEngine-3.3.csproj

    r17029 r17108  
    109109  </PropertyGroup>
    110110  <ItemGroup>
    111     <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
    112       <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
    113     </Reference>
    114     <Reference Include="HEAL.Attic, Version=1.1.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    115       <HintPath>..\..\packages\HEAL.Attic.1.1.0\lib\net461\HEAL.Attic.dll</HintPath>
     111    <Reference Include="HEAL.Attic">
     112      <HintPath>..\..\..\..\trunk\bin\HEAL.Attic.dll</HintPath>
     113      <Private>False</Private>
    116114    </Reference>
    117115    <Reference Include="HeuristicLab.Clients.Hive-3.3">
     
    127125      <Private>False</Private>
    128126    </Reference>
    129     <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     127    <Reference Include="HeuristicLab.Common-3.3">
    130128      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
    131129      <Private>False</Private>
     
    137135    <Reference Include="HeuristicLab.Hive-3.3">
    138136      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Hive-3.3.dll</HintPath>
     137      <Private>False</Private>
    139138    </Reference>
    140139    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     
    154153    <Reference Include="System.Data" />
    155154    <Reference Include="System.Drawing" />
    156     <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
    157       <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
    158     </Reference>
    159155    <Reference Include="System.Runtime.Serialization" />
    160156    <Reference Include="System.Windows.Forms" />
     
    165161    <Compile Include="Exceptions\ScopeMergeException.cs" />
    166162    <Compile Include="Properties\AssemblyInfo.cs" />
    167     <None Include="packages.config" />
    168     <None Include="Plugin.cs.frame" />
    169163    <Compile Include="HiveEngine.cs" />
    170164    <Compile Include="Exceptions\HiveEngineException.cs" />
    171     <None Include="Properties\AssemblyInfo.cs.frame" />
    172165  </ItemGroup>
    173166  <ItemGroup>
     167    <None Include="Properties\AssemblyInfo.cs.frame" />
     168    <None Include="Plugin.cs.frame" />
    174169    <None Include="HeuristicLab.snk" />
    175170  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.