[Monodevelop-patches-list] r2698 - in trunk/MonoDevelop/Core/src: MonoDevelop.Base MonoDevelop.Core

John Luke <jluke@cfl.rr.com> jluke at mono-cvs.ximian.com
Fri Jul 29 14:43:50 EDT 2005


Author: jluke
Date: 2005-07-29 14:43:50 -0400 (Fri, 29 Jul 2005)
New Revision: 2698

Modified:
   trunk/MonoDevelop/Core/src/MonoDevelop.Base/ChangeLog
   trunk/MonoDevelop/Core/src/MonoDevelop.Base/MonoDevelop.Base.mdp
   trunk/MonoDevelop/Core/src/MonoDevelop.Core/ChangeLog
   trunk/MonoDevelop/Core/src/MonoDevelop.Core/MonoDevelop.Core.mdp
Log:
update projects for some new files


Modified: trunk/MonoDevelop/Core/src/MonoDevelop.Base/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/src/MonoDevelop.Base/ChangeLog	2005-07-29 18:14:07 UTC (rev 2697)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Base/ChangeLog	2005-07-29 18:43:50 UTC (rev 2698)
@@ -1,3 +1,7 @@
+2005-07-29  John Luke  <john.luke at gmail.com>
+
+	* MonoDevelop.Base.mdp: add new files to the project
+
 2005-07-27  Lluis Sanchez Gual  <lluis at novell.com> 
 
 	* Services/Tasks/OutputProgressMonitor.cs: Implement the IConsole

Modified: trunk/MonoDevelop/Core/src/MonoDevelop.Base/MonoDevelop.Base.mdp
===================================================================
--- trunk/MonoDevelop/Core/src/MonoDevelop.Base/MonoDevelop.Base.mdp	2005-07-29 18:14:07 UTC (rev 2697)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Base/MonoDevelop.Base.mdp	2005-07-29 18:43:50 UTC (rev 2698)
@@ -535,5 +535,21 @@
     <File name="./Gui/Completion/ListWindow.cs" subtype="Code" buildaction="Compile" />
     <File name="./Gui/Completion/TemplateCompletionDataProvider.cs" subtype="Code" buildaction="Compile" />
     <File name="./Gui/Completion/TextUtilities.cs" subtype="Code" buildaction="Compile" />
+    <File name="./Services/ProcessService/IProcessAsyncOperation.cs" subtype="Code" buildaction="Compile" />
+    <File name="./Services/ProcessService/MintPlatformExecutionHandler.cs" subtype="Code" buildaction="Compile" />
+    <File name="./Services/ProcessService/MonoPlatformExecutionHandler.cs" subtype="Code" buildaction="Compile" />
+    <File name="./Services/ProcessService/NativePlatformExecutionHandler.cs" subtype="Code" buildaction="Compile" />
+    <File name="./Services/ProcessService/DebugExecutionHandlerFactory.cs" subtype="Code" buildaction="Compile" />
+    <File name="./Services/ProcessService/DefaultExecutionHandlerFactory.cs" subtype="Code" buildaction="Compile" />
+    <File name="./Services/ProcessService/ExecutionContext.cs" subtype="Code" buildaction="Compile" />
+    <File name="./Services/ProcessService/ExternalConsoleFactory.cs" subtype="Code" buildaction="Compile" />
+    <File name="./Services/ProcessService/IConsole.cs" subtype="Code" buildaction="Compile" />
+    <File name="./Services/ProcessService/IConsoleFactory.cs" subtype="Code" buildaction="Compile" />
+    <File name="./Services/ProcessService/IExecutionHandler.cs" subtype="Code" buildaction="Compile" />
+    <File name="./Services/ProcessService/IExecutionHandlerFactory.cs" subtype="Code" buildaction="Compile" />
+    <File name="./Internal/Codons/ExecutionHandlerCodon.cs" subtype="Code" buildaction="Compile" />
+    <File name="./Internal/ProgressMonitoring/MessageDialogProgressMonitor.cs" subtype="Code" buildaction="Compile" />
+    <File name="./Internal/ProgressMonitoring/SynchronizedProgressMonitor.cs" subtype="Code" buildaction="Compile" />
+    <File name="./Internal/ProgressMonitoring/AggregatedOperationMonitor.cs" subtype="Code" buildaction="Compile" />
   </Contents>
 </Project>
\ No newline at end of file

Modified: trunk/MonoDevelop/Core/src/MonoDevelop.Core/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/src/MonoDevelop.Core/ChangeLog	2005-07-29 18:14:07 UTC (rev 2697)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Core/ChangeLog	2005-07-29 18:43:50 UTC (rev 2698)
@@ -1,3 +1,7 @@
+2005-07-29  John Luke  <john.luke at gmail.com>
+
+	* MonoDevelop.Core.mdp: add new files and references
+	
 2005-07-29  Lluis Sanchez Gual  <lluis at novell.com>
 
 	* AddIns/AssemblyLoader.cs:

Modified: trunk/MonoDevelop/Core/src/MonoDevelop.Core/MonoDevelop.Core.mdp
===================================================================
--- trunk/MonoDevelop/Core/src/MonoDevelop.Core/MonoDevelop.Core.mdp	2005-07-29 18:14:07 UTC (rev 2697)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Core/MonoDevelop.Core.mdp	2005-07-29 18:43:50 UTC (rev 2698)
@@ -15,6 +15,7 @@
   </Configurations>
   <References>
     <ProjectReference type="Gac" localcopy="False" refto="Mono.Posix, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
+    <ProjectReference type="Assembly" localcopy="True" refto="../../../contrib/Mono.Cecil.dll" />
   </References>
   <DeploymentInformation strategy="File">
     <excludeFiles />
@@ -76,5 +77,6 @@
     <File name="./AddIns/Conditions/ConditionWithoutRequiredAttributesException.cs" subtype="Code" buildaction="Compile" />
     <File name="./AddIns/Conditions/DuplicateConditionException.cs" subtype="Code" buildaction="Compile" />
     <File name="./AddIns/Conditions/ICondition.cs" subtype="Code" buildaction="Compile" />
+    <File name="./AddIns/AssemblyLoader.cs" subtype="Code" buildaction="Compile" />
   </Contents>
 </Project>
\ No newline at end of file




More information about the Monodevelop-patches-list mailing list