-
Notifications
You must be signed in to change notification settings - Fork 29
/
XPTable.ndoc
51 lines (51 loc) · 2.7 KB
/
XPTable.ndoc
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
<project SchemaVersion="1.3">
<assemblies>
<assembly location=".\bin\Release\XPTable.dll" documentation=".\bin\Release\XPTable.xml" />
</assemblies>
<documenters>
<documenter name="JavaDoc">
<property name="OutputDirectory" value=".\doc\" />
</documenter>
<documenter name="LaTeX">
<property name="OutputDirectory" value=".\doc\" />
<property name="TextFileFullName" value="Documentation.tex" />
<property name="TexFileBaseName" value="Documentation" />
<property name="LatexCompiler" value="latex" />
<property name="TexFileFullPath" value=".\doc\Documentation.tex" />
</documenter>
<documenter name="LinearHtml">
<property name="OutputDirectory" value=".\doc\" />
<property name="Title" value="An NDoc Documented Class Library" />
</documenter>
<documenter name="MSDN">
<property name="OutputDirectory" value=".\doc\" />
<property name="HtmlHelpName" value="XPTable" />
<property name="Title" value="XPTable Class Library" />
</documenter>
<documenter name="MSDN 2003">
<property name="OutputDirectory" value=".\doc\" />
<property name="HtmlHelpName" value="XPTable" />
<property name="Title" value="XPTable Control Library" />
<property name="OutputTarget" value="HtmlHelp" />
<property name="Version" value="1.1.12" />
<property name="DocumentProtectedInternalAsProtected" value="True" />
<property name="AssemblyVersionInfo" value="AssemblyVersion" />
<property name="CopyrightText" value="© 2005, Mathew Hall. All rights reserved." />
<property name="CleanIntermediates" value="True" />
</documenter>
<documenter name="VS.NET 2003">
<property name="OutputDirectory" value=".\doc\" />
<property name="HtmlHelpName" value="XPTable" />
<property name="Title" value="XPTable Control Library" />
<property name="CollectionNamespace" value="xptable.2005" />
<property name="GenerateCollectionFiles" value="True" />
<property name="PlugInNamespace" value="ms.vscc.2003" />
<property name="DocumentProtectedInternalAsProtected" value="True" />
<property name="AssemblyVersionInfo" value="AssemblyVersion" />
<property name="CopyrightText" value="© 2005, Mathew Hall. All rights reserved." />
</documenter>
<documenter name="XML">
<property name="OutputFile" value=".\doc\doc.xml" />
</documenter>
</documenters>
</project>