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

MonoDevelop.Profiler.addin.xml « MonoDevelop.ProfilerGui « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13b9677d4336d6ef9215c73c9f14f5755123ded1 (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
<Addin
        id = "Profiler"
        namespace = "MonoDevelop"
        name = "Profiler"
        author = "Mike Krüger"
        copyright = "X11"
        url = "http://www.monodevelop.com/"
        description = "Provides a gui for the mono logging profiler"
        category = "IDE extensions"
        version = "2.9.0">

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

	<Dependencies>
		<Addin id="Core" version="2.9.0"/>
		<Addin id="Ide" version="2.9.0"/>
	</Dependencies>
	
	<!-- Extension Points -->
	
	<!-- Extensions -->
	
	<Extension path = "/MonoDevelop/Core/ExecutionModes">
		<ModeSetType class="MonoDevelop.Profiler.Gui.ProfilerExecutionModeSet"/>
	</Extension>
</Addin>