I using the XSD.exe provided in Visual Studio Tools to generate classes from an XSD file. Currently all of the classes are generated in 1 CS file. Is it possible to have each class generated into separate CS files?
0
votes
1 Answers
1
votes
ReSharper can do this. Right-click on the generated cs file -> Refactor -> Move types into matching files. But i would recommend to keep it in one file, cause of the reason D Stanley mentioned.