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

WindowsPlatform.addin.xml « WindowsPlatform « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 957e43e5dca67c0c101c95e3587d6575fbf229dd (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
27
28
29
30
31
32
33
34
35
<Addin id          = "WindowsPlatform"
       namespace   = "MonoDevelop"
       name        = "MonoDevelop Windows Platform Support"
       author      = "Jonathan Pobst"
       copyright   = "MIT X11"
       url         = "http://monodevelop.com/"
       description = "Windows Platform Support for MonoDevelop"
       category    = "Platform Support"
       version     = "2.8.3">
	
	<Runtime>
		<Import assembly="WindowsPlatform.dll"/>
	</Runtime>

	<Dependencies>
		<Addin id="Core" version="2.8.3"/>
		<Addin id="Ide" version="2.8.3"/>
  </Dependencies>
	
	<Extension path = "/MonoDevelop/Core/PlatformService">
		<Class class = "MonoDevelop.Platform.WindowsPlatform"/>
	</Extension>
	
	<Extension path = "/MonoDevelop/Ide/InitCompleteHandlers">
		<Class class="MonoDevelop.Platform.JumpList" />
	</Extension>
<!--
  <Extension path = "/MonoDevelop/Components/DialogHandlers">
    <Class class = "MonoDevelop.Platform.SelectFileDialogHandler"/>
    <Class class = "MonoDevelop.Platform.AddFileDialogHandler"/>
    <Class class = "MonoDevelop.Platform.OpenFileDialogHandler"/>
  </Extension>
-->
	
</Addin>