SuperMemoAssistant
SuperMemoAssistant copied to clipboard
Create a VS project template for SMA Plugins
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