Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.WinForms
comparison AssemblyInfo.cs @ 68:fd8654afd331
Fixes #183: Get logging working with WinForms
* Add required line to AssemblyInfo.cs
* Tidy up logging in FrmMain and make sure that we have startup and shutdown messages
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 26 Sep 2009 19:12:04 +0000 |
parents | cf644b2c65e6 |
children | 2c473768ccec |
comparison
equal
deleted
inserted
replaced
67:75cf9b6608f5 | 68:fd8654afd331 |
---|---|
58 // documentation for more information on this. | 58 // documentation for more information on this. |
59 // | 59 // |
60 [assembly: AssemblyDelaySign(false)] | 60 [assembly: AssemblyDelaySign(false)] |
61 [assembly: AssemblyKeyFile("")] | 61 [assembly: AssemblyKeyFile("")] |
62 [assembly: AssemblyKeyName("")] | 62 [assembly: AssemblyKeyName("")] |
63 | |
64 [assembly: log4net.Config.XmlConfigurator(ConfigFileExtension = "log4net", Watch = true)] |