Mercurial > repos > IBBoard.WarFoundry.GUI.WinForms
changeset 6:aca4eb3fae50
Re #1 - Correctly license code
* Copy COPYING.GPL and COPYING.LGPL in WinForms project to output
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 01 Mar 2009 15:31:02 +0000 |
parents | 26fc79eeda37 |
children | 9828ba4f3f36 |
files | IBBoard.WarFoundry.GUI.WinForms.csproj |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/IBBoard.WarFoundry.GUI.WinForms.csproj Sun Mar 01 15:27:12 2009 +0000 +++ b/IBBoard.WarFoundry.GUI.WinForms.csproj Sun Mar 01 15:31:02 2009 +0000 @@ -182,8 +182,12 @@ <DependentUpon>FrmUnit.cs</DependentUpon> </EmbeddedResource> <None Include="app.config" /> - <None Include="COPYING.GPL" /> - <None Include="COPYING.LGPL" /> + <None Include="COPYING.GPL"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </None> + <None Include="COPYING.LGPL"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </None> <None Include="translations\en.translation"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None>