Free cookie consent management tool by TermsFeed Policy Generator

Changeset 17108


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

#1954: fixed references

Location:
addons/HeuristicLab.MetaOptimization
Files:
2 deleted
2 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>
  • addons/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/HeuristicLab.Problems.MetaOptimization-3.3.csproj

    r17029 r17108  
    7676  </PropertyGroup>
    7777  <ItemGroup>
    78     <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
    79       <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
    80     </Reference>
    81     <Reference Include="HEAL.Attic, Version=1.1.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    82       <HintPath>..\..\packages\HEAL.Attic.1.1.0\lib\net461\HEAL.Attic.dll</HintPath>
     78    <Reference Include="HEAL.Attic">
     79      <HintPath>..\..\..\..\trunk\bin\HEAL.Attic.dll</HintPath>
     80      <Private>False</Private>
    8381    </Reference>
    8482    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
     
    178176    <Reference Include="System.Core" />
    179177    <Reference Include="System.Drawing" />
    180     <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
    181       <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
    182     </Reference>
    183178    <Reference Include="System.Xml.Linq" />
    184179    <Reference Include="System.Data.DataSetExtensions" />
     
    206201    <Compile Include="Plugin.cs" />
    207202    <Compile Include="TypeValue.cs" />
    208     <None Include="packages.config" />
    209     <None Include="Plugin.cs.frame" />
    210     <None Include="Properties\AssemblyInfo.cs.frame" />
    211203    <Compile Include="Analyzers\SolutionCacheAnalyzer.cs" />
    212204    <Compile Include="Analyzers\ReferenceQualityAnalyzer.cs" />
     
    264256  <ItemGroup>
    265257    <None Include="HeuristicLab.snk" />
     258    <None Include="Plugin.cs.frame" />
     259    <None Include="Properties\AssemblyInfo.cs.frame" />
    266260  </ItemGroup>
    267261  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.