|
7 | 7 | <Version>1.0.0.0</Version> |
8 | 8 | <ProviderName>Contoso</ProviderName> |
9 | 9 | <DefaultLocale>en-US</DefaultLocale> |
10 | | - <DisplayName DefaultValue="Excel Custom Functions Shared Runtime"/> |
| 10 | + <DisplayName DefaultValue="Excel Custom Functions"/> |
11 | 11 | <Description DefaultValue="Write your own Excel functions in TypeScript."/> |
12 | 12 | <IconUrl DefaultValue="https://localhost:3001/assets/icon-32.png"/> |
13 | 13 | <HighResolutionIconUrl DefaultValue="https://localhost:3001/assets/icon-64.png"/> |
|
20 | 20 | </Hosts> |
21 | 21 | <Requirements> |
22 | 22 | <Sets DefaultMinVersion="1.1"> |
23 | | - <Set Name="SharedRuntime" MinVersion="1.1"/> |
| 23 | + <Set Name="CustomFunctionsRuntime" MinVersion="1.1"/> |
24 | 24 | </Sets> |
25 | 25 | </Requirements> |
26 | 26 | <DefaultSettings> |
|
30 | 30 | <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0"> |
31 | 31 | <Hosts> |
32 | 32 | <Host xsi:type="Workbook"> |
33 | | - <Runtimes> |
34 | | - <Runtime resid="Taskpane.Url" lifetime="long" /> |
35 | | - </Runtimes> |
36 | 33 | <AllFormFactors> |
37 | 34 | <ExtensionPoint xsi:type="CustomFunctions"> |
38 | 35 | <Script> |
|
47 | 44 | <Namespace resid="Functions.Namespace"/> |
48 | 45 | </ExtensionPoint> |
49 | 46 | </AllFormFactors> |
| 47 | + <DesktopFormFactor> |
| 48 | + <GetStarted> |
| 49 | + <Title resid="GetStarted.Title"/> |
| 50 | + <Description resid="GetStarted.Description"/> |
| 51 | + <LearnMoreUrl resid="GetStarted.LearnMoreUrl"/> |
| 52 | + </GetStarted> |
| 53 | + <FunctionFile resid="Commands.Url" /> |
| 54 | + <ExtensionPoint xsi:type="PrimaryCommandSurface"> |
| 55 | + <OfficeTab id="TabHome"> |
| 56 | + <Group id="CommandsGroup"> |
| 57 | + <Label resid="CommandsGroup.Label" /> |
| 58 | + <Icon> |
| 59 | + <bt:Image size="16" resid="Icon.16x16" /> |
| 60 | + <bt:Image size="32" resid="Icon.32x32" /> |
| 61 | + <bt:Image size="80" resid="Icon.80x80" /> |
| 62 | + </Icon> |
| 63 | + <Control xsi:type="Button" id="TaskpaneButton"> |
| 64 | + <Label resid="TaskpaneButton.Label" /> |
| 65 | + <Supertip> |
| 66 | + <Title resid="TaskpaneButton.Label" /> |
| 67 | + <Description resid="TaskpaneButton.Tooltip" /> |
| 68 | + </Supertip> |
| 69 | + <Icon> |
| 70 | + <bt:Image size="16" resid="Icon.16x16" /> |
| 71 | + <bt:Image size="32" resid="Icon.32x32" /> |
| 72 | + <bt:Image size="80" resid="Icon.80x80" /> |
| 73 | + </Icon> |
| 74 | + <Action xsi:type="ShowTaskpane"> |
| 75 | + <TaskpaneId>ButtonId1</TaskpaneId> |
| 76 | + <SourceLocation resid="Taskpane.Url" /> |
| 77 | + </Action> |
| 78 | + </Control> |
| 79 | + </Group> |
| 80 | + </OfficeTab> |
| 81 | + </ExtensionPoint> |
| 82 | + </DesktopFormFactor> |
50 | 83 | </Host> |
51 | 84 | </Hosts> |
52 | 85 | <Resources> |
|
56 | 89 | <bt:Image id="Icon.80x80" DefaultValue="https://localhost:3001/assets/icon-80.png"/> |
57 | 90 | </bt:Images> |
58 | 91 | <bt:Urls> |
59 | | - <bt:Url id="Functions.Script.Url" DefaultValue="https://localhost:3001/functions.js"/> |
60 | | - <bt:Url id="Functions.Metadata.Url" DefaultValue="https://localhost:3001/functions.json"/> |
61 | | - <bt:Url id="Functions.Page.Url" DefaultValue="https://localhost:3001/taskpane.html"/> |
| 92 | + <bt:Url id="Functions.Script.Url" DefaultValue="https://localhost:3001/public/functions.js"/> |
| 93 | + <bt:Url id="Functions.Metadata.Url" DefaultValue="https://localhost:3001/public/functions.json"/> |
| 94 | + <bt:Url id="Functions.Page.Url" DefaultValue="https://localhost:3001/public/functions.html"/> |
62 | 95 | <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://go.microsoft.com/fwlink/?LinkId=276812"/> |
| 96 | + <bt:Url id="Commands.Url" DefaultValue="https://localhost:3001/commands.html"/> |
63 | 97 | <bt:Url id="Taskpane.Url" DefaultValue="https://localhost:3001/taskpane.html"/> |
64 | 98 | </bt:Urls> |
65 | 99 | <bt:ShortStrings> |
|
0 commit comments