haacked / Encourage

A bit of encouragment added to Visual Studio
75 stars 32 forks source link

Vs2022 support #53

Closed CalvinAllen closed 2 years ago

CalvinAllen commented 2 years ago

Quite the refactor.

Here are the highlights:

  1. Move core code into a Shared project
  2. Original project is now targeting x86 and has a new compiler directive (X86)
  3. New project created for x64, and has a compiler directive (X64)
  4. This creates TWO extensions - one for 2019 and lower (x86), and one for 2022 and higher (x64). They each have their own manifest, but share as much other resources as possible.

The READMEs will likely need a little update, and you'll have to create and publish a new extension for 2022 on the Marketplace.

haacked commented 2 years ago

Looks good to me. I'm going to have to trust you on this one. :smile: