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

GnomePlatform.addin.xml « GnomePlatform « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 048d3d0ddebcb4a98ddbf7e40dadd55f1f54f52d (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
<Addin id          = "GnomePlatform"
       namespace   = "MonoDevelop"
       name        = "GNOME Platform Support"
       author      = "Geoff Norton"
       copyright   = "MIT X11"
       url         = "http://monodevelop.com/"
       description = "GNOME Platform Support for MonoDevelop"
       category    = "MonoDevelop Core"
       flags       = "Hidden"
       version     = "2.8.1">
	
	<Runtime>
		<Import assembly="GnomePlatform.dll"/>
	</Runtime>

	<Dependencies>
		<Addin id="Core" version="2.8.1"/>
		<Addin id="Ide" version="2.8.1"/>
	</Dependencies>
	
	<Extension path = "/MonoDevelop/Core/PlatformService">
		<Class class = "MonoDevelop.Platform.GnomePlatform"/>
	</Extension>
</Addin>