--- trunk/MSBuild_CurrentVersion/Program.cs 2012/05/10 18:25:36 118 +++ trunk/MSBuild_CurrentVersion/Program.cs 2012/05/11 11:04:20 127 @@ -63,8 +63,8 @@ namespace MSBuild_CurrentVersion Dictionary<string, Type> dict = new Dictionary<string, Type>(); #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)); @@ -78,6 +78,8 @@ namespace MSBuild_CurrentVersion #region deps dict.Add("Be.Windows.Forms.HexBox.dll", typeof(Be.Windows.Forms.HexBox)); dict.Add("Utilities.TransparentControls.dll", typeof(Utilities.TransparentControls.Win32)); + dict.Add("ManagedWinapi.dll", typeof(ManagedWinapi.ClipboardNotifier)); + dict.Add("WeifenLuo.WinFormsUI.Docking.dll", typeof(WeifenLuo.WinFormsUI.Docking.DockPanel)); #endregion #endregion |