|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
| 3 | + <!-- |
| 4 | + This project is NOT RUNNABLE FROM THE SHFB GUI. It requires the following parameters |
| 5 | + be passed in for execution: |
| 6 | + * SHFBRoot |
| 7 | + * HelpFileVersion |
| 8 | + * DocumentationSources |
| 9 | + --> |
| 10 | + <PropertyGroup> |
| 11 | + <!-- The configuration and platform will be used to determine which |
| 12 | + assemblies to include from solution and project documentation |
| 13 | + sources --> |
| 14 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 15 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 16 | + <SchemaVersion>2.0</SchemaVersion> |
| 17 | + <ProjectGuid>{be97c692-8e51-4279-8cad-332c37a52b26}</ProjectGuid> |
| 18 | + <SHFBSchemaVersion>1.9.5.0</SHFBSchemaVersion> |
| 19 | + <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual |
| 20 | + Studio adds them anyway --> |
| 21 | + <AssemblyName>Documentation</AssemblyName> |
| 22 | + <RootNamespace>Documentation</RootNamespace> |
| 23 | + <Name>Documentation</Name> |
| 24 | + <!-- SHFB properties --> |
| 25 | + <OutputPath>..\build_output\doc\Website</OutputPath> |
| 26 | + <HtmlHelpName>Autofac</HtmlHelpName> |
| 27 | + <Language>en-US</Language> |
| 28 | + <BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity> |
| 29 | + <HelpFileFormat>MSHelpViewer, Website</HelpFileFormat> |
| 30 | + <IndentHtml>False</IndentHtml> |
| 31 | + <FrameworkVersion>Silverlight 5</FrameworkVersion> |
| 32 | + <KeepLogFile>True</KeepLogFile> |
| 33 | + <DisableCodeBlockComponent>False</DisableCodeBlockComponent> |
| 34 | + <CppCommentsFixup>False</CppCommentsFixup> |
| 35 | + <CleanIntermediates>True</CleanIntermediates> |
| 36 | + <BuildLogFile>..\build_output\log\DocumentationBuild.log</BuildLogFile> |
| 37 | + <SyntaxFilters>CSharp, JavaScript, AspNet</SyntaxFilters> |
| 38 | + <SdkLinkTarget>Blank</SdkLinkTarget> |
| 39 | + <RootNamespaceContainer>False</RootNamespaceContainer> |
| 40 | + <PresentationStyle>VS2010</PresentationStyle> |
| 41 | + <Preliminary>False</Preliminary> |
| 42 | + <NamingMethod>HashedMemberName</NamingMethod> |
| 43 | + <HelpTitle>Autofac .NET Inversion of Control Container</HelpTitle> |
| 44 | + <CopyrightText>Copyright (c) 2007-2013 Autofac Contributors</CopyrightText> |
| 45 | + <CopyrightHref>http://autofac.org</CopyrightHref> |
| 46 | + <ContentPlacement>AboveNamespaces</ContentPlacement> |
| 47 | + < FeedbackEMailAddress> [email protected]</ FeedbackEMailAddress> |
| 48 | + <CatalogName>VisualStudio11</CatalogName> |
| 49 | + <TocParentId>-1</TocParentId> |
| 50 | + <TocParentVersion>100</TocParentVersion> |
| 51 | + <TopicVersion>100</TopicVersion> |
| 52 | + <TocOrder>-1</TocOrder> |
| 53 | + <VendorName>Fiserv</VendorName> |
| 54 | + <MSHelpViewerSdkLinkType>Msdn</MSHelpViewerSdkLinkType> |
| 55 | + <CatalogVersion>100</CatalogVersion> |
| 56 | + <CatalogProductId>VS</CatalogProductId> |
| 57 | + <ProductTitle>Autofac</ProductTitle> |
| 58 | + <VisibleItems>Attributes, ExplicitInterfaceImplementations, InheritedMembers, InheritedFrameworkMembers, Protected, SealedProtected</VisibleItems> |
| 59 | + <MissingTags>Summary, Parameter, Returns, Value, AutoDocumentCtors, TypeParameter, IncludeTargets, AutoDocumentDispose</MissingTags> |
| 60 | + <PlugInConfigurations> |
| 61 | + <PlugInConfig id="Assembly Binding Redirection" enabled="True" xmlns=""> |
| 62 | + <configuration useGAC="false"> |
| 63 | + <assemblyBinding> |
| 64 | + <dependentAssembly> |
| 65 | + <assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" /> |
| 66 | + <bindingRedirect oldVersion="0.0.0.0-3.5.0.0" newVersion="3.5.0.0" /> |
| 67 | + </dependentAssembly> |
| 68 | + </assemblyBinding> |
| 69 | + <ignoreIfUnresolved> |
| 70 | + <assemblyIdentity name="System.Core" /> |
| 71 | + </ignoreIfUnresolved> |
| 72 | + </configuration> |
| 73 | + </PlugInConfig> |
| 74 | + <PlugInConfig id="Wildcard Assembly References" enabled="True" xmlns=""> |
| 75 | + <configuration> |
| 76 | + <references> |
| 77 | + <reference path="..\packages\" wildcard="*.dll" recurse="true" /> |
| 78 | + </references> |
| 79 | + </configuration> |
| 80 | + </PlugInConfig> |
| 81 | + </PlugInConfigurations> |
| 82 | + <ComponentConfigurations> |
| 83 | + <ComponentConfig id="Code Block Component" enabled="True" xmlns=""> |
| 84 | + <component id="Code Block Component" type="SandcastleBuilder.Components.CodeBlockComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll"> |
| 85 | + <basePath value="{@HtmlEncProjectFolder}" /> |
| 86 | + <outputPaths>{@HelpFormatOutputPaths}</outputPaths> |
| 87 | + <allowMissingSource value="false" /> |
| 88 | + <removeRegionMarkers value="false" /> |
| 89 | + <colorizer syntaxFile="{@SHFBFolder}Colorizer\highlight.xml" styleFile="{@SHFBFolder}Colorizer\highlight.xsl" stylesheet="{@SHFBFolder}Colorizer\highlight.css" scriptFile="{@SHFBFolder}Colorizer\highlight.js" language="cs" tabSize="0" numberLines="true" outlining="false" keepSeeTags="false" defaultTitle="true" /> |
| 90 | + </component> |
| 91 | + </ComponentConfig> |
| 92 | + </ComponentConfigurations> |
| 93 | + <WorkingPath>..\build_output\doc\temp\</WorkingPath> |
| 94 | + <SandcastlePath>..\toolset\thirdparty\sandcastle\</SandcastlePath> |
| 95 | + <!-- DocumentationSources gets passed in as a parameter. |
| 96 | + Format is like this: |
| 97 | + <DocumentationSources> |
| 98 | + <DocumentationSource sourceFile="build_output\bin\NET40\Autofac.dll" xmlns="" /> |
| 99 | + <DocumentationSource sourceFile="build_output\bin\NET40\Autofac.xml" xmlns="" /> |
| 100 | + </DocumentationSources> |
| 101 | + --> |
| 102 | + <RootNamespaceContainer>True</RootNamespaceContainer> |
| 103 | + <RootNamespaceTitle>Autofac</RootNamespaceTitle> |
| 104 | + </PropertyGroup> |
| 105 | + <!-- There are no properties for these groups. AnyCPU needs to appear in |
| 106 | + order for Visual Studio to perform the build. The others are optional |
| 107 | + common platform types that may appear. --> |
| 108 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 109 | + </PropertyGroup> |
| 110 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 111 | + </PropertyGroup> |
| 112 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
| 113 | + </PropertyGroup> |
| 114 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
| 115 | + </PropertyGroup> |
| 116 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> |
| 117 | + </PropertyGroup> |
| 118 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> |
| 119 | + </PropertyGroup> |
| 120 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' "> |
| 121 | + </PropertyGroup> |
| 122 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' "> |
| 123 | + </PropertyGroup> |
| 124 | + <!-- Import the SHFB build targets --> |
| 125 | + <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" /> |
| 126 | +</Project> |
0 commit comments