Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8624


Ignore:
Timestamp:
09/10/12 22:02:50 (12 years ago)
Author:
ascheibe
Message:

#1937 added hint path for SharpZipLib in project files

Location:
trunk/sources
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/HeuristicLab.Problems.Instances.CordeauGQAP-3.3.csproj

    r8600 r8624  
    102102  </PropertyGroup>
    103103  <ItemGroup>
    104     <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
    105       <Private>False</Private>
    106     </Reference>
     104    <Reference Include="ICSharpCode.SharpZipLib">
     105    <HintPath>..\..\HeuristicLab.PluginInfrastructure\3.3\ICSharpCode.SharpZipLib.dll</HintPath>
     106    <Private>False</Private>
     107  </Reference>
    107108    <Reference Include="System" />
    108109    <Reference Include="System.Core" />
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj

    r8600 r8624  
    9898  </PropertyGroup>
    9999  <ItemGroup>
    100     <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
    101       <Private>False</Private>
    102     </Reference>
     100     <Reference Include="ICSharpCode.SharpZipLib">
     101    <HintPath>..\..\HeuristicLab.PluginInfrastructure\3.3\ICSharpCode.SharpZipLib.dll</HintPath>
     102    <Private>False</Private>
     103  </Reference>
    103104    <Reference Include="System" />
    104105    <Reference Include="System.Core" />
  • trunk/sources/HeuristicLab.Problems.Instances.ElloumiCTAP/3.3/HeuristicLab.Problems.Instances.ElloumiCTAP-3.3.csproj

    r8600 r8624  
    102102  </PropertyGroup>
    103103  <ItemGroup>
    104     <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
    105       <Private>False</Private>
    106     </Reference>
     104    <Reference Include="ICSharpCode.SharpZipLib">
     105    <HintPath>..\..\HeuristicLab.PluginInfrastructure\3.3\ICSharpCode.SharpZipLib.dll</HintPath>
     106    <Private>False</Private>
     107  </Reference>
    107108    <Reference Include="System" />
    108109    <Reference Include="System.Core" />
  • trunk/sources/HeuristicLab.Problems.Instances.QAPLIB/3.3/HeuristicLab.Problems.Instances.QAPLIB-3.3.csproj

    r8600 r8624  
    102102  </PropertyGroup>
    103103  <ItemGroup>
    104     <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
    105       <Private>False</Private>
    106     </Reference>
     104    <Reference Include="ICSharpCode.SharpZipLib">
     105    <HintPath>..\..\HeuristicLab.PluginInfrastructure\3.3\ICSharpCode.SharpZipLib.dll</HintPath>
     106    <Private>False</Private>
     107  </Reference>
    107108    <Reference Include="System" />
    108109    <Reference Include="System.Core" />
  • trunk/sources/HeuristicLab.Problems.Instances.TSPLIB/3.3/HeuristicLab.Problems.Instances.TSPLIB-3.3.csproj

    r8600 r8624  
    102102  </PropertyGroup>
    103103  <ItemGroup>
    104     <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
    105       <Private>False</Private>
    106     </Reference>
     104     <Reference Include="ICSharpCode.SharpZipLib">
     105    <HintPath>..\..\HeuristicLab.PluginInfrastructure\3.3\ICSharpCode.SharpZipLib.dll</HintPath>
     106    <Private>False</Private>
     107  </Reference>
    107108    <Reference Include="System" />
    108109    <Reference Include="System.Core" />
  • trunk/sources/HeuristicLab.Problems.Instances.VehicleRouting/3.4/HeuristicLab.Problems.Instances.VehicleRouting-3.4.csproj

    r8600 r8624  
    102102  </PropertyGroup>
    103103  <ItemGroup>
    104     <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
    105       <Private>False</Private>
    106     </Reference>
     104    <Reference Include="ICSharpCode.SharpZipLib">
     105    <HintPath>..\..\HeuristicLab.PluginInfrastructure\3.3\ICSharpCode.SharpZipLib.dll</HintPath>
     106    <Private>False</Private>
     107  </Reference>
    107108    <Reference Include="System" />
    108109    <Reference Include="System.Core" />
Note: See TracChangeset for help on using the changeset viewer.