Skip to content

Instantly share code, notes, and snippets.

@jcdickinson
Created February 15, 2011 16:28
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/827753 to your computer and use it in GitHub Desktop.
Save jcdickinson/827753 to your computer and use it in GitHub Desktop.
<Plugin xmlns="http://schemas.monoflector.org/plugins/2011/definition"
Identity="plugins.monoflector.org/Windows/Forms"
Version="1.0.0.0">
<Title>Windows Forms</Title>
<Author>Monoflector Project</Author>
<Description>Required windows functionality.</Description>
<InstallDocumentation>InstallDoc</InstallDocumentation>
<Deployment xmlns:files="http://schemas.monoflector.org/plugins/2011/deployment/files"
xmlns:mef="http://schemas.monoflector.org/plugins/2011/deployment/mef">
<files:copy Filename="Monoflector.WindowsForms.dll" />
<files:copy Filename="Monoflector.WindowsForms.pdb" />
<mef:activate Filename="Monoflector.WindowsForms.dll" Context="Normal" />
<mef:activate Filename="Monoflector.WindowsForms.dll" Context="Installation" />
</Deployment>
</Plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment