Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/12/16 15:19:47 (8 years ago)
Author:
gkronber
Message:

#2499

  • removed brutile dependency
  • upgraded YamlDotNet to version 3.8.0
Location:
branches/HeuristicLab.Problems.BioBoost
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost/3.3/HeuristicLab.Problems.BioBoost-3.3.csproj

    r13075 r13617  
    111111      <HintPath>..\..\packages\BruTile.0.7.4.4\lib\net40\BruTile.Desktop.dll</HintPath>
    112112    </Reference>
    113     <Reference Include="BruTile.MbTiles">
    114       <HintPath>..\..\packages\BruTile.0.7.4.4\lib\net40\BruTile.MbTiles.dll</HintPath>
    115     </Reference>
    116113    <Reference Include="BruTile.Serialization">
    117114      <HintPath>..\..\packages\BruTile.0.7.4.4\lib\net40\BruTile.Serialization.dll</HintPath>
     
    218215    <Reference Include="System.Xml" />
    219216    <Reference Include="YamlDotNet">
    220       <HintPath>..\..\packages\YamlDotNet.3.7.0\lib\net35\YamlDotNet.dll</HintPath>
     217      <HintPath>..\..\packages\YamlDotNet.3.8.0\lib\net35\YamlDotNet.dll</HintPath>
    221218    </Reference>
    222219  </ItemGroup>
     
    303300    <None Include="HeuristicLab.snk" />
    304301    <None Include="packages.config" />
     302    <None Include="Plugin.cs.frame" />
    305303  </ItemGroup>
    306304  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • branches/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost/3.3/Plugin.cs.frame

    r13126 r13617  
    2727  [PluginFile("BruTile.dll", PluginFileType.Assembly)]
    2828  [PluginFile("BruTile.Desktop.dll", PluginFileType.Assembly)]
    29   [PluginFile("BruTile.MbTiles.dll", PluginFileType.Assembly)]
    3029  [PluginFile("BruTile.Serialization.dll", PluginFileType.Assembly)]
    3130  [PluginFile("Common.Logging.dll", PluginFileType.Assembly)]
  • branches/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost/3.3/packages.config

    r13069 r13617  
    1010  <package id="SharpMap" version="1.1.0" targetFramework="net45" />
    1111  <package id="System.Data.SQLite.MSIL" version="1.0.86.0" targetFramework="net45" />
    12   <package id="YamlDotNet" version="3.7.0" targetFramework="net45" />
     12  <package id="YamlDotNet" version="3.8.0" targetFramework="net45" />
    1313</packages>
  • branches/HeuristicLab.Problems.BioBoost/packages

    • Property svn:ignore
      •  

        old new  
        1010System.Data.SQLite.MSIL.1.0.86.0
        1111YamlDotNet.3.7.0
         12YamlDotNet.3.8.0
Note: See TracChangeset for help on using the changeset viewer.