Skip to content

Instantly share code, notes, and snippets.

@jcdickinson
Created February 15, 2011 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcdickinson/827756 to your computer and use it in GitHub Desktop.
Save jcdickinson/827756 to your computer and use it in GitHub Desktop.
<PluginConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.monoflector.org/plugins/2011/configuration">
<Normal>
<Plugin Identity="plugins.monoflector.org/Languages/CSharp" Active="true">
<Export>Monoflector.CSharp.dll</Export>
</Plugin>
<Plugin Identity="plugins.monoflector.org/Windows/Core" Active="true">
<Export>Monoflector.Windows.dll</Export>
</Plugin>
<Plugin Identity="plugins.monoflector.org/Windows/Forms" Active="true">
<Export>Monoflector.WindowsForms.dll</Export>
</Plugin>
</Normal>
<Installation>
<Plugin Identity="plugins.monoflector.org/Windows/Forms" Active="true">
<Export>Monoflector.WindowsForms.dll</Export>
</Plugin>
<Plugin Identity="plugins.monoflector.org/Windows/Core" Active="true">
<Export>Monoflector.Windows.dll</Export>
</Plugin>
</Installation>
</PluginConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment