corrade-vassal – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 vero 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3 <PropertyGroup>
4 <!-- The configuration and platform will be used to determine which
5 assemblies to include from solution and project documentation
6 sources -->
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <SchemaVersion>2.0</SchemaVersion>
10 <ProjectGuid>{25ed57f0-9c46-4bdb-b32b-82f6d843d6b0}</ProjectGuid>
11 <SHFBSchemaVersion>1.9.5.0</SHFBSchemaVersion>
12 <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
13 Studio adds them anyway -->
14 <AssemblyName>Documentation</AssemblyName>
15 <RootNamespace>Documentation</RootNamespace>
16 <Name>Documentation</Name>
17 <!-- SHFB properties -->
18 <OutputPath>.\trunk\</OutputPath>
19 <HtmlHelpName>OpenMetaverse</HtmlHelpName>
20 <ProjectSummary>The OpenMetaverse Developers API Documentation</ProjectSummary>
21 <CopyrightHref>https://github.com/openmetaversefoundation/libopenmetaverse/blob/master/LICENSE.txt</CopyrightHref>
22 <CopyrightText>%28c%29 2013 The OpenMetaverse Ninjas and Contributors</CopyrightText>
23 <HelpTitle>OpenMetaverse Protocol Library Developers API Documentation</HelpTitle>
24 <HelpFileFormat>HtmlHelp1, Website</HelpFileFormat>
25 <NamingMethod>MemberName</NamingMethod>
26 <Preliminary>False</Preliminary>
27 <PresentationStyle>Prototype</PresentationStyle>
28 <DocumentationSources>
29 <DocumentationSource sourceFile="..\bin\OpenMetaverse.dll" />
30 <DocumentationSource sourceFile="..\bin\OpenMetaverse.StructuredData.dll" />
31 <DocumentationSource sourceFile="..\bin\OpenMetaverse.StructuredData.xml" />
32 <DocumentationSource sourceFile="..\bin\OpenMetaverse.xml" />
33 <DocumentationSource sourceFile="..\bin\OpenMetaverseTypes.dll" />
34 <DocumentationSource sourceFile="..\bin\OpenMetaverseTypes.xml" />
35 </DocumentationSources>
36 <FrameworkVersion>.NET Framework 3.5</FrameworkVersion>
37 <ApiFilter>
38 <Filter entryType="Namespace" fullName="" isExposed="False" xmlns="" />
39 <Filter entryType="Namespace" fullName="LitJson" isExposed="False" xmlns="" />
40 <Filter entryType="Namespace" fullName="OpenMetaverse.Rendering" isExposed="False" xmlns="" />
41 <Filter entryType="Namespace" fullName="OpenMetaverse.Voice" isExposed="False" xmlns="" />
42 </ApiFilter>
43 <VisibleItems>None</VisibleItems>
44 <SyntaxFilters>CSharp</SyntaxFilters>
45 <ComponentConfigurations>
46 <ComponentConfig id="Cached MSDN URL References" enabled="True">
47 <component id="Cached MSDN URL References" type="SandcastleBuilder.Components.CachedResolveReferenceLinksComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll" locale="{@Locale}" linkTarget="{@SdkLinkTarget}">
48 <helpOutput format="HtmlHelp1">
49 <cache filename="{@LocalDataFolder}Cache\MsdnUrl.cache" />
50 <targets base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" type="{@HtmlSdkLinkType}" />
51 <targets files="reflection.xml" type="Local" />
52 </helpOutput>
53 <helpOutput format="MSHelp2">
54 <cache filename="{@LocalDataFolder}Cache\MsdnUrl.cache" />
55 <targets base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" type="{@MSHelp2SdkLinkType}" />
56 <targets files="reflection.xml" type="Index" />
57 </helpOutput>
58 <helpOutput format="MSHelpViewer">
59 <cache filename="{@LocalDataFolder}Cache\MsdnUrl.cache" />
60 <targets base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" type="{@MSHelpViewerSdkLinkType}" />
61 <targets files="reflection.xml" type="Id" />
62 </helpOutput>
63 <helpOutput format="Website">
64 <cache filename="{@LocalDataFolder}Cache\MsdnUrl.cache" />
65 <targets base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" type="{@WebsiteSdkLinkType}" />
66 <targets files="reflection.xml" type="Local" />
67 </helpOutput>
68 </component>
69 </ComponentConfig>
70 <ComponentConfig id="Cached Reflection Index Data" enabled="True"><component id="Cached Reflection Index Data" type="SandcastleBuilder.Components.CachedCopyFromIndexComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll">
71 <index name="reflection" value="/reflection/apis/api" key="@id" cache="10">
72 <cache base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" cacheFile="{@LocalDataFolder}Cache\Reflection.cache" />
73 <data files="reflection.xml" />
74 </index>
75 <copy name="reflection" source="*" target="/document/reference" />
76 </component></ComponentConfig>
77 <ComponentConfig id="Code Block Component" enabled="True"><component id="Code Block Component" type="SandcastleBuilder.Components.CodeBlockComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll">
78 <!-- Base path for relative filenames in source attributes (optional) -->
79 <basePath value="{@HtmlEncProjectFolder}" />
80 <!-- Base output paths for the files (required). These should match the parent folder of the output path
81 of the HTML files (see each of the SaveComponent instances in the configuration files). -->
82 <outputPaths>
83 {@HelpFormatOutputPaths}
84 </outputPaths>
85 <!-- Allow missing source files (Optional). If omitted, it will generate errors if referenced source files
86 are missing. -->
87 <allowMissingSource value="false" />
88 <!-- Remove region markers from imported code blocks. If omitted, region markers in imported code blocks
89 are left alone. -->
90 <removeRegionMarkers value="false" />
91 <!-- Code colorizer options (required).
92 Attributes:
93 Language syntax configuration file (required)
94 XSLT stylesheet file (required)
95 CSS stylesheet file (required)
96 Script file (required)
97 Disabled (optional, leading whitespace normalization only)
98 Default language (optional)
99 Enable line numbering (optional)
100 Enable outlining (optional)
101 Keep XML comment "see" tags within the code (optional)
102 Tab size override (optional, 0 = Use syntax file setting)
103 Use language name as default title (optional) -->
104 <colorizer syntaxFile="{@SHFBFolder}Colorizer\highlight.xml" styleFile="{@SHFBFolder}Colorizer\highlight.xsl" stylesheet="{@SHFBFolder}Colorizer\highlight.css" scriptFile="{@SHFBFolder}Colorizer\highlight.js" disabled="{@DisableCodeBlockComponent}" language="cs" numberLines="false" outlining="false" keepSeeTags="false" tabSize="0" defaultTitle="true" />
105 </component></ComponentConfig>
106 <ComponentConfig id="Cached Framework Comments Index Data" enabled="True"><component id="Cached Framework Comments Index Data" type="SandcastleBuilder.Components.CachedCopyFromIndexComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll">
107 <index name="comments" value="/doc/members/member" key="@name" cache="100">
108 {@CachedFrameworkCommentList}
109 {@CommentFileList}
110 </index>
111 <copy name="comments" source="*" target="/document/comments" />
112 </component></ComponentConfig></ComponentConfigurations>
113 <NamespaceSummaries>
114 <NamespaceSummaryItem name="OpenMetaverse" isDocumented="True" xmlns="">The Primary namespace used by libOpenMetaverse. Common classes, Structs and Enums are all located within this namespace.</NamespaceSummaryItem>
115 </NamespaceSummaries>
116 <ShowFeedbackControl>True</ShowFeedbackControl>
117 <MissingTags>AutoDocumentCtors, AutoDocumentDispose</MissingTags>
118 <KeepLogFile>False</KeepLogFile>
119 <SdkLinkTarget>Blank</SdkLinkTarget>
120 <RootNamespaceContainer>False</RootNamespaceContainer>
121 <Language>en-US</Language>
122 <ContentPlacement>AboveNamespaces</ContentPlacement>
123 </PropertyGroup>
124 <!-- There are no properties for these two groups but they need to appear in
125 order for Visual Studio to perform the build. -->
126 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
127 </PropertyGroup>
128 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
129 </PropertyGroup>
130 <!-- Import the SHFB build targets -->
131 <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
132 </Project>