I have 80 XSD
files from the Amazon SP-API
specification.
I want to generate the C#
classes, but my main problem is that if I use xsd.exe
, the tool create me only one HUGE .cs
file (42 Mb and 2 million lines of code), and it's impossible to use/open it in Visual Studio.
How can I create multiple .cs
files from these 80 files?
Thanks a lot!