yesser-studios / Pong

A Pong clone made in C#
https://yesser-studios.github.io/Pong/
MIT License
2 stars 0 forks source link

Stop using shared project #13

Closed yesseruser closed 3 months ago

yesseruser commented 3 months ago

Since the shared project isn't supported by some IDEs on some platforms (like Rider on Mac), we should remove the .shproj file and reference the shared code files directly from projects that need them.