Parent Directory
|
Revision Log
|
Patch
--- trunk/MSBuild_CurrentVersion/Program.cs 2014/04/15 19:35:55 823 +++ trunk/MSBuild_CurrentVersion/Program.cs 2014/09/16 02:00:25 846 @@ -94,6 +94,12 @@ dict.Add("Enterprise.Logging.dll", typeof(Enterprise.Logging.gLog)); #endregion + #region extra plugins + dict.Add("RomCheater.CheatPlugin.dlll", typeof(RomCheater.CheatPlugin.CheatCodePlugin)); + dict.Add("RomCheater.EmuMMAPPlugin.dlll", typeof(RomCheater.EmuMMAPPlugin.EmuMMAPPlugin)); + dict.Add("RomCheater.RVACalculator.dlll", typeof(RomCheater.RVACalculator.RVACalculatorPlugin)); + dict.Add("RomCheater.ScratchPad.dlll", typeof(RomCheater.ScratchPad.ScratchPadPlugin)); + #endregion #endregion return dict;
ViewVC Help | |
Powered by ViewVC 1.1.22 |