-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCpp.HelpProject.xml
More file actions
20 lines (19 loc) · 1.68 KB
/
Copy pathCpp.HelpProject.xml
File metadata and controls
20 lines (19 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<!-- Help Project Property Page -->
<ProjectSchemaDefinitions xmlns="http://schemas.microsoft.com/build/2009/properties">
<ContentType Name="HelpProject" DisplayName="Help Project (Content)" ItemType="HelpProject" />
<ItemType Name="HelpProject" DisplayName="Help Project" />
<FileExtension Name=".hhp" ContentType="HelpProject" />
<Rule Name="HelpProject" DisplayName="Help Compiler" Order="10" PageTemplate="tool" >
<Rule.Categories>
<Category Name="General" DisplayName="General" />
</Rule.Categories>
<Rule.DataSource>
<DataSource Persistence="ProjectFile" ItemType="HelpProject" HasConfigurationCondition="false" />
</Rule.DataSource>
<StringListProperty Category="General" Name="HelpIdMappingRules" DisplayName="Help IDs Mapping Rules" Description="Defines the mapping rules from C/C++ resource IDs to help resource IDs. Format: IDx_,HIDx_,<offset> with HIDx_ = IDx_ + <offset>" />
<StringListProperty Category="General" Subtype="file" Name="ResourceHeaderFiles" DisplayName="C/C++ Resource Header Files" Description="Defines the pathes of the C/C++ header files (.h) containing the C/C++ resource IDs that will be mapped to help resource IDs." />
<StringProperty Category="General" Subtype="file" Name="SynonymTopicsFile" DisplayName="Help Synonym Topics File" Description="Defines the path of the help topic synonyms file."/>
<StringProperty Category="General" Subtype="file" Name="IgnoreTopicsFile" DisplayName="Help Ignore Topics File" Description="Defines the path of the help topics to ignore file."/>
</Rule>
</ProjectSchemaDefinitions>