-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappdef.xml
38 lines (38 loc) · 1.38 KB
/
appdef.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
<?xml version="1.0" encoding="UTF-8"?>
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.m-files.com/schemas/appdef-client-v4.xsd">
<!-- #TEMPLATED_TODO: generate a new GUID -->
<guid>222C01FB-15B0-4DFF-8573-85DF7C85C4CF</guid>
<!-- #TEMPLATED_TODO -->
<name>ShellUI - React / TypeScript Sample</name>
<!-- #TEMPLATED_TODO -->
<version>0.0.0.1</version>
<!-- #TEMPLATED_TODO -->
<description>M-Files ShellUI - React / TypeScript sample base application.</description>
<publisher>M-Files</publisher>
<copyright>(c) M-Files 2022</copyright>
<required-mfiles-version>20.12.0.0</required-mfiles-version>
<optional>true</optional>
<enabled-by-default>true</enabled-by-default>
<platforms>
<platform>Desktop</platform>
<platform>Web</platform>
</platforms>
<modules>
<module environment="shellui" fast-browsing-compatible="true">
<file>redist\json2.js</file>
<file>redist\polyfills.js</file>
<file>redist\mfilespolyfills.js</file>
<file>redist\es6-promise.js</file>
<file>redist\console-shellui.js</file>
<file>redist\before-bundle.js</file>
<file>shellui.bundle.js</file>
<file>redist\after-bundle.js</file>
</module>
</modules>
<dashboards>
<dashboard id="base-dashboard">
<content>Base.dashboard.html</content>
<allow-selection>true</allow-selection>
</dashboard>
</dashboards>
</application>