Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.GTK
diff WarFoundryGUI.mdp @ 5:65279b85446f
Re #1 - LGPL license all code
* Add LGPL header to all files
* Add COPYING.LGPL and COPYING.GPL with content of license
Also
* Moved all classes from IBBoard.WarFoundry to IBBoard.WarFoundry.GTK
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 25 Jan 2009 14:52:18 +0000 |
parents | 8208a0fde4c2 |
children | cfc7683e73f9 |
line wrap: on
line diff
--- a/WarFoundryGUI.mdp Fri Dec 26 12:33:04 2008 +0000 +++ b/WarFoundryGUI.mdp Sun Jan 25 14:52:18 2009 +0000 @@ -1,9 +1,10 @@ -<Project name="WarFoundry GTK# GUI" fileversion="2.0" language="C#" DefaultNamespace="IBBoard.WarFoundry" clr-version="Net_2_0" Description="A GTK# GUI for the WarFoundry army builder application." ctype="DotNetProject"> +<Project name="WarFoundry GTK# GUI" fileversion="2.0" language="C#" DefaultNamespace="IBBoard.WarFoundry.GTK" clr-version="Net_2_0" Description="A GTK# GUI for the WarFoundry army builder application." ctype="DotNetProject"> <Configurations active="Debug"> <Configuration name="Debug" ctype="DotNetProjectConfiguration"> <Output directory="bin/Debug" assemblyKeyFile="." assembly="WarFoundryGTK" /> <Build debugmode="True" target="Exe" /> <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" /> + <EnvironmentVariables /> <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="IBBoard.WarFoundry.FrmMainWindow" generatexmldocumentation="False" win32Icon="App.ico" ctype="CSharpCompilerParameters" /> </Configuration> <Configuration name="Release" ctype="DotNetProjectConfiguration"> @@ -19,22 +20,24 @@ <File name="FrmMainWindow.cs" subtype="Code" buildaction="Compile" /> <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" /> <File name="FrmNewArmy.cs" subtype="Code" buildaction="Compile" /> - <File name="gtk-gui/IBBoard.WarFoundry.FrmNewArmy.cs" subtype="Code" buildaction="Compile" /> <File name="App.png" subtype="Code" buildaction="Nothing" /> <File name="App.ico" subtype="Code" buildaction="EmbedAsResource" /> - <File name="gtk-gui/IBBoard.WarFoundry.FrmMainWindow.cs" subtype="Code" buildaction="Compile" /> <File name="libs/log4net.dll" subtype="Code" buildaction="Nothing" /> <File name="libs/log4net.xml" subtype="Code" buildaction="Nothing" /> <File name="WarFoundryGTK.exe.log4net" subtype="Code" buildaction="FileCopy" /> <File name="FrmChangeGameSystem.cs" subtype="Code" buildaction="Compile" /> - <File name="gtk-gui/IBBoard.WarFoundry.FrmChangeGameSystem.cs" subtype="Code" buildaction="Compile" /> <File name="FrmNewUnit.cs" subtype="Code" buildaction="Compile" /> - <File name="gtk-gui/IBBoard.WarFoundry.FrmNewUnit.cs" subtype="Code" buildaction="Compile" /> <File name="Widgets" subtype="Directory" buildaction="Compile" /> <File name="Widgets/UnitDisplayWidget.cs" subtype="Code" buildaction="Compile" /> <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" /> - <File name="gtk-gui/IBBoard.WarFoundry.Widgets.UnitDisplayWidget.cs" subtype="Code" buildaction="Compile" /> <File name="translations/en.translation" subtype="Code" buildaction="Nothing" /> + <File name="COPYING.GPL" subtype="Code" buildaction="Nothing" /> + <File name="COPYING.LGPL" subtype="Code" buildaction="Nothing" /> + <File name="gtk-gui/IBBoard.WarFoundry.GTK.Widgets.UnitDisplayWidget.cs" subtype="Code" buildaction="Compile" /> + <File name="gtk-gui/IBBoard.WarFoundry.GTK.FrmChangeGameSystem.cs" subtype="Code" buildaction="Compile" /> + <File name="gtk-gui/IBBoard.WarFoundry.GTK.FrmMainWindow.cs" subtype="Code" buildaction="Compile" /> + <File name="gtk-gui/IBBoard.WarFoundry.GTK.FrmNewArmy.cs" subtype="Code" buildaction="Compile" /> + <File name="gtk-gui/IBBoard.WarFoundry.GTK.FrmNewUnit.cs" subtype="Code" buildaction="Compile" /> </Contents> <References> <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> @@ -48,9 +51,5 @@ <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> </References> <Deployment.LinuxDeployData scriptName="warfoundry_gui" /> - <GtkDesignInfo isWidgetLibrary="True" gtkVersion="2.12.1"> - <ExportedWidgets> - <Widget>IBBoard.WarFoundry.Widgets.UnitDisplayWidget</Widget> - </ExportedWidgets> - </GtkDesignInfo> + <GtkDesignInfo /> </Project> \ No newline at end of file