ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/MSBuild_CurrentVersion/Program.cs
(Generate patch)

Comparing trunk/MSBuild_CurrentVersion/Program.cs (file contents):
Revision 118 by william, Thu May 10 18:25:36 2012 UTC vs.
Revision 119 by william, Thu May 10 18:34:26 2012 UTC

# Line 63 | Line 63 | namespace MSBuild_CurrentVersion
63              Dictionary<string, Type> dict = new Dictionary<string, Type>();
64  
65              #region assemblies
66 <            dict.Add("RomCheater.exe", typeof(RomCheater.Main));
67 <            
66 >            dict.Add("RomCheater.Core.dll", typeof(RomCheater.Core.dummy));
67 >            dict.Add("RomCheater.exe", typeof(RomCheater.Main));            
68              dict.Add("RomCheater.Logging.dll", typeof(RomCheater.Logging.logger));
69              dict.Add("RomCheater.PluginFramework.dll", typeof(RomCheater.PluginFramework.dummy));
70              dict.Add("RomCheater.UserSettingsSupport.dll", typeof(RomCheater.UserSettingsSupport.SettingSubscriber));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines