Code Monkey home page Code Monkey logo

monodevelop.addinmaker's Introduction

MonoDevelop.AddinMaker

The Addin Maker makes it easy to create and maintain MonoDevelop and Xamarin Studio addins.

Features

  • Full support for creating, building, running and debugging addins from within MD/XS.
  • MSBuild-based build system is extensible and allows building from the commandline.
  • Code completion for addin manifests, file templates and project templates.
  • Automatically handles referencing core MD/XS assemblies and assemblies from referenced addins.
  • The AddinFile build action takes care of the details of bundling files with the addin.
  • Multi-targeting support allows building against any MD/XS instance.

Installation

Most users should install this from the MD/XS Addin Gallery. However, if you wish to contribute to the addin, you will need to build it from source. This may also be necessary if you wish to use it with some unreleased version of MonoDevelop or Xamarin Studio.

Because loading the Addin Maker in MD/XS requires itself to be installed, scripts are provided to build and install it from the commandline. Simply run Install.bat (Windows) or Install.sh (Mac, Linux).

To build against a specific version, you can provide arguments, e.g.

./Install.sh /p:MDBinDir=../monodevelop/main/build/bin /p:MDProfileVersion=6.0

Migrating Existing Projects

To migrate existing projects to the Addin Maker:

  1. Add {86F6BF2A-E449-4B3E-813B-9ACC37E5545F} to the project's flavor GUIDs i.e. for C#: <ProjectTypeGuids>{86F6BF2A-E449-4B3E-813B-9ACC37E5545F};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  2. Add a reference to the NuGet package monodevelop.addins
  3. Remove all references you have to the assemblies included with MonoDevelop/Xamarin Studio.
  4. Remove all addin dependency declarations from your manifests and assembly attributes.
  5. Add Addin References for all of the dependencies you remvoed in step 4.
  6. [OPTIONAL] For each file that is bundled with your addin, unset the "copy to output" flag, set the build action to AddinFile, and remove the corresponding <Import> from the <Runtime> element of your manifest.

monodevelop.addinmaker's People

Contributors

mhutch avatar

Watchers

James Cloos avatar  avatar

Forkers

g0rdan

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.