SFML/bindings/dotnet/doc/build/SFML.ndoc
LaurentGom 0e2297af28 Moved all bindings to the "bindings" sub-directory
Renamed the CSFML directory to c
Renamed the DSFML directory to d
--> bindings must now be updated to match the new organization!

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1630 4e206d99-4929-0410-ac5d-dfc041789085
2010-11-09 17:13:17 +00:00

38 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<project SchemaVersion="2.0">
<assemblies>
<assembly location="..\..\lib\sfmlnet-audio.dll" documentation=".\audio-doc.xml" />
<assembly location="..\..\lib\sfmlnet-graphics.dll" documentation=".\graphics-doc.xml" />
<assembly location="..\..\lib\sfmlnet-window.dll" documentation=".\window-doc.xml" />
</assemblies>
<documenters>
<documenter name="MSDN-Help2">
<property name="PlugInNamespace" value="ms.vscc" />
<property name="OutputDirectory" value="..\html\" />
<property name="HtmlHelpName" value="SFML.Net" />
<property name="Title" value="SFML.Net documentation" />
</documenter>
<documenter name="XML">
<property name="OutputFile" value=".\doc\doc.xml" />
</documenter>
<documenter name="Intellisense">
<property name="OutputDirectory" value="..\intellisense\" />
<property name="DocumentProtected" value="False" />
</documenter>
<documenter name="MSDN-CHM">
<property name="RootPageFileName" value=".\MainPage.html" />
<property name="OutputDirectory" value="..\" />
<property name="HtmlHelpName" value="SFML.Net" />
<property name="Title" value="SFML.Net documentation" />
<property name="IncrementalBuild" value="True" />
<property name="DocumentExplicitInterfaceImplementations" value="True" />
<property name="DocumentProtected" value="False" />
<property name="CleanIntermediates" value="True" />
</documenter>
<documenter name="MSDN-Web">
<property name="OutputDirectory" value="..\msdn\" />
<property name="HtmlHelpName" value="SFML.Net" />
<property name="Title" value="SFML.Net documentation" />
</documenter>
</documenters>
</project>