зеркало из https://github.com/mono/mail-archives.git
89 строки
3.7 KiB
HTML
89 строки
3.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Monodevelop-patches-list] r1243 - trunk/MonoDevelop/build/data/templates/project/CSharp
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:monodevelop-patches-list%40lists.ximian.com?Subject=%5BMonodevelop-patches-list%5D%20r1243%20-%20trunk/MonoDevelop/build/data/templates/project/CSharp&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="000849.html">
|
|
<LINK REL="Next" HREF="000851.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Monodevelop-patches-list] r1243 - trunk/MonoDevelop/build/data/templates/project/CSharp</H1>
|
|
<B>commit-watcher at mono-cvs.ximian.com</B>
|
|
<A HREF="mailto:monodevelop-patches-list%40lists.ximian.com?Subject=%5BMonodevelop-patches-list%5D%20r1243%20-%20trunk/MonoDevelop/build/data/templates/project/CSharp&In-Reply-To="
|
|
TITLE="[Monodevelop-patches-list] r1243 - trunk/MonoDevelop/build/data/templates/project/CSharp">commit-watcher at mono-cvs.ximian.com
|
|
</A><BR>
|
|
<I>Thu Mar 25 15:39:24 EST 2004</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="000849.html">[Monodevelop-patches-list] r1242 - in trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor: . Gui
|
|
</A></li>
|
|
<LI>Next message: <A HREF="000851.html">[Monodevelop-patches-list] r1244 - in trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor: . CodeCompletion
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#850">[ date ]</a>
|
|
<a href="thread.html#850">[ thread ]</a>
|
|
<a href="subject.html#850">[ subject ]</a>
|
|
<a href="author.html#850">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>Author: jluke
|
|
Date: 2004-03-25 15:39:24 -0500 (Thu, 25 Mar 2004)
|
|
New Revision: 1243
|
|
|
|
Modified:
|
|
trunk/MonoDevelop/build/data/templates/project/CSharp/GtkSharpProject.xpt
|
|
Log:
|
|
remove using GtkSharp;
|
|
|
|
|
|
Modified: trunk/MonoDevelop/build/data/templates/project/CSharp/GtkSharpProject.xpt
|
|
===================================================================
|
|
--- trunk/MonoDevelop/build/data/templates/project/CSharp/GtkSharpProject.xpt 2004-03-25 20:31:21 UTC (rev 1242)
|
|
+++ trunk/MonoDevelop/build/data/templates/project/CSharp/GtkSharpProject.xpt 2004-03-25 20:39:24 UTC (rev 1243)
|
|
@@ -1,7 +1,7 @@
|
|
<?xml version="1.0"?>
|
|
<Template originator = "John Luke"
|
|
created = "01/03/2004"
|
|
- lastModified = "02/25/2004">
|
|
+ lastModified = "03/25/2004">
|
|
|
|
<!-- Template Header -->
|
|
<TemplateConfiguration>
|
|
@@ -50,7 +50,6 @@
|
|
}]]></File>
|
|
<File name="MyWindow.cs"><![CDATA[using System;
|
|
using Gtk;
|
|
-using GtkSharp;
|
|
|
|
public class MyWindow : Window {
|
|
static GLib.GType gtype;
|
|
|
|
|
|
</PRE>
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="000849.html">[Monodevelop-patches-list] r1242 - in trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor: . Gui
|
|
</A></li>
|
|
<LI>Next message: <A HREF="000851.html">[Monodevelop-patches-list] r1244 - in trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor: . CodeCompletion
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#850">[ date ]</a>
|
|
<a href="thread.html#850">[ thread ]</a>
|
|
<a href="subject.html#850">[ subject ]</a>
|
|
<a href="author.html#850">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/monodevelop-patches-list">More information about the Monodevelop-patches-list
|
|
mailing list</a><br>
|
|
</body></html>
|