|
13 | 13 | <AppDomain>contoso.com</AppDomain>
|
14 | 14 | </AppDomains>
|
15 | 15 | <Hosts>
|
| 16 | + <Host Name="Document"/> |
| 17 | + <Host Name="Notebook"/> |
| 18 | + <Host Name="Presentation"/> |
16 | 19 | <Host Name="Workbook"/>
|
17 |
| - </Hosts> |
| 20 | + </Hosts> |
18 | 21 | <DefaultSettings>
|
19 | 22 | <SourceLocation DefaultValue="https://localhost:3000/taskpane.html"/>
|
20 | 23 | </DefaultSettings>
|
21 | 24 | <Permissions>ReadWriteDocument</Permissions>
|
22 | 25 | <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
|
23 | 26 | <Hosts>
|
| 27 | + <Host xsi:type="Document"> |
| 28 | + <DesktopFormFactor> |
| 29 | + <GetStarted> |
| 30 | + <Title resid="Contoso.GetStarted.Title"/> |
| 31 | + <Description resid="Contoso.GetStarted.Description"/> |
| 32 | + <LearnMoreUrl resid="Contoso.GetStarted.LearnMoreUrl"/> |
| 33 | + </GetStarted> |
| 34 | + <FunctionFile resid="Contoso.Ribbon.Url" /> |
| 35 | + <ExtensionPoint xsi:type="PrimaryCommandSurface"> |
| 36 | + <OfficeTab id="TabHome"> |
| 37 | + <Group id="Contoso.Group1"> |
| 38 | + <Label resid="Contoso.Group1Label" /> |
| 39 | + <Icon> |
| 40 | + <bt:Image size="16" resid="Contoso.tpicon_16x16" /> |
| 41 | + <bt:Image size="32" resid="Contoso.tpicon_32x32" /> |
| 42 | + <bt:Image size="80" resid="Contoso.tpicon_80x80" /> |
| 43 | + </Icon> |
| 44 | + <Control xsi:type="Button" id="Contoso.TaskpaneButton"> |
| 45 | + <Label resid="Contoso.TaskpaneButton.Label" /> |
| 46 | + <Supertip> |
| 47 | + <Title resid="Contoso.TaskpaneButton.Label" /> |
| 48 | + <Description resid="Contoso.TaskpaneButton.Tooltip" /> |
| 49 | + </Supertip> |
| 50 | + <Icon> |
| 51 | + <bt:Image size="16" resid="Contoso.tpicon_16x16" /> |
| 52 | + <bt:Image size="32" resid="Contoso.tpicon_32x32" /> |
| 53 | + <bt:Image size="80" resid="Contoso.tpicon_80x80" /> |
| 54 | + </Icon> |
| 55 | + <Action xsi:type="ShowTaskpane"> |
| 56 | + <TaskpaneId>ButtonId1</TaskpaneId> |
| 57 | + <SourceLocation resid="Contoso.Taskpane.Url" /> |
| 58 | + </Action> |
| 59 | + </Control> |
| 60 | + </Group> |
| 61 | + </OfficeTab> |
| 62 | + </ExtensionPoint> |
| 63 | + </DesktopFormFactor> |
| 64 | + </Host> |
| 65 | + <Host xsi:type="Notebook"> |
| 66 | + <DesktopFormFactor> |
| 67 | + <GetStarted> |
| 68 | + <Title resid="Contoso.GetStarted.Title"/> |
| 69 | + <Description resid="Contoso.GetStarted.Description"/> |
| 70 | + <LearnMoreUrl resid="Contoso.GetStarted.LearnMoreUrl"/> |
| 71 | + </GetStarted> |
| 72 | + <FunctionFile resid="Contoso.Ribbon.Url" /> |
| 73 | + <ExtensionPoint xsi:type="PrimaryCommandSurface"> |
| 74 | + <OfficeTab id="TabHome"> |
| 75 | + <Group id="Contoso.Group1"> |
| 76 | + <Label resid="Contoso.Group1Label" /> |
| 77 | + <Icon> |
| 78 | + <bt:Image size="16" resid="Contoso.tpicon_16x16" /> |
| 79 | + <bt:Image size="32" resid="Contoso.tpicon_32x32" /> |
| 80 | + <bt:Image size="80" resid="Contoso.tpicon_80x80" /> |
| 81 | + </Icon> |
| 82 | + <Control xsi:type="Button" id="Contoso.TaskpaneButton"> |
| 83 | + <Label resid="Contoso.TaskpaneButton.Label" /> |
| 84 | + <Supertip> |
| 85 | + <Title resid="Contoso.TaskpaneButton.Label" /> |
| 86 | + <Description resid="Contoso.TaskpaneButton.Tooltip" /> |
| 87 | + </Supertip> |
| 88 | + <Icon> |
| 89 | + <bt:Image size="16" resid="Contoso.tpicon_16x16" /> |
| 90 | + <bt:Image size="32" resid="Contoso.tpicon_32x32" /> |
| 91 | + <bt:Image size="80" resid="Contoso.tpicon_80x80" /> |
| 92 | + </Icon> |
| 93 | + <Action xsi:type="ShowTaskpane"> |
| 94 | + <TaskpaneId>ButtonId1</TaskpaneId> |
| 95 | + <SourceLocation resid="Contoso.Taskpane.Url" /> |
| 96 | + </Action> |
| 97 | + </Control> |
| 98 | + </Group> |
| 99 | + </OfficeTab> |
| 100 | + </ExtensionPoint> |
| 101 | + </DesktopFormFactor> |
| 102 | + </Host> |
| 103 | + <Host xsi:type="Presentation"> |
| 104 | + <DesktopFormFactor> |
| 105 | + <GetStarted> |
| 106 | + <Title resid="Contoso.GetStarted.Title"/> |
| 107 | + <Description resid="Contoso.GetStarted.Description"/> |
| 108 | + <LearnMoreUrl resid="Contoso.GetStarted.LearnMoreUrl"/> |
| 109 | + </GetStarted> |
| 110 | + <FunctionFile resid="Contoso.Ribbon.Url" /> |
| 111 | + <ExtensionPoint xsi:type="PrimaryCommandSurface"> |
| 112 | + <OfficeTab id="TabHome"> |
| 113 | + <Group id="Contoso.Group1"> |
| 114 | + <Label resid="Contoso.Group1Label" /> |
| 115 | + <Icon> |
| 116 | + <bt:Image size="16" resid="Contoso.tpicon_16x16" /> |
| 117 | + <bt:Image size="32" resid="Contoso.tpicon_32x32" /> |
| 118 | + <bt:Image size="80" resid="Contoso.tpicon_80x80" /> |
| 119 | + </Icon> |
| 120 | + <Control xsi:type="Button" id="Contoso.TaskpaneButton"> |
| 121 | + <Label resid="Contoso.TaskpaneButton.Label" /> |
| 122 | + <Supertip> |
| 123 | + <Title resid="Contoso.TaskpaneButton.Label" /> |
| 124 | + <Description resid="Contoso.TaskpaneButton.Tooltip" /> |
| 125 | + </Supertip> |
| 126 | + <Icon> |
| 127 | + <bt:Image size="16" resid="Contoso.tpicon_16x16" /> |
| 128 | + <bt:Image size="32" resid="Contoso.tpicon_32x32" /> |
| 129 | + <bt:Image size="80" resid="Contoso.tpicon_80x80" /> |
| 130 | + </Icon> |
| 131 | + <Action xsi:type="ShowTaskpane"> |
| 132 | + <TaskpaneId>ButtonId1</TaskpaneId> |
| 133 | + <SourceLocation resid="Contoso.Taskpane.Url" /> |
| 134 | + </Action> |
| 135 | + </Control> |
| 136 | + </Group> |
| 137 | + </OfficeTab> |
| 138 | + </ExtensionPoint> |
| 139 | + </DesktopFormFactor> |
| 140 | + </Host> |
24 | 141 | <Host xsi:type="Workbook">
|
25 | 142 | <DesktopFormFactor>
|
26 | 143 | <GetStarted>
|
|
0 commit comments