KirillOsenkov / XmlParser

A Roslyn-inspired full-fidelity XML parser with no dependencies and a simple Visual Studio XML language service
Apache License 2.0
328 stars 49 forks source link

Separate source, tests and benchmarks #48

Closed DoctorKrolic closed 11 months ago

DoctorKrolic commented 11 months ago

It was kinda odd to have everything under one src folder. So I separated tests and benchmarks into other directories to better fit the "standard" directory structure. Also removed ConsoleTestHost project since it seems like this is some sort of quick hand-made check, which shouldn't be in the repo IMO (will revert if you don't agree) In VS looks like this: devenv_ICpinXDmuL