-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEngageTake-Out.5.dnn
59 lines (59 loc) · 2.39 KB
/
EngageTake-Out.5.dnn
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="Engage: Take-Out" type="Module" version="1.0.0">
<friendlyName>Engage: Take-Out</friendlyName>
<description>Allows importing and exporting site settings which aren't typically included in site templates</description>
<iconFile>DesktopModules/Engage/Take-Out/images/takeout-icon64.png</iconFile>
<owner>
<name>Brian Dukes</name>
<organization>Engage Software</organization>
<url>http://www.engagesoftware.com/</url>
<email>[email protected]</email>
</owner>
<license src="Licenses/EULA-Free.htm"/>
<releaseNotes src="ReleaseNotes_01.00.00.htm" />
<dependencies>
<dependency type="CoreVersion">5.0.0</dependency>
<dependency type="Type">System.Lazy`1</dependency> <!-- .NET 4 -->
</dependencies>
<components>
<component type="ResourceFile">
<resourceFiles>
<basePath>DesktopModules/Engage/Take-Out</basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
</resourceFiles>
</component>
<component type="Module">
<desktopModule>
<moduleName>Engage: Take-Out</moduleName>
<foldername>Engage/Take-Out</foldername>
<businessControllerClass>Engage.Dnn.TakeOut.FeaturesController</businessControllerClass>
<moduleDefinitions>
<moduleDefinition>
<friendlyName>Engage: Take-Out</friendlyName>
<defaultCacheTime>0</defaultCacheTime>
<moduleControls>
<moduleControl>
<controlKey/>
<controlSrc>DesktopModules/Engage/Take-Out/Views/ViewTakeOut.ascx</controlSrc>
<controlType>View</controlType>
</moduleControl>
</moduleControls>
</moduleDefinition>
</moduleDefinitions>
</desktopModule>
</component>
<component type="Assembly">
<assemblies>
<assembly>
<name>Engage.Take-Out.dll</name>
<version latestVersion="latestVersion">1.0.0</version>
</assembly>
</assemblies>
</component>
</components>
</package>
</packages>
</dotnetnuke>