Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MonoDevelop.Documentation.addin.xml « MonoDevelop.Documentation « src « Core - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d65ea04192268f18f25c78203d19948f31494bb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<AddIn id          = "MonoDevelop.Documentation"
       name        = "Documentation Browser"
       author      = "Todd Berman"
       copyright   = "MIT X11"
       url         = "http://www.monodevelop.com"
       description = "Integrates the Mono documentation browser (Monodoc) into the MonoDevelop IDE"
	   category    = "IDE extensions"
       version     = "0.13.0"
       compatVersion = "0.10.0">

	<Runtime>
		<Import assembly="MonoDevelop.Documentation.dll"/>
	</Runtime>

	<Dependencies>
		<AddIn id="MonoDevelop.Core" version="0.13.0"/>
		<AddIn id="MonoDevelop.Projects" version="0.13.0"/>
	</Dependencies>

	<Extension path = "/Workspace/Services">
		<Class id    = "DocumentationService"
		       class = "MonoDevelop.Documentation.DocumentationService"/>
	</Extension>


</AddIn>