Author: pbartok
Date: 2005-09-08 05:43:47 -0400 (Thu, 08 Sep 2005)
New Revision: 49684
Modified:
trunk/mcs/class/Managed.Windows.Forms/ChangeLog
trunk/mcs/class/Managed.Windows.Forms/SWF.csproj
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms.dll.sources
Log:
2005-09-08 Peter Dennis Bartok <[EMAIL PROTECTED]>
* System.Windows.Forms.dll.sources: Added RichTextBox.cs to build
* SWF.csproj: Updated
Modified: trunk/mcs/class/Managed.Windows.Forms/ChangeLog
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/ChangeLog 2005-09-08 09:09:14 UTC
(rev 49683)
+++ trunk/mcs/class/Managed.Windows.Forms/ChangeLog 2005-09-08 09:43:47 UTC
(rev 49684)
@@ -1,3 +1,8 @@
+2005-09-08 Peter Dennis Bartok <[EMAIL PROTECTED]>
+
+ * System.Windows.Forms.dll.sources: Added RichTextBox.cs to build
+ * SWF.csproj: Updated
+
2005-09-06 Jonathan Chambers <[EMAIL PROTECTED]>
* System.Windows.Forms.dll.sources: Added
System.Windows.Forms.PropertiesTab.cs
Modified: trunk/mcs/class/Managed.Windows.Forms/SWF.csproj
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/SWF.csproj 2005-09-08 09:09:14 UTC
(rev 49683)
+++ trunk/mcs/class/Managed.Windows.Forms/SWF.csproj 2005-09-08 09:43:47 UTC
(rev 49684)
@@ -1334,6 +1334,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "System.Windows.Forms\PropertiesTab.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "System.Windows.Forms\PropertyGrid.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -1409,6 +1414,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "System.Windows.Forms\RichTextBox.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "System.Windows.Forms\RichTextBoxFinds.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -1674,6 +1684,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "System.Windows.Forms\ThemeNice.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "System.Windows.Forms\ThemeWin32Classic.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -1893,6 +1908,116 @@
SubType = "Code"
BuildAction = "Compile"
/>
+ <File
+ RelPath = "System.Windows.Forms.RTF\Charcode.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Windows.Forms.RTF\Charset.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Windows.Forms.RTF\CharsetFlags.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Windows.Forms.RTF\CharsetType.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Windows.Forms.RTF\ClassDelegate.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Windows.Forms.RTF\Color.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Windows.Forms.RTF\DestinationDelegate.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Windows.Forms.RTF\Font.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Windows.Forms.RTF\KeysInit.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Windows.Forms.RTF\KeyStruct.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Windows.Forms.RTF\Major.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Windows.Forms.RTF\Minor.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Windows.Forms.RTF\RTF.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Windows.Forms.RTF\RTFException.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Windows.Forms.RTF\StandardCharCode.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Windows.Forms.RTF\StandardCharName.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Windows.Forms.RTF\Style.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Windows.Forms.RTF\StyleElement.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Windows.Forms.RTF\StyleType.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Windows.Forms.RTF\TextMap.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Windows.Forms.RTF\TokenClass.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = ""
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
</Include>
</Files>
</CSHARP>
Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms.dll.sources
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms.dll.sources
2005-09-08 09:09:14 UTC (rev 49683)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms.dll.sources
2005-09-08 09:43:47 UTC (rev 49684)
@@ -264,6 +264,7 @@
System.Windows.Forms/QueryContinueDragEventArgs.cs
System.Windows.Forms/QueryContinueDragEventHandler.cs
System.Windows.Forms/RadioButton.cs
+System.Windows.Forms/RichTextBox.cs
System.Windows.Forms/RichTextBoxFinds.cs
System.Windows.Forms/RichTextBoxScrollBars.cs
System.Windows.Forms/RichTextBoxSelectionAttribute.cs
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches