Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/16/19 14:27:17 (5 years ago)
Author:
abeham
Message:

#2520: Extracted Google.Protobuf into own extlib plugin and added both plugin dependency and assembly reference (build order) in HeuristicLab.Attic

Location:
trunk/HeuristicLab.ExtLibs/HeuristicLab.Attic/1.0.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.ExtLibs/HeuristicLab.Attic/1.0.0/HeuristicLab.Attic.csproj

    r16707 r16792  
    6767    </PackageReference>
    6868  </ItemGroup>
     69  <ItemGroup>
     70    <ProjectReference Include="..\..\HeuristicLab.Protobuf\3.6.1\HeuristicLab.Protobuf.csproj">
     71      <Project>{44b10478-d290-43d3-9757-c08f5292fea5}</Project>
     72      <Name>HeuristicLab.Protobuf</Name>
     73    </ProjectReference>
     74  </ItemGroup>
    6975  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    7076  <PropertyGroup>
  • trunk/HeuristicLab.ExtLibs/HeuristicLab.Attic/1.0.0/Plugin.cs.frame

    r16658 r16792  
    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  }
Note: See TracChangeset for help on using the changeset viewer.