The Tools solution purposes creation of usefull add-ins for Visual Studio aiming rapid development of LogoFX's based projects.
- Add new project of type "C# Item Template", which is located in the Extensibility section. The project contains Class1.cs and *.vstemaplte files
- Edit the template projects:
- Remove or rename the "Class1.cs" file
- Add another project items, if need. For example: we renamed Class1.cs to ViewModel.cs and added ViewModel.resources.cs, edited content of files, changed BuildAction attribute to None (with the Property Grid)
- Add new asset to VSIX project's assets
- The type is Item Template
- The Source is Project n Solution
- The Project is the same project, which was created in previous step