From: Daniel C. \(kzu\) <dca...@us...> - 2005-01-09 20:20:27
|
Update of /cvsroot/mvp-xml/Design/v1/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30050/v1/src Modified Files: Mvp.Xml.Design.csproj 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: Mvp.Xml.Design.csproj =================================================================== RCS file: /cvsroot/mvp-xml/Design/v1/src/Mvp.Xml.Design.csproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Mvp.Xml.Design.csproj 3 Jan 2005 17:51:36 -0000 1.1 +++ Mvp.Xml.Design.csproj 9 Jan 2005 20:20:15 -0000 1.2 @@ -145,6 +145,11 @@ BuildAction = "Content" /> <File + RelPath = "ListViewEx.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File RelPath = "ProjectInstaller.cs" SubType = "Code" BuildAction = "Compile" @@ -205,6 +210,20 @@ BuildAction = "Compile" /> <File + RelPath = "CustomTools\XsdInfer\Infer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "CustomTools\XsdInfer\Readme.txt" + BuildAction = "Content" + /> + <File + RelPath = "CustomTools\XsdInfer\XsdInfer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "VisualStudio\IProfferService.cs" SubType = "Code" BuildAction = "Compile" |