Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.WinForms
changeset 232:9325f6c32e9b
* Copy library to output folder to try to fix Jenkins build
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 26 Nov 2011 14:39:12 +0000 |
parents | 21135f39811e |
children | 6691a8c6f976 |
files | IBBoard.WarFoundry.GUI.WinForms.csproj |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/IBBoard.WarFoundry.GUI.WinForms.csproj Sun Oct 09 20:49:44 2011 +0100 +++ b/IBBoard.WarFoundry.GUI.WinForms.csproj Sat Nov 26 14:39:12 2011 +0000 @@ -120,7 +120,9 @@ <None Include="icons\edit-undo.png" /> <Content Include="icons\list-add.png" /> <Content Include="icons\warning-sml.png" /> - <Content Include="libs\log4net.dll" /> + <Content Include="libs\log4net.dll"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Content> <Content Include="WarFoundryPref.xml"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>