--- trunk/MSBuild_CurrentVersion/Program.cs 2012/05/10 18:25:36 118 +++ trunk/MSBuild_CurrentVersion/Program.cs 2012/05/10 18:34:26 119 @@ -63,8 +63,8 @@ namespace MSBuild_CurrentVersion Dictionary dict = new Dictionary(); #region assemblies - dict.Add("RomCheater.exe", typeof(RomCheater.Main)); - + 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.PluginFramework.dll", typeof(RomCheater.PluginFramework.dummy)); dict.Add("RomCheater.UserSettingsSupport.dll", typeof(RomCheater.UserSettingsSupport.SettingSubscriber));