Author: lluis
Date: 2005-11-17 06:04:46 -0500 (Thu, 17 Nov 2005)
New Revision: 53166

Modified:
   trunk/monodevelop/Extras/CSharpBinding/ChangeLog
   trunk/monodevelop/Extras/CSharpBinding/Makefile.am
   trunk/monodevelop/Extras/CSharpBinding/templates/ConsoleProject.xpt.xml
   trunk/monodevelop/Extras/CSharpBinding/templates/GladeSharp2Project.xpt.xml
   trunk/monodevelop/Extras/CSharpBinding/templates/GladeSharpProject.xpt.xml
   trunk/monodevelop/Extras/CSharpBinding/templates/GnomeSharp2Project.xpt.xml
   trunk/monodevelop/Extras/CSharpBinding/templates/GnomeSharpProject.xpt.xml
   trunk/monodevelop/Extras/CSharpBinding/templates/GtkSharp2Project.xpt.xml
   trunk/monodevelop/Extras/CSharpBinding/templates/GtkSharpProject.xpt.xml
   trunk/monodevelop/Extras/CSharpBinding/templates/Library.xpt.xml
Log:
2005-11-17  Lluis Sanchez Gual  <[EMAIL PROTECTED]>

        * templates/GtkSharpProject.xpt.xml:
        * templates/GnomeSharp2Project.xpt.xml:
        * templates/GladeSharp2Project.xpt.xml:
        * templates/ConsoleProject.xpt.xml:
        * templates/GnomeSharpProject.xpt.xml:
        * templates/GtkSharp2Project.xpt.xml:
        * templates/GladeSharpProject.xpt.xml:
        * templates/Library.xpt.xml: Added a reference to the System assembly
        in all project templates.
        
        * Makefile.am: Rebuild the assembly when resources are modified. 



Modified: trunk/monodevelop/Extras/CSharpBinding/ChangeLog
===================================================================
--- trunk/monodevelop/Extras/CSharpBinding/ChangeLog    2005-11-17 10:57:32 UTC 
(rev 53165)
+++ trunk/monodevelop/Extras/CSharpBinding/ChangeLog    2005-11-17 11:04:46 UTC 
(rev 53166)
@@ -1,3 +1,17 @@
+2005-11-17  Lluis Sanchez Gual  <[EMAIL PROTECTED]>
+
+       * templates/GtkSharpProject.xpt.xml:
+       * templates/GnomeSharp2Project.xpt.xml:
+       * templates/GladeSharp2Project.xpt.xml:
+       * templates/ConsoleProject.xpt.xml:
+       * templates/GnomeSharpProject.xpt.xml:
+       * templates/GtkSharp2Project.xpt.xml:
+       * templates/GladeSharpProject.xpt.xml:
+       * templates/Library.xpt.xml: Added a reference to the System assembly
+       in all project templates.
+       
+       * Makefile.am: Rebuild the assembly when resources are modified. 
+
 2005-11-09  John Luke  <[EMAIL PROTECTED]>
 
        * FormattingStrategy/CSharpFormattingStrategy.cs:

Modified: trunk/monodevelop/Extras/CSharpBinding/Makefile.am
===================================================================
--- trunk/monodevelop/Extras/CSharpBinding/Makefile.am  2005-11-17 10:57:32 UTC 
(rev 53165)
+++ trunk/monodevelop/Extras/CSharpBinding/Makefile.am  2005-11-17 11:04:46 UTC 
(rev 53166)
@@ -86,7 +86,7 @@
        mkdir -p $(ADDIN_BUILD)
        cp $(srcdir)/$(ADDIN) $(ADDIN_BUILD)/$(ADDIN)
 
-$(ASSEMBLY): $(build_sources)
+$(ASSEMBLY): $(build_sources) $(RES)
        mkdir -p $(ADDIN_BUILD)
        $(CSC) $(CSC_FLAGS) -out:$@ -target:library $(DLLS) \
                $(RES:%=/resource:%) $(build_sources)

Modified: 
trunk/monodevelop/Extras/CSharpBinding/templates/ConsoleProject.xpt.xml
===================================================================
--- trunk/monodevelop/Extras/CSharpBinding/templates/ConsoleProject.xpt.xml     
2005-11-17 10:57:32 UTC (rev 53165)
+++ trunk/monodevelop/Extras/CSharpBinding/templates/ConsoleProject.xpt.xml     
2005-11-17 11:04:46 UTC (rev 53166)
@@ -25,6 +25,9 @@
                
                <Project name = "${ProjectName}" directory = ".">
                        <Options/>
+                       <References>
+                               <Reference type="Gac" refto="System, 
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+                       </References>
                        <Files>
                                <File name="Main.cs"><![CDATA[// project 
created on ${Date} at ${Time}
 using System;

Modified: 
trunk/monodevelop/Extras/CSharpBinding/templates/GladeSharp2Project.xpt.xml
===================================================================
--- trunk/monodevelop/Extras/CSharpBinding/templates/GladeSharp2Project.xpt.xml 
2005-11-17 10:57:32 UTC (rev 53165)
+++ trunk/monodevelop/Extras/CSharpBinding/templates/GladeSharp2Project.xpt.xml 
2005-11-17 11:04:46 UTC (rev 53166)
@@ -27,6 +27,7 @@
                        <Options/>
                        
                        <References>
+                               <Reference type="Gac" refto="System, 
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
                                <Reference type="Gac" refto="gtk-sharp, 
Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
                                <Reference type="Gac" refto="gdk-sharp, 
Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
                                <Reference type="Gac" refto="glib-sharp, 
Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />

Modified: 
trunk/monodevelop/Extras/CSharpBinding/templates/GladeSharpProject.xpt.xml
===================================================================
--- trunk/monodevelop/Extras/CSharpBinding/templates/GladeSharpProject.xpt.xml  
2005-11-17 10:57:32 UTC (rev 53165)
+++ trunk/monodevelop/Extras/CSharpBinding/templates/GladeSharpProject.xpt.xml  
2005-11-17 11:04:46 UTC (rev 53166)
@@ -27,6 +27,7 @@
                        <Options/>
                        
                        <References>
+                               <Reference type="Gac" refto="System, 
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
                                <Reference type="Gac" refto="gtk-sharp, 
Version=1.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
                                <Reference type="Gac" refto="gdk-sharp, 
Version=1.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
                                <Reference type="Gac" refto="glib-sharp, 
Version=1.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />

Modified: 
trunk/monodevelop/Extras/CSharpBinding/templates/GnomeSharp2Project.xpt.xml
===================================================================
--- trunk/monodevelop/Extras/CSharpBinding/templates/GnomeSharp2Project.xpt.xml 
2005-11-17 10:57:32 UTC (rev 53165)
+++ trunk/monodevelop/Extras/CSharpBinding/templates/GnomeSharp2Project.xpt.xml 
2005-11-17 11:04:46 UTC (rev 53166)
@@ -27,6 +27,7 @@
                        <Options/>
                        
                        <References>
+                               <Reference type="Gac" refto="System, 
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
                                <Reference type="Gac" refto="gnome-sharp, 
Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
                                <Reference type="Gac" refto="gtk-sharp, 
Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
                                <Reference type="Gac" refto="gdk-sharp, 
Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />

Modified: 
trunk/monodevelop/Extras/CSharpBinding/templates/GnomeSharpProject.xpt.xml
===================================================================
--- trunk/monodevelop/Extras/CSharpBinding/templates/GnomeSharpProject.xpt.xml  
2005-11-17 10:57:32 UTC (rev 53165)
+++ trunk/monodevelop/Extras/CSharpBinding/templates/GnomeSharpProject.xpt.xml  
2005-11-17 11:04:46 UTC (rev 53166)
@@ -27,6 +27,7 @@
                        <Options/>
                        
                        <References>
+                               <Reference type="Gac" refto="System, 
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
                                <Reference type="Gac" refto="gnome-sharp, 
Version=1.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
                                <Reference type="Gac" refto="gtk-sharp, 
Version=1.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
                                <Reference type="Gac" refto="gdk-sharp, 
Version=1.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />

Modified: 
trunk/monodevelop/Extras/CSharpBinding/templates/GtkSharp2Project.xpt.xml
===================================================================
--- trunk/monodevelop/Extras/CSharpBinding/templates/GtkSharp2Project.xpt.xml   
2005-11-17 10:57:32 UTC (rev 53165)
+++ trunk/monodevelop/Extras/CSharpBinding/templates/GtkSharp2Project.xpt.xml   
2005-11-17 11:04:46 UTC (rev 53166)
@@ -27,6 +27,7 @@
                        <Options/>
                        
                        <References>
+                               <Reference type="Gac" refto="System, 
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
                                <Reference type="Gac" refto="gtk-sharp, 
Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
                                <Reference type="Gac" refto="gdk-sharp, 
Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
                                <Reference type="Gac" refto="glib-sharp, 
Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />

Modified: 
trunk/monodevelop/Extras/CSharpBinding/templates/GtkSharpProject.xpt.xml
===================================================================
--- trunk/monodevelop/Extras/CSharpBinding/templates/GtkSharpProject.xpt.xml    
2005-11-17 10:57:32 UTC (rev 53165)
+++ trunk/monodevelop/Extras/CSharpBinding/templates/GtkSharpProject.xpt.xml    
2005-11-17 11:04:46 UTC (rev 53166)
@@ -27,6 +27,7 @@
                        <Options/>
                        
                        <References>
+                               <Reference type="Gac" refto="System, 
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
                                <Reference type="Gac" refto="gtk-sharp, 
Version=1.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
                                <Reference type="Gac" refto="gdk-sharp, 
Version=1.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
                                <Reference type="Gac" refto="glib-sharp, 
Version=1.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />

Modified: trunk/monodevelop/Extras/CSharpBinding/templates/Library.xpt.xml
===================================================================
--- trunk/monodevelop/Extras/CSharpBinding/templates/Library.xpt.xml    
2005-11-17 10:57:32 UTC (rev 53165)
+++ trunk/monodevelop/Extras/CSharpBinding/templates/Library.xpt.xml    
2005-11-17 11:04:46 UTC (rev 53166)
@@ -25,6 +25,9 @@
                
                <Project name = "${ProjectName}" directory = ".">
                        <Options Target = "Library" PauseConsoleOutput = 
"False" />
+                       <References>
+                               <Reference type="Gac" refto="System, 
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+                       </References>
 
                        <Files>
                                <File name="MyClass.cs"><![CDATA[// project 
created on ${Date} at ${Time}

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to