-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathe2d3.xml
More file actions
18 lines (18 loc) · 741 Bytes
/
e2d3.xml
File metadata and controls
18 lines (18 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ContentApp">
<Id>00000000-0000-0000-0000-000000000000</Id>
<Version>1.0.0.0</Version>
<ProviderName>E2D3</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="E2D3" />
<Description DefaultValue="E2D3"/>
<Capabilities>
<Capability Name="Workbook" />
</Capabilities>
<DefaultSettings>
<SourceLocation DefaultValue="http://localhost:8000/index.html" />
<RequestedWidth>800</RequestedWidth>
<RequestedHeight>600</RequestedHeight>
</DefaultSettings>
<Permissions>ReadWriteDocument</Permissions>
</OfficeApp>