| <?xml version="1.0" encoding="utf-8"?> |
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
| <PropertyGroup> |
| <!-- The configuration and platform will be used to determine which |
| assemblies to include from solution and project documentation |
| sources --> |
| <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| <SchemaVersion>2.0</SchemaVersion> |
| <ProjectGuid>{5eb412cf-43cf-4f45-ad86-eae23cf68111}</ProjectGuid> |
| <SHFBSchemaVersion>1.9.5.0</SHFBSchemaVersion> |
| <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual |
| Studio adds them anyway --> |
| <AssemblyName>Documentation</AssemblyName> |
| <RootNamespace>Documentation</RootNamespace> |
| <Name>Documentation</Name> |
| <!-- SHFB properties --> |
| <OutputPath>.\</OutputPath> |
| <HtmlHelpName>WebDriver</HtmlHelpName> |
| <HelpFileFormat>HtmlHelp1, Website</HelpFileFormat> |
| <VisibleItems>InheritedMembers, InheritedFrameworkMembers, Protected</VisibleItems> |
| <FrameworkVersion>.NET Framework 4.0</FrameworkVersion> |
| <PresentationStyle>VS2010</PresentationStyle> |
| <DocumentationSources> |
| </DocumentationSources> |
| <MissingTags>Summary, Parameter, Returns, AutoDocumentCtors, TypeParameter, AutoDocumentDispose</MissingTags> |
| <CopyrightText>Copyright &#169%3b 2013 Software Freedom Conservancy</CopyrightText> |
| <HelpTitle>WebDriver</HelpTitle> |
| <FeedbackEMailLinkText>WebDriver Users Google Group</FeedbackEMailLinkText> |
| <FeedbackEMailAddress>webdriver%40googlegroups.com</FeedbackEMailAddress> |
| <ProjectLinkType>Local</ProjectLinkType> |
| <NamingMethod>MemberName</NamingMethod> |
| <SyntaxFilters>Standard</SyntaxFilters> |
| <SdkLinkTarget>Blank</SdkLinkTarget> |
| <RootNamespaceContainer>False</RootNamespaceContainer> |
| <Preliminary>False</Preliminary> |
| <Language>en-US</Language> |
| <ContentPlacement>AboveNamespaces</ContentPlacement> |
| <PlugInConfigurations /> |
| <BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity> |
| <IndentHtml>False</IndentHtml> |
| <KeepLogFile>True</KeepLogFile> |
| <DisableCodeBlockComponent>False</DisableCodeBlockComponent> |
| <CppCommentsFixup>False</CppCommentsFixup> |
| <CleanIntermediates>True</CleanIntermediates> |
| </PropertyGroup> |
| <!-- There are no properties for these groups. AnyCPU needs to appear in |
| order for Visual Studio to perform the build. The others are optional |
| common platform types that may appear. --> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' "> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' "> |
| </PropertyGroup> |
| <!-- Import the SHFB build targets --> |
| <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" /> |
| </Project> |