Mercurial > repos > IBBoard.WarFoundry.GUI.WinForms
changeset 228:6691a8c6f976
* Try a hint path to get Jenkins to build the project
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 26 Nov 2011 14:50:44 +0000 |
parents | 9325f6c32e9b |
children | 870877498db9 |
files | IBBoard.WarFoundry.GUI.WinForms.csproj |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/IBBoard.WarFoundry.GUI.WinForms.csproj Sat Nov 26 14:39:12 2011 +0000 +++ b/IBBoard.WarFoundry.GUI.WinForms.csproj Sat Nov 26 14:50:44 2011 +0000 @@ -93,7 +93,9 @@ <UseVSHostingProcess>true</UseVSHostingProcess> </PropertyGroup> <ItemGroup> - <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821" /> + <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821"> + <HintPath>libs\log4net.dll</HintPath> + </Reference> <Reference Include="System"> <Name>System</Name> </Reference> @@ -120,9 +122,7 @@ <None Include="icons\edit-undo.png" /> <Content Include="icons\list-add.png" /> <Content Include="icons\warning-sml.png" /> - <Content Include="libs\log4net.dll"> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </Content> + <Content Include="libs\log4net.dll" /> <Content Include="WarFoundryPref.xml"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>