Skip to content

LogoFX/tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Tools Solution Build status

The Tools solution purposes creation of usefull add-ins for Visual Studio aiming rapid development of LogoFX's based projects.

How to add new Item Template to VSIX project

  • 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

About

Tools used to build and develop LogoFX's libraries and LogoFX based projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages