Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/27/19 16:46:29 (5 years ago)
Author:
jkarder
Message:

#2520: switched projects in the following solutions from packages.config format to PackageReference format

  • HeuristicLab 3.3
  • HeuristicLab 3.3 Tests
  • HeuristicLab 3.3 Services
Location:
trunk/HeuristicLab.Algorithms.DataAnalysis/3.4
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj

    r16585 r16625  
    111111      <Private>False</Private>
    112112    </Reference>
    113     <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
    114       <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
    115     </Reference>
    116     <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    117       <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre03\lib\net461\HEAL.Attic.dll</HintPath>
    118     </Reference>
    119113    <Reference Include="LibSVM-3.12, Version=3.12.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    120114      <HintPath>..\..\bin\LibSVM-3.12.dll</HintPath>
     
    126120    </Reference>
    127121    <Reference Include="System.Drawing" />
    128     <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
    129       <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
    130     </Reference>
    131122  </ItemGroup>
    132123  <ItemGroup>
     
    456447  <ItemGroup>
    457448    <None Include="HeuristicLab.snk" />
    458     <None Include="packages.config" />
    459449    <None Include="Plugin.cs.frame" />
    460450    <None Include="Properties\AssemblyInfo.cs.frame" />
     
    476466      <Install>true</Install>
    477467    </BootstrapperPackage>
     468  </ItemGroup>
     469  <ItemGroup>
     470    <PackageReference Include="HEAL.Attic">
     471      <Version>1.0.0-pre03</Version>
     472    </PackageReference>
    478473  </ItemGroup>
    479474  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.