-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAspNetEdit.addin.xml
More file actions
28 lines (25 loc) · 926 Bytes
/
AspNetEdit.addin.xml
File metadata and controls
28 lines (25 loc) · 926 Bytes
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 = "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 = "4.0">
<Runtime>
<Import assembly = "AspNetEdit.dll"/>
</Runtime>
<Dependencies>
<Addin id="Core" version="4.0"/>
<Addin id="Ide" version="4.0"/>
<Addin id="Deployment" version="4.0" />
<Addin id="AspNet" version="4.0" />
<Addin id="DesignerSupport" version="4.0" />
</Dependencies>
<Extension path = "/MonoDevelop/Ide/DisplayBindings">
<DisplayBinding id = "AspNetEditDisplayBinding"
supportedformats = "Source Code"
class = "AspNetEdit.Integration.AspNetEditDisplayBinding"/>
</Extension>
</Addin>