-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathReference.shfbproj
More file actions
95 lines (95 loc) · 6.2 KB
/
Reference.shfbproj
File metadata and controls
95 lines (95 loc) · 6.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.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>{5e8abcfa-8cbd-4d77-bfcc-d396e945a10e}</ProjectGuid>
<SHFBSchemaVersion>2017.9.26.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>Reference</HtmlHelpName>
<Language>en-US</Language>
<HelpTitle>ClearScript Library</HelpTitle>
<DocumentationSources>
<DocumentationSource sourceFile="..\..\NetCore\ClearScript.Core\ClearScript.Core.csproj" />
<DocumentationSource sourceFile="..\..\NetCore\ClearScript.V8\ClearScript.V8.csproj" />
<DocumentationSource sourceFile="..\..\NetCore\ClearScript.Windows\ClearScript.Windows.csproj" />
<DocumentationSource sourceFile="..\..\NetCore\ClearScript.Windows.Core\ClearScript.Windows.Core.csproj" />
</DocumentationSources>
<VisibleItems>Attributes, InheritedMembers, InheritedFrameworkMembers, Protected, SealedProtected, EditorBrowsableNever, NonBrowsable</VisibleItems>
<MissingTags>Summary, Parameter, Returns, TypeParameter</MissingTags>
<FeedbackEMailAddress>clearscript%40clearfoundry.net</FeedbackEMailAddress>
<FeedbackEMailLinkText>ClearFoundry LLC</FeedbackEMailLinkText>
<FrameworkVersion>.NET Core/.NET Standard/.NET 5.0+</FrameworkVersion>
<PresentationStyle>VS2013</PresentationStyle>
<Preliminary>False</Preliminary>
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
<HelpFileFormat>HtmlHelp1</HelpFileFormat>
<IndentHtml>False</IndentHtml>
<KeepLogFile>True</KeepLogFile>
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>
<CppCommentsFixup>False</CppCommentsFixup>
<CleanIntermediates>True</CleanIntermediates>
<SyntaxFilters>Standard</SyntaxFilters>
<SdkLinkTarget>Blank</SdkLinkTarget>
<RootNamespaceContainer>True</RootNamespaceContainer>
<NamingMethod>MemberName</NamingMethod>
<ContentPlacement>AboveNamespaces</ContentPlacement>
<CopyrightText>Copyright &#169%3b Microsoft Corporation. All rights reserved.</CopyrightText>
<NamespaceSummaries>
<NamespaceSummaryItem name="(global)" isDocumented="False" />
<NamespaceSummaryItem name="Microsoft.ClearScript" isDocumented="True">The Microsoft.ClearScript namespace contains types that support all script engines.</NamespaceSummaryItem>
<NamespaceSummaryItem name="Microsoft.ClearScript.V8" isDocumented="True">The Microsoft.ClearScript.V8 namespace contains types that provide access to the V8 high-performance open-source JavaScript engine.</NamespaceSummaryItem>
<NamespaceSummaryItem name="Microsoft.ClearScript.V8.FastProxy" isDocumented="True">The Microsoft.ClearScript.V8.FastProxy namespace contains types that support low-overhead access to host resources from the V8 JavaScript engine.</NamespaceSummaryItem>
<NamespaceSummaryItem name="Microsoft.ClearScript.Windows" isDocumented="True">The Microsoft.ClearScript.Windows namespace contains types that provide access to Windows Script engines such as JScript and VBScript in a desktop environment.</NamespaceSummaryItem>
<NamespaceSummaryItem name="Microsoft.ClearScript.Windows.Core" isDocumented="True">The Microsoft.ClearScript.Windows.Core namespace contains types that provide access to Windows Script engines such as JScript and VBScript.</NamespaceSummaryItem>
<NamespaceSummaryItem name="Microsoft.ClearScript.JavaScript" isDocumented="True">The Microsoft.ClearScript.JavaScript namespace contains types that provide access to JavaScript-specific features.</NamespaceSummaryItem>
</NamespaceSummaries>
<RootNamespaceTitle>ClearScript Library Reference</RootNamespaceTitle>
<ProjectSummary>The ClearScript library makes it easy to add scripting to your .NET applications.</ProjectSummary>
<MaximumGroupParts>2</MaximumGroupParts>
<NamespaceGrouping>False</NamespaceGrouping>
<HelpFileVersion>1.0.0.0</HelpFileVersion>
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
<PlugInConfigurations>
<PlugInConfig id="XPath Reflection File Filter" enabled="True">
<configuration>
<expressions>
<expression>/reflection/apis/api/elements/element[@source='extension' and @api=/reflection/apis/api/@id[../parameters/parameter[1]/type[@api='T:System.Object']]]</expression>
</expressions>
</configuration>
</PlugInConfig>
</PlugInConfigurations>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
</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>