forked from Leandrohz77/AppRNI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonitorRNI_webappCompiler.prj
70 lines (70 loc) · 2.52 KB
/
monitorRNI_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
<deployment-project plugin="plugin.webdeploy" plugin-version="1.0">
<configuration file="D:\InovaFiscaliza\monitorRNI\monitorRNI_webappCompiler.prj" location="D:\InovaFiscaliza\monitorRNI" name="monitorRNI_webappCompiler" target="target.webdeploy" target-name="Web App Compiler">
<param.appname>monitorRNI</param.appname>
<param.intermediate>${PROJECT_ROOT}\monitorRNI_webappCompiler</param.intermediate>
<param.files.only>${PROJECT_ROOT}\monitorRNI_webappCompiler</param.files.only>
<param.output />
<param.checkbox>false</param.checkbox>
<param.logdir>${PROJECT_ROOT}\monitorRNI_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}\winMonitorRNI.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}\+plot</file>
<file>${PROJECT_ROOT}\IBGE.mat</file>
<file>${PROJECT_ROOT}\Icons</file>
<file>${PROJECT_ROOT}\Settings</file>
</fileset.resources>
<fileset.depfun />
<fileset.package />
<build-deliverables>
<file location="${PROJECT_ROOT}\monitorRNI_webappCompiler" name="monitorRNI.ctf" optional="false">D:\InovaFiscaliza\monitorRNI\monitorRNI_webappCompiler\monitorRNI.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>