-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcc-online.xml
92 lines (92 loc) · 4.59 KB
/
cc-online.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" encoding="UTF-8"?>
<OfficeApp
xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides"
xsi:type="TaskPaneApp">
<Id>13823664-1f6b-4ac2-80a4-aa5f5eb3cf4a</Id>
<Version>1.0.0.0</Version>
<ProviderName>Thinktecture AG</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="Currency Converter" />
<Description DefaultValue="A simple Currency Converter"/>
<IconUrl DefaultValue="https://basta-cc.azurewebsites.net/assets/tt32.png" />
<HighResolutionIconUrl DefaultValue="https://basta-cc.azurewebsites.net/assets/tt80.png"/>
<SupportUrl DefaultValue="http://thinktecture.com"/>
<AppDomains>
<AppDomain>https://api.exchangeratesapi.io</AppDomain>
</AppDomains>
<Hosts>
<Host Name="Workbook" />
</Hosts>
<DefaultSettings>
<SourceLocation DefaultValue="https://basta-cc.azurewebsites.net/index.html" />
</DefaultSettings>
<Permissions>ReadWriteDocument</Permissions>
<VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
<Hosts>
<Host xsi:type="Workbook">
<DesktopFormFactor>
<GetStarted>
<Title resid="Contoso.GetStarted.Title"/>
<Description resid="Contoso.GetStarted.Description"/>
<LearnMoreUrl resid="Contoso.GetStarted.LearnMoreUrl"/>
</GetStarted>
<FunctionFile resid="Contoso.DesktopFunctionFile.Url" />
<ExtensionPoint xsi:type="PrimaryCommandSurface">
<OfficeTab id="TabHome">
<Group id="Contoso.Group1">
<Label resid="Contoso.Group1Label" />
<Icon>
<bt:Image size="16" resid="Contoso.tpicon_16x16" />
<bt:Image size="32" resid="Contoso.tpicon_32x32" />
<bt:Image size="80" resid="Contoso.tpicon_80x80" />
</Icon>
<Control xsi:type="Button" id="Contoso.TaskpaneButton">
<Label resid="Contoso.TaskpaneButton.Label" />
<Supertip>
<Title resid="Contoso.TaskpaneButton.Label" />
<Description resid="Contoso.TaskpaneButton.Tooltip" />
</Supertip>
<Icon>
<bt:Image size="16" resid="Contoso.tpicon_16x16" />
<bt:Image size="32" resid="Contoso.tpicon_32x32" />
<bt:Image size="80" resid="Contoso.tpicon_80x80" />
</Icon>
<Action xsi:type="ShowTaskpane">
<TaskpaneId>ButtonId1</TaskpaneId>
<SourceLocation resid="Contoso.Taskpane.Url" />
</Action>
</Control>
</Group>
</OfficeTab>
</ExtensionPoint>
</DesktopFormFactor>
</Host>
</Hosts>
<Resources>
<bt:Images>
<bt:Image id="Contoso.tpicon_16x16" DefaultValue="https://basta-cc.azurewebsites.net/assets/tt16.png" />
<bt:Image id="Contoso.tpicon_32x32" DefaultValue="https://basta-cc.azurewebsites.net/assets/tt32.png" />
<bt:Image id="Contoso.tpicon_80x80" DefaultValue="https://basta-cc.azurewebsites.net/assets/tt80.png" />
</bt:Images>
<bt:Urls>
<bt:Url id="Contoso.Taskpane.Url" DefaultValue="https://basta-cc.azurewebsites.net/index.html" />
<bt:Url id="Contoso.GetStarted.LearnMoreUrl" DefaultValue="https://go.microsoft.com/fwlink/?LinkId=276812" />
<bt:Url id="Contoso.DesktopFunctionFile.Url" DefaultValue="https://basta-cc.azurewebsites.net/assets/function-file.html" />
</bt:Urls>
<!-- ShortStrings max characters==125. -->
<bt:ShortStrings>
<bt:String id="Contoso.TaskpaneButton.Label" DefaultValue="Currency Converter" />
<bt:String id="Contoso.Group1Label" DefaultValue="Thinktecture" />
<bt:String id="Contoso.GetStarted.Title" DefaultValue="Let's extend Excel with Angular!" />
</bt:ShortStrings>
<!-- LongStrings max characters==250. -->
<bt:LongStrings>
<bt:String id="Contoso.TaskpaneButton.Tooltip" DefaultValue="Click to start the Currenct Converter" />
<bt:String id="Contoso.GetStarted.Description" DefaultValue="The Currency Converter AddIn has loaded! Try it now!" />
</bt:LongStrings>
</Resources>
</VersionOverrides>
</OfficeApp>