| <?xml version='1.0'?> |
| <!-- |
| |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| |
| --> |
| |
| <project SchemaVersion="1.3"> |
| <assemblies> |
| <assembly location=".\bin\Release\Lucene.Net.dll" documentation=".\Lucene.Net.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=".\Docs\" /> |
| <property name="HtmlHelpName" value="Apache Lucene.Net 2.9.0 API Documentation" /> |
| <property name="Title" value="Apache Lucene.Net 2.9.0 Class Library API" /> |
| <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> |