1 Star 0 Fork 2

liangcc / cefglue

forked from tiangk / cefglue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Xilium.CefGlue.shfbproj 3.77 KB
一键复制 编辑 原始数据 按行查看 历史
Dmitry Azaraev 提交于 2013-04-18 23:47 . Fix shfb settings.
<?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>{1dd76c18-17db-4b50-b5a1-6a94afbf7631}</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 -->
<FrameworkVersion>.NET Framework 2.0</FrameworkVersion>
<OutputPath>./bin/doc/</OutputPath>
<HtmlHelpName>Xilium.CefGlue</HtmlHelpName>
<Language>en-US</Language>
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
<HelpFileFormat>Website</HelpFileFormat>
<IndentHtml>False</IndentHtml>
<KeepLogFile>True</KeepLogFile>
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>
<CppCommentsFixup>False</CppCommentsFixup>
<CleanIntermediates>True</CleanIntermediates>
<SyntaxFilters>CSharp</SyntaxFilters>
<SdkLinkTarget>Blank</SdkLinkTarget>
<RootNamespaceContainer>False</RootNamespaceContainer>
<PresentationStyle>VS2010</PresentationStyle>
<Preliminary>True</Preliminary>
<NamingMethod>HashedMemberName</NamingMethod>
<HelpTitle>Xilium.CefGlue</HelpTitle>
<ContentPlacement>AboveNamespaces</ContentPlacement>
<HelpFileVersion>1.0.0.0</HelpFileVersion>
<PlugInNamespaces>ms.vsipcc+, ms.vsexpresscc+</PlugInNamespaces>
<CollectionTocStyle>Hierarchical</CollectionTocStyle>
<MSHelp2SdkLinkType>Msdn</MSHelp2SdkLinkType>
<IncludeStopWordList>True</IncludeStopWordList>
<DocumentationSources>
<DocumentationSource sourceFile=".\CefGlue\bin\Release\Xilium.CefGlue.dll" xmlns="" />
<DocumentationSource sourceFile=".\CefGlue\bin\Release\Xilium.CefGlue.xml" xmlns="" />
</DocumentationSources>
<WebsiteSdkLinkType>Msdn</WebsiteSdkLinkType>
<HtmlSdkLinkType>Msdn</HtmlSdkLinkType>
<IncludeFavorites>False</IncludeFavorites>
<BinaryTOC>False</BinaryTOC>
<CopyrightText>Copyright %28C%29 2013 Xilium Project</CopyrightText>
<FeedbackEMailAddress>xiliumhq%40gmail.com</FeedbackEMailAddress>
</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>
1
https://gitee.com/liangchangchun/cefglue.git
git@gitee.com:liangchangchun/cefglue.git
liangchangchun
cefglue
cefglue
master

搜索帮助