senox13
❔ Sharpie-Curses fails to find curses lib on Windows
Well, I swear there's some mystical effect by which the solution to a problem will only present itself immediately after you ask for help in a public place. It seems that installing the package
Sharpie-Libs-PdCurses
, I can get the demo projects to work, which is good enough for me. Still no idea why the bundled libs don't get found, but at this point I've accepted not understanding it3 replies
❔ Is there a way to override a Variable in the .csproj by a project that is reference this project?
Oh hey, I recognize you 👋 It seems like you can override .csproj properties using a .targets file? It might help if you specify exactly what you want to override
https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-your-build
10 replies