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

--- 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<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));