-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Does this plugin support VS2019? I see that the marketplace version is only available for VS2017.
Currently if I wish to use oF in VS2019 I have to first create the project in VS2017 as described here.
What I've tried:
I cloned this repo and tried opening and running the solution in VS2019. Visual Studio had me install the "Visual Studio extension development" toolset. It also warned about the version of .NET used by the extension (v4.5.2) being different than my installed .NET v4.7.2.
I tried running the project but got a lot of compile errors. I also tried retargetting it to .NET v4.7.2, but no luck. Some of the compilation warnings reference the different .NET versions. The compilation errors referenced a potentially password protected key file that couldn't be imported named keyStore_visualStudioWizard2017.pfx
.
I've attached the list of errors and warnings: compilation.txt
Help Offered:
I'm not a C# programmer with VS extension development experience, so I don't think I'd be much help on the coding side. But I'd be happy to help out with any testing and documentation that might be needed for a VS2019 version of this plugin. I could also create a new Visual Studio setup guide for the official oF site for VS2019.
Alternatives:
Should I be looking into /openframeworks/projectGenerator instead of this project to generate new projects for VS2019?