Parent Directory
|
Revision Log
|
Patch
--- trunk/MSBuild_CurrentVersion/Program.cs 2014/04/15 14:30:48 811 +++ trunk/MSBuild_CurrentVersion/Program.cs 2014/04/15 14:52:10 812 @@ -76,7 +76,7 @@ #region assemblies dict.Add("RomCheater.Core.dll", typeof(RomCheater.Core.dummy)); dict.Add("RomCheater.exe", typeof(RomCheater.Main)); - dict.Add("RomCheater.Logging.dll", typeof(RomCheater.Logging.logger)); + dict.Add("RomCheater.Logging.dll", typeof(RomCheater.Logging.LoggingConstants)); dict.Add("RomCheater.PluginFramework.dll", typeof(RomCheater.PluginFramework.dummy)); dict.Add("RomCheater.UserSettingsSupport.dll", typeof(RomCheater.UserSettingsSupport.SettingSubscriber)); dict.Add("RomCheater.CorePlugins.dll", typeof(RomCheater.CorePlugins.Config.GenericConfig));
ViewVC Help | |
Powered by ViewVC 1.1.22 |