SuperMemoAssistant icon indicating copy to clipboard operation
SuperMemoAssistant copied to clipboard

Create a VS project template for SMA Plugins

Open alexis- opened this issue 5 years ago • 0 comments

https://docs.microsoft.com/en-us/visualstudio/ide/how-to-create-project-templates https://docs.microsoft.com/en-us/visualstudio/extensibility/creating-custom-project-and-item-templates

  • [ ] Add a NuPack configurations to the .sln
  • [ ] Add a dependency on SuperMemoAssistant.Interop
  • [ ] Create a xxxxPlugin class
  • [ ] Add MSBuild.Tools dependency
  • [ ] Add MSBuildReadSuo task to InitialTargets
  • [ ] Generate a project GUID
  • [ ] Generate a .nuspec
  • [ ] Add WPF project type GUID to enable the WPF templates in Add Item
  • [ ] Git hooks
    • [ ] Coding style check
    • [ ] Release notes
  • [ ] Continuous integrate with checks

alexis- avatar Feb 21 '20 18:02 alexis-