forked from cameronhotchkies/Absinthe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbsinthe.ndoc
46 lines (46 loc) · 2.36 KB
/
Absinthe.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
<project SchemaVersion="1.3">
<assemblies>
<assembly location=".\wx\bin\Debug\Absinthe.exe" documentation=".\wx\Absinthe.xml" />
<assembly location=".\plugins\bin\Debug\Absinthe.Plugins.dll" documentation=".\plugins\Absinthe.Plugins.xml" />
<assembly location=".\core\bin\Debug\Absinthe.Core.dll" documentation=".\core\Absinthe.Core.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="Documentation" />
<property name="Title" value="Absinthe - the 0x90.org SQL injection tool" />
<property name="ShowMissingSummaries" value="True" />
<property name="ShowMissingRemarks" value="True" />
<property name="ShowMissingParams" value="True" />
<property name="ShowMissingReturns" value="True" />
<property name="ShowMissingValues" value="True" />
<property name="AssemblyVersionInfo" value="AssemblyVersion" />
</documenter>
<documenter name="MSDN 2003">
<property name="OutputDirectory" value=".\doc\" />
<property name="Title" value="An NDoc Documented Class Library" />
</documenter>
<documenter name="VS.NET 2003">
<property name="OutputDirectory" value=".\doc\" />
<property name="HtmlHelpName" value="Documentation" />
<property name="Title" value="An NDoc documented library" />
</documenter>
<documenter name="XML">
<property name="OutputFile" value=".\doc\doc.xml" />
</documenter>
</documenters>
</project>