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

MonoDevelop.AnalysisCore.addin.xml « MonoDevelop.AnalysisCore « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f84694168f219069979fcf0b4c06981936ee3f62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Addin id          = "AnalysisCore"
       namespace   = "MonoDevelop"
       name        = "Analysis Core"
       author      = "Michael Hutchinson"
       copyright   = "MIT X11"
       url         = "http://www.monodevelop.com"
       description = "Core support for background analysis of code" 
       category    = "IDE extensions"
       version     = "2.9.0">

	<Dependencies>
		<Addin id="Core" version="2.9.0"/>
		<Addin id="Ide" version="2.9.0"/>
		<Addin id="SourceEditor2" version="2.9.0"/>
		<Addin id="Refactoring" version="2.9.0"/>
	</Dependencies>
	
	<!-- Extension points -->
	
	
	
	
</Addin>