Update of /cvsroot/mvp-xml/Design/v1/src/CustomTools/XGen
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6940/v1/src/CustomTools/XGen
Modified Files:
XGenTool.cs
Log Message:
Index: XGenTool.cs
===================================================================
RCS file: /cvsroot/mvp-xml/Design/v1/src/CustomTools/XGen/XGenTool.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- XGenTool.cs 21 Oct 2004 20:42:06 -0000 1.1
+++ XGenTool.cs 18 Dec 2004 05:11:45 -0000 1.2
@@ -26,8 +26,8 @@
/// This tool supports C# projects only, as that's the code generated
/// by the XmlSerializer class.
/// </remarks>
- [Guid("983A6445-3277-4cd1-97DF-5AA11A537921")]
- [CustomTool("Mvp.Xml.XGen", "MVP XML XmlSerializer Generation Tool", false)]
+ [Guid("B8F154A6-E234-4c6f-9AD4-675713F4AABD")]
+ [CustomTool("Mvp.Xml.XGen", "MVP XML XmlSerializer Generation Tool", true)]
[ComVisible(true)]
[VersionSupport("7.1")]
[CategorySupport(CategorySupportAttribute.CSharpCategory)]
@@ -137,7 +137,7 @@
}
catch (Exception e)
{
- return System.Text.Encoding.ASCII.GetBytes(SR.XGenTool_GeneralError(e));
+ return System.Text.Encoding.ASCII.GetBytes(SR.CustomTool_GeneralError(e));
}
finally
{
|