Text Manipulation Split Classes in a Single File into mulitple Files
Posted
by guazz
on Stack Overflow
See other posts from Stack Overflow
or by guazz
Published on 2010-04-16T12:31:40Z
Indexed on
2010/04/16
12:33 UTC
Read the original article
Hit count: 445
I used XSD.EXE to to generate a C# files from an XSD schema. Unfortunately, this tool extracts all the classes into a single allClasses.cs file.
Has anyone got a good technique(or tool) that will extract each of the classes in the allClasses.cs file into their own respective file e.g. ClassA.cs, ClassB.cs, etc. ?
© Stack Overflow or respective owner