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: 849c4f4f88d6a3e810ac4a43d6fa811b98505291 (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
<Addin id          = "AspNetEdit"
       namespace   = "MonoDevelop"
       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    = "Web Development"
       version     = "2.8.3">
	
	<Runtime>
		<Import assembly = "AspNetEdit.dll"/>
		<Import file     = "aspdesigner.jar"/>
	</Runtime>

	<Dependencies>
		<Addin id="Core" version="2.8.3"/>
		<Addin id="Ide" version="2.8.3"/>
		<Addin id="Deployment" version="2.8.3" />
		<Addin id="AspNet" version="2.8.3" />
		<Addin id="DesignerSupport" version="2.8.3" />
	</Dependencies>
	
	<Extension path = "/MonoDevelop/Ide/DisplayBindings">
		<DisplayBinding id    = "AspNetEditDisplayBinding"
		                supportedformats = "Source Code"
		                class = "AspNetEdit.Integration.AspNetEditDisplayBinding"/>
	</Extension>
</Addin>