Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/08/19 00:23:12 (5 years ago)
Author:
mkommend
Message:

#2520: Merged 16584, 16585,16594,16595, 16625, 16658, 16659, 16672, 16707, 16729, 16792, 16796, 16797, 16799, 16819, 16906, 16907, 16908, 16933, 16945, 16992, 16994, 16995, 16996, 16997, 17014, 17015, 17017, 17020, 17021, 17022, 17023, 17024, 17029, 17086, 17087, 17088, 17089 into stable.

Location:
stable
Files:
5 edited
2 copied

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.ExtLibs

  • stable/HeuristicLab.ExtLibs/HeuristicLab.Attic/1.0.0/HeuristicLab.Attic.csproj

    r16658 r17105  
    3636  </PropertyGroup>
    3737  <ItemGroup>
    38     <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    39       <HintPath>..\..\..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    40     </Reference>
    4138    <Reference Include="System" />
    4239    <Reference Include="System.Core" />
     
    6461  <ItemGroup>
    6562    <PackageReference Include="HEAL.Attic">
    66       <Version>1.0.0-pre04</Version>
     63      <Version>1.2.0</Version>
    6764    </PackageReference>
     65  </ItemGroup>
     66  <ItemGroup>
     67    <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
     68      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
     69      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     70      <Private>False</Private>
     71    </ProjectReference>
     72    <ProjectReference Include="..\..\HeuristicLab.Protobuf\3.6.1\HeuristicLab.Protobuf.csproj">
     73      <Project>{44b10478-d290-43d3-9757-c08f5292fea5}</Project>
     74      <Name>HeuristicLab.Protobuf</Name>
     75    </ProjectReference>
    6876  </ItemGroup>
    6977  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • stable/HeuristicLab.ExtLibs/HeuristicLab.Attic/1.0.0/Plugin.cs.frame

    r16658 r17105  
    3131  [PluginFile("HEAL.Attic.dll", PluginFileType.Assembly)]
    3232  [PluginFile("HEAL.Attic.License.txt", PluginFileType.License)]
    33   [PluginFile("Google.Protobuf.dll", PluginFileType.Assembly)]
    3433  [PluginFile("System.Drawing.Common.dll", PluginFileType.Assembly)]
     34  [PluginDependency("HeuristicLab.Protobuf", "3.6.1")]
    3535  public class Plugin : PluginBase {
    3636  }
  • stable/HeuristicLab.ExtLibs/HeuristicLab.Protobuf/3.6.1/HeuristicLab.Protobuf.csproj

    r16792 r17105  
    3636  </PropertyGroup>
    3737  <ItemGroup>
    38     <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    39       <HintPath>$(SolutionDir)\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    40     </Reference>
    4138    <Reference Include="System" />
    4239    <Reference Include="System.Core" />
     
    6764    </PackageReference>
    6865  </ItemGroup>
     66  <ItemGroup>
     67    <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
     68      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
     69      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     70      <Private>False</Private>
     71    </ProjectReference>
     72  </ItemGroup>
    6973  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    7074  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.