Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/21/10 19:23:31 (14 years ago)
Author:
kgrading
Message:

changed compilation settings for spring.net (#884)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SpringNET/1.3.0/HeuristicLab.SpringNET-1.3.0.csproj

    r2847 r2849  
    8989  </ItemGroup>
    9090  <ItemGroup>
    91     <Content Include="Common.Logging.dll" />
    92     <Content Include="Spring.Aop.dll" />
    93     <Content Include="Spring.Core.dll" />
    94     <Content Include="Spring.Services.dll" />
     91    <Content Include="Common.Logging.dll">
     92      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     93    </Content>
     94    <Content Include="Spring.Aop.dll">
     95      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     96    </Content>
     97    <Content Include="Spring.Core.dll">
     98      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     99    </Content>
     100    <Content Include="Spring.Services.dll">
     101      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     102    </Content>
    95103  </ItemGroup>
    96104  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.