-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathappAnalise_webappCompiler.prj
81 lines (81 loc) · 3.04 KB
/
appAnalise_webappCompiler.prj
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
<deployment-project plugin="plugin.webdeploy" plugin-version="1.0">
<configuration file="D:\InovaFiscaliza\appAnaliseV2\appAnalise_webappCompiler.prj" location="D:\InovaFiscaliza\appAnaliseV2" name="appAnalise_webappCompiler" target="target.webdeploy" target-name="Web App Compiler">
<param.appname>appAnalise</param.appname>
<param.intermediate>${PROJECT_ROOT}\appAnalise_webappCompiler</param.intermediate>
<param.files.only>${PROJECT_ROOT}\appAnalise_webappCompiler</param.files.only>
<param.output />
<param.checkbox>false</param.checkbox>
<param.logdir>${PROJECT_ROOT}\appAnalise_webappCompiler</param.logdir>
<param.target.type>subtarget.web.app</param.target.type>
<param.user.defined.mcr.options />
<param.support.packages />
<unset>
<param.intermediate />
<param.files.only />
<param.output />
<param.checkbox />
<param.logdir />
<param.target.type />
<param.user.defined.mcr.options />
<param.support.packages />
</unset>
<fileset.web.main>
<file>${PROJECT_ROOT}\winAppAnalise.mlapp</file>
</fileset.web.main>
<fileset.resources>
<file>C:\SupportPackages</file>
<file>${PROJECT_ROOT}\+auxApp</file>
<file>${PROJECT_ROOT}\+class</file>
<file>${PROJECT_ROOT}\+fcn</file>
<file>${PROJECT_ROOT}\+fileReader</file>
<file>${PROJECT_ROOT}\+fileWriter</file>
<file>${PROJECT_ROOT}\+fiscalizaLibConnection</file>
<file>${PROJECT_ROOT}\+matlab</file>
<file>${PROJECT_ROOT}\+plot</file>
<file>${PROJECT_ROOT}\+report</file>
<file>${PROJECT_ROOT}\+reportLibConnection</file>
<file>${PROJECT_ROOT}\DataBase</file>
<file>${PROJECT_ROOT}\IBGE.mat</file>
<file>${PROJECT_ROOT}\Icons</file>
<file>${PROJECT_ROOT}\ReleaseNotes.txt</file>
<file>${PROJECT_ROOT}\Settings</file>
<file>${PROJECT_ROOT}\Simulation</file>
<file>${PROJECT_ROOT}\Template</file>
</fileset.resources>
<fileset.depfun>
<file>${PROJECT_ROOT}\winRFDataHub.mlapp</file>
<file>${PROJECT_ROOT}\winRFDataHub_exported.m</file>
</fileset.depfun>
<fileset.package />
<build-deliverables>
<file location="${PROJECT_ROOT}\appAnalise_webappCompiler" name="appAnalise.ctf" optional="false">D:\InovaFiscaliza\appAnaliseV2\appAnalise_webappCompiler\appAnalise.ctf</file>
</build-deliverables>
<workflow />
<matlab>
<root>C:\Program Files\MATLAB\R2024a</root>
<toolboxes>
<toolbox name="neuralnetwork" />
</toolboxes>
<toolbox>
<neuralnetwork>
<enabled>true</enabled>
</neuralnetwork>
</toolbox>
</matlab>
<platform>
<unix>false</unix>
<mac>false</mac>
<windows>true</windows>
<win2k>false</win2k>
<winxp>false</winxp>
<vista>false</vista>
<linux>false</linux>
<solaris>false</solaris>
<osver>10.0</osver>
<os32>false</os32>
<os64>true</os64>
<arch>win64</arch>
<matlab>true</matlab>
</platform>
</configuration>
</deployment-project>