20
20
</DefaultSettings >
21
21
<Permissions >ReadWriteDocument</Permissions >
22
22
<VersionOverrides xmlns =" http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi : type =" VersionOverridesV1_0" >
23
+ <Hosts >
24
+ <Host xsi : type =" Workbook" >
25
+ <DesktopFormFactor >
26
+ <GetStarted >
27
+ <Title resid =" Contoso.GetStarted.Title" />
28
+ <Description resid =" Contoso.GetStarted.Description" />
29
+ <LearnMoreUrl resid =" Contoso.GetStarted.LearnMoreUrl" />
30
+ </GetStarted >
31
+ <FunctionFile resid =" Contoso.Ribbon.Url" />
32
+ <ExtensionPoint xsi : type =" PrimaryCommandSurface" >
33
+ <OfficeTab id =" TabHome" >
34
+ <Group id =" Contoso.Group1" >
35
+ <Label resid =" Contoso.Group1Label" />
36
+ <Icon >
37
+ <bt : Image size =" 16" resid =" Contoso.tpicon_16x16" />
38
+ <bt : Image size =" 32" resid =" Contoso.tpicon_32x32" />
39
+ <bt : Image size =" 80" resid =" Contoso.tpicon_80x80" />
40
+ </Icon >
41
+ <Control xsi : type =" Button" id =" Contoso.TaskpaneButton" >
42
+ <Label resid =" Contoso.TaskpaneButton.Label" />
43
+ <Supertip >
44
+ <Title resid =" Contoso.TaskpaneButton.Label" />
45
+ <Description resid =" Contoso.TaskpaneButton.Tooltip" />
46
+ </Supertip >
47
+ <Icon >
48
+ <bt : Image size =" 16" resid =" Contoso.tpicon_16x16" />
49
+ <bt : Image size =" 32" resid =" Contoso.tpicon_32x32" />
50
+ <bt : Image size =" 80" resid =" Contoso.tpicon_80x80" />
51
+ </Icon >
52
+ <Action xsi : type =" ShowTaskpane" >
53
+ <TaskpaneId >ButtonId1</TaskpaneId >
54
+ <SourceLocation resid =" Contoso.Taskpane.Url" />
55
+ </Action >
56
+ </Control >
57
+ </Group >
58
+ </OfficeTab >
59
+ </ExtensionPoint >
60
+ </DesktopFormFactor >
61
+ </Host >
62
+ </Hosts >
23
63
<Resources >
24
64
<bt : Images >
25
65
<bt : Image id =" Contoso.tpicon_16x16" DefaultValue =" https://localhost:3000/assets/icon-16.png" />
26
66
<bt : Image id =" Contoso.tpicon_32x32" DefaultValue =" https://localhost:3000/assets/icon-32.png" />
27
67
<bt : Image id =" Contoso.tpicon_80x80" DefaultValue =" https://localhost:3000/assets/icon-80.png" />
28
68
</bt : Images >
29
69
<bt : Urls >
30
- <bt : Url id =" Contoso.Taskpane.Url" DefaultValue =" https://localhost:3000/taskpane.html" />
70
+ <bt : Url id =" Contoso.GetStarted.LearnMoreUrl" DefaultValue =" https://go.microsoft.com/fwlink/?LinkId=276812" />
71
+ <bt : Url id =" Contoso.Ribbon.Url" DefaultValue =" https://localhost:3000/ribbon.html" />
72
+ <bt : Url id =" Contoso.Taskpane.Url" DefaultValue =" https://localhost:3000/taskpane.html" />
31
73
</bt : Urls >
32
- <bt : ShortStrings >
33
- </bt : ShortStrings >
74
+ <bt : ShortStrings >
75
+ <bt : String id =" Contoso.GetStarted.Title" DefaultValue =" Get started with your sample add-in!" />
76
+ <bt : String id =" Contoso.Group1Label" DefaultValue =" Commands Group" />
77
+ <bt : String id =" Contoso.TaskpaneButton.Label" DefaultValue =" Show Taskpane" />
78
+ </bt : ShortStrings >
79
+ <bt : LongStrings >
80
+ <bt : String id =" Contoso.GetStarted.Description" DefaultValue =" Your sample add-in loaded succesfully. Go to the HOME tab and click the 'Show Taskpane' button to get started." />
81
+ <bt : String id =" Contoso.TaskpaneButton.Tooltip" DefaultValue =" Click to Show a Taskpane" />
82
+ </bt : LongStrings >
34
83
</Resources >
35
84
</VersionOverrides >
36
85
</OfficeApp >
0 commit comments