From: Owen R. <exo...@us...> - 2004-11-15 05:59:37
|
Update of /cvsroot/netreflector/NetReflector/src/NetReflector In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10946/src/NetReflector Modified Files: NetReflector.csproj Removed Files: XmlDocumentationGenerator.cs Log Message: moved XmlDocumentationGenerator and Test to Generators folder --- XmlDocumentationGenerator.cs DELETED --- Index: NetReflector.csproj =================================================================== RCS file: /cvsroot/netreflector/NetReflector/src/NetReflector/NetReflector.csproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** NetReflector.csproj 15 Nov 2004 05:13:02 -0000 1.5 --- NetReflector.csproj 15 Nov 2004 05:58:57 -0000 1.6 *************** *** 105,113 **** /> <File - RelPath = "XmlDocumentationGenerator.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "attributes\IReflectorAttribute.cs" SubType = "Code" --- 105,108 ---- *************** *** 140,143 **** --- 135,143 ---- /> <File + RelPath = "Generators\XmlDocumentationGenerator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Generators\XsdGenerator.cs" SubType = "Code" |