зеркало из https://github.com/mono/mail-archives.git
89 строки
3.6 KiB
HTML
89 строки
3.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Monodevelop-patches-list] r1232 - trunk/MonoDevelop/src/AddIns/DebuggerAddIn
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:monodevelop-patches-list%40lists.ximian.com?Subject=%5BMonodevelop-patches-list%5D%20r1232%20-%20trunk/MonoDevelop/src/AddIns/DebuggerAddIn&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="000838.html">
|
|
<LINK REL="Next" HREF="000840.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Monodevelop-patches-list] r1232 - trunk/MonoDevelop/src/AddIns/DebuggerAddIn</H1>
|
|
<B>commit-watcher at mono-cvs.ximian.com</B>
|
|
<A HREF="mailto:monodevelop-patches-list%40lists.ximian.com?Subject=%5BMonodevelop-patches-list%5D%20r1232%20-%20trunk/MonoDevelop/src/AddIns/DebuggerAddIn&In-Reply-To="
|
|
TITLE="[Monodevelop-patches-list] r1232 - trunk/MonoDevelop/src/AddIns/DebuggerAddIn">commit-watcher at mono-cvs.ximian.com
|
|
</A><BR>
|
|
<I>Mon Mar 22 16:29:22 EST 2004</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="000838.html">[Monodevelop-patches-list] r1231 - trunk/MonoDevelop
|
|
</A></li>
|
|
<LI>Next message: <A HREF="000840.html">[Monodevelop-patches-list] r1233 - trunk/MonoDevelop
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#839">[ date ]</a>
|
|
<a href="thread.html#839">[ thread ]</a>
|
|
<a href="subject.html#839">[ subject ]</a>
|
|
<a href="author.html#839">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>Author: jluke
|
|
Date: 2004-03-22 16:29:22 -0500 (Mon, 22 Mar 2004)
|
|
New Revision: 1232
|
|
|
|
Added:
|
|
trunk/MonoDevelop/src/AddIns/DebuggerAddIn/AssemblyInfo.cs.in
|
|
Log:
|
|
whoops
|
|
|
|
|
|
Added: trunk/MonoDevelop/src/AddIns/DebuggerAddIn/AssemblyInfo.cs.in
|
|
===================================================================
|
|
--- trunk/MonoDevelop/src/AddIns/DebuggerAddIn/AssemblyInfo.cs.in 2004-03-22 21:25:25 UTC (rev 1231)
|
|
+++ trunk/MonoDevelop/src/AddIns/DebuggerAddIn/AssemblyInfo.cs.in 2004-03-22 21:29:22 UTC (rev 1232)
|
|
@@ -0,0 +1,16 @@
|
|
+using System.Reflection;
|
|
+using System.Runtime.CompilerServices;
|
|
+
|
|
+[assembly: AssemblyTitle("MonoDevelop.Debugger")]
|
|
+[assembly: AssemblyDescription("Default debugger add-in of MonoDevelop")]
|
|
+[assembly: AssemblyConfiguration("")]
|
|
+[assembly: AssemblyCompany("")]
|
|
+[assembly: AssemblyProduct("MonoDevelop")]
|
|
+[assembly: AssemblyCopyright("MonoDevelop team")]
|
|
+[assembly: AssemblyTrademark("")]
|
|
+[assembly: AssemblyCulture("")]
|
|
+
|
|
+[assembly: AssemblyVersion("@<A HREF="http://lists.ximian.com/mailman/listinfo/monodevelop-patches-list">VERSION at .0.0</A>")]
|
|
+
|
|
+[assembly: AssemblyDelaySign(false)]
|
|
+[assembly: AssemblyKeyFile("")]
|
|
|
|
|
|
</PRE>
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="000838.html">[Monodevelop-patches-list] r1231 - trunk/MonoDevelop
|
|
</A></li>
|
|
<LI>Next message: <A HREF="000840.html">[Monodevelop-patches-list] r1233 - trunk/MonoDevelop
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#839">[ date ]</a>
|
|
<a href="thread.html#839">[ thread ]</a>
|
|
<a href="subject.html#839">[ subject ]</a>
|
|
<a href="author.html#839">[ 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>
|