From: Daniel C. \(kzu\) <dca...@us...> - 2005-01-09 20:20:27
|
Update of /cvsroot/mvp-xml/Design/v1/src/CustomTools/XsdInfer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30050/v1/src/CustomTools/XsdInfer Modified Files: XsdInfer.cs Log Message: Enabled the Mvp.Xml.XsdInfer custom tool to infer a schema automatically from a class model. Updated the XGen custom tool so that it shows a class picker when multiple classes exist in a file, to determine the roots of deserialization processors. Updated description of the XmlValidate description. Index: XsdInfer.cs =================================================================== RCS file: /cvsroot/mvp-xml/Design/v1/src/CustomTools/XsdInfer/XsdInfer.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- XsdInfer.cs 21 Oct 2004 20:42:06 -0000 1.1 +++ XsdInfer.cs 9 Jan 2005 20:20:15 -0000 1.2 @@ -27,8 +27,8 @@ /// <summary> /// Processes XSD files and generates the corresponding classes. /// </summary> - [Guid("37882B13-FBC3-46ef-90B2-249504DC6925")] - [CustomTool("XsdInference", "Microsoft IPE XSD Inference", false)] + [Guid("43D2EC8B-2139-4dd1-A172-F0F3E363E35A")] + [CustomTool("Mvp.Xml.XsdInfer", "Mvp.Xml Project XSD Inference", false)] [ComVisible(true)] [VersionSupport("7.1")] [VersionSupport("7.0")] |