Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logofx/tools
Tools used to build and develop LogoFX's libraries and LogoFX based projects.
https://github.com/logofx/tools
Last synced: about 4 hours ago
JSON representation
Tools used to build and develop LogoFX's libraries and LogoFX based projects.
- Host: GitHub
- URL: https://github.com/logofx/tools
- Owner: LogoFX
- License: mit
- Created: 2015-07-12T13:14:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T15:58:38.000Z (almost 2 years ago)
- Last Synced: 2024-04-28T05:54:43.896Z (7 months ago)
- Language: C#
- Size: 1.27 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Tools Solution [![Build status](https://ci.appveyor.com/api/projects/status/3fvypqbkemhyc5gm/branch/master?svg=true)](https://ci.appveyor.com/project/glyad/logofx/branch/master)
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