|
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"/> |
| 10 | + <DisplayName DefaultValue="Excel Custom Functions Shared Runtime"/> |
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="CustomFunctionsRuntime" MinVersion="1.1"/> |
| 23 | + <Set Name="SharedRuntime" 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> |
33 | 36 | <AllFormFactors> |
34 | 37 | <ExtensionPoint xsi:type="CustomFunctions"> |
35 | 38 | <Script> |
|
44 | 47 | <Namespace resid="Functions.Namespace"/> |
45 | 48 | </ExtensionPoint> |
46 | 49 | </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> |
83 | 50 | </Host> |
84 | 51 | </Hosts> |
85 | 52 | <Resources> |
|
89 | 56 | <bt:Image id="Icon.80x80" DefaultValue="https://localhost:3001/assets/icon-80.png"/> |
90 | 57 | </bt:Images> |
91 | 58 | <bt:Urls> |
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"/> |
| 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"/> |
95 | 62 | <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"/> |
97 | 63 | <bt:Url id="Taskpane.Url" DefaultValue="https://localhost:3001/taskpane.html"/> |
98 | 64 | </bt:Urls> |
99 | 65 | <bt:ShortStrings> |
|
0 commit comments