Free cookie consent management tool by TermsFeed Policy Generator

Changeset 16819 for trunk


Ignore:
Timestamp:
04/18/19 16:57:21 (5 years ago)
Author:
abeham
Message:

#2520: changed references to PluginInfrastructure from file reference to project reference

Location:
trunk/HeuristicLab.ExtLibs
Files:
2 edited

Legend:

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

    r16792 r16819  
    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" />
     
    6865  </ItemGroup>
    6966  <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>
    7072    <ProjectReference Include="..\..\HeuristicLab.Protobuf\3.6.1\HeuristicLab.Protobuf.csproj">
    7173      <Project>{44b10478-d290-43d3-9757-c08f5292fea5}</Project>
  • trunk/HeuristicLab.ExtLibs/HeuristicLab.Protobuf/3.6.1/HeuristicLab.Protobuf.csproj

    r16792 r16819  
    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.