-
Notifications
You must be signed in to change notification settings - Fork 2
/
grpDarkDynlib.diproj
44 lines (44 loc) · 1.57 KB
/
grpDarkDynlib.diproj
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
<?xml version="1.0" encoding="UTF-8"?>
<Project Version="1.0">
<Title>darkDynlib</Title>
<Summary>Cross platform dynamic library loading class for Delphi.</Summary>
<Author>Craig Chapman</Author>
<Email/>
<Copyright>MIT-License, see License file.</Copyright>
<Comment/>
<Language>1033</Language>
<Charset>1</Charset>
<HeaderHtml><%TopicTitle%></HeaderHtml>
<FooterHtml>Powered by <a href="http://www.devjetsoftware.com/products/documentation-insight/" target="_blank">Documentation Insight</a></FooterHtml>
<CustomDefines/>
<ShowImplementationSection>false</ShowImplementationSection>
<ShowPrivateMembers>false</ShowPrivateMembers>
<ShowInheritedMembers>true</ShowInheritedMembers>
<ShowPropertyAccessors>true</ShowPropertyAccessors>
<FileNamePolicy>0</FileNamePolicy>
<CompilerVersion>23</CompilerVersion>
<TargetPlatform>0</TargetPlatform>
<Sources>
<Source>.\src\pkgDarkDynlib.dpk</Source>
</Sources>
<Outputs>
<Output Type="HTML">
<Active>true</Active>
<OutputDirectory>.\doc\html</OutputDirectory>
</Output>
<Output Type="CHM">
<Active>true</Active>
<OutputFileName>.\doc\chm\darkDynlib.chm</OutputFileName>
</Output>
<Output Type="MSHELP2">
<Active>false</Active>
<OutputFileName>Doc\MSHelp2\grpDarkDynlib.HxS</OutputFileName>
<Namespace>grpDarkDynlib</Namespace>
<TitleID>library</TitleID>
</Output>
<Output Type="HelpAndManual">
<Active>false</Active>
<OutputFileName>Doc\HM\grpDarkDynlib.hmxp</OutputFileName>
</Output>
</Outputs>
</Project>