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

AspNetEdit.addin.xml « AspNetEdit « Extras - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 56c135b04e50e670ba174db05dc07996caa531d9 (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
<AddIn id          = "AspNetEdit"
       name        = "ASP.NET Visual Designer"
       author      = "Michael Hutchinson"
       copyright   = "MIT X11"
       url         = "http://www.monodevelop.com/"
       description = "Visual Designer for ASP.NET Web Forms."
	   category    = "IDE extensions"
       version     = "0.0.2">
	
	<Runtime>
		<Import assembly = "AspNetEdit.dll"/>
	</Runtime>

	<Dependencies>
	    <AddIn id="MonoDevelop.Core" version="0.13.0"/>
	    <AddIn id="MonoDevelop.Core.Gui" version="0.13.0"/>
    	<AddIn id="MonoDevelop.Projects" version="0.13.0"/>
		<AddIn id="MonoDevelop.Projects.Gui" version="0.13.0"/>
		<AddIn id="MonoDevelop.Ide" version="0.13.0"/>
		<AddIn id="MonoDevelop.SourceEditor" version="0.13.0"/>
		<AddIn id="AspNetAddIn" version="0.0.2" />
	</Dependencies>
	
	<Extension path = "/SharpDevelop/Workbench/DisplayBindings">
		<DisplayBinding id    = "AspNetEditDisplayBinding"
		                supportedformats = "Source Code"
		                class = "AspNetEdit.Integration.AspNetEditDisplayBinding"/>
	</Extension>
	
	<Extension path = "/MonoDevelop/DesignerSupport/ToolboxProviders">
		<Class id="AspNetDefaultControlToolboxProvider" class="AspNetEdit.Integration.ToolboxProvider"/>
	</Extension>
	
</AddIn>