Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/21/12 14:14:09 (12 years ago)
Author:
abeham
Message:

#1782: removed copy local flag from references in extlibs, modified plugin infrastructure reference to ziplib to also not copy local and instead set build action to copy always

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj

    r6866 r7649  
    102102  </PropertyGroup>
    103103  <ItemGroup>
    104     <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL" />
     104    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
     105      <Private>False</Private>
     106    </Reference>
    105107    <Reference Include="System" />
    106108    <Reference Include="System.Core">
     
    309311  <ItemGroup>
    310312    <Content Include="ICSharpCode.SharpZipLib License.txt">
    311       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     313      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    312314    </Content>
    313315    <Content Include="ICSharpCode.SharpZipLib.dll">
    314       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     316      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    315317    </Content>
    316318    <EmbeddedResource Include="Advanced\DeploymentService\services.heuristiclab.com.cer" />
Note: See TracChangeset for help on using the changeset viewer.