Free cookie consent management tool by TermsFeed Policy Generator

Changeset 16792


Ignore:
Timestamp:
04/16/19 14:27:17 (6 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
Files:
7 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.ExtLibs.sln

    r16779 r16792  
    7878EndProject
    7979Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Attic", "HeuristicLab.ExtLibs\HeuristicLab.Attic\1.0.0\HeuristicLab.Attic.csproj", "{44A10478-D290-43C2-9757-F08F5292FEA5}"
     80EndProject
     81Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Protobuf", "HeuristicLab.ExtLibs\HeuristicLab.Protobuf\3.6.1\HeuristicLab.Protobuf.csproj", "{44B10478-D290-43D3-9757-C08F5292FEA5}"
    8082EndProject
    8183Global
     
    505507    {44A10478-D290-43C2-9757-F08F5292FEA5}.Release|x86.ActiveCfg = Release|Any CPU
    506508    {44A10478-D290-43C2-9757-F08F5292FEA5}.Release|x86.Build.0 = Release|Any CPU
     509    {44B10478-D290-43D3-9757-C08F5292FEA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     510    {44B10478-D290-43D3-9757-C08F5292FEA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
     511    {44B10478-D290-43D3-9757-C08F5292FEA5}.Debug|x64.ActiveCfg = Debug|Any CPU
     512    {44B10478-D290-43D3-9757-C08F5292FEA5}.Debug|x64.Build.0 = Debug|Any CPU
     513    {44B10478-D290-43D3-9757-C08F5292FEA5}.Debug|x86.ActiveCfg = Debug|Any CPU
     514    {44B10478-D290-43D3-9757-C08F5292FEA5}.Debug|x86.Build.0 = Debug|Any CPU
     515    {44B10478-D290-43D3-9757-C08F5292FEA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
     516    {44B10478-D290-43D3-9757-C08F5292FEA5}.Release|Any CPU.Build.0 = Release|Any CPU
     517    {44B10478-D290-43D3-9757-C08F5292FEA5}.Release|x64.ActiveCfg = Release|Any CPU
     518    {44B10478-D290-43D3-9757-C08F5292FEA5}.Release|x64.Build.0 = Release|Any CPU
     519    {44B10478-D290-43D3-9757-C08F5292FEA5}.Release|x86.ActiveCfg = Release|Any CPU
     520    {44B10478-D290-43D3-9757-C08F5292FEA5}.Release|x86.Build.0 = Release|Any CPU
    507521  EndGlobalSection
    508522  GlobalSection(SolutionProperties) = preSolution
  • 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.