jacobslusser / ScintillaNET

A Windows Forms control, wrapper, and bindings for the Scintilla text editor.
MIT License
963 stars 243 forks source link

Move to .NET Core #534

Open PatrickHofman opened 1 year ago

PatrickHofman commented 1 year ago

I have ported the project file to support .NET Core 6 on Windows. This allows using Scintilla from within .NET Core projects too.

george-tsiros commented 1 year ago

you can put Condition="'$(Platform)'=='x64'" and 'x86' around the embedded resource, saves some filesize