-
Notifications
You must be signed in to change notification settings - Fork 0
/
fcam.prj
117 lines (116 loc) · 3.76 KB
/
fcam.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
<configuration file="C:\Users\slacaze\MATLAB Drive\FCAM\fcam.prj" location="C:\Users\slacaze\MATLAB Drive\FCAM" name="fcam" target="target.toolbox" target-name="Package Toolbox">
<param.appname>Fx Custom Add-Ons Manager</param.appname>
<param.authnamewatermark>Sylvain Lacaze</param.authnamewatermark>
<param.email />
<param.company />
<param.summary>Create, develop, and manage MATLAB Add-Ons.</param.summary>
<param.description>For more information, see repo on GITHUB:
https://github.com/slacaze/fx-custom-add-ons-manager</param.description>
<param.screenshot>${PROJECT_ROOT}\logo.png</param.screenshot>
<param.version>1.0.5</param.version>
<param.output>${PROJECT_ROOT}\Fx Custom Add-Ons Manager.mltbx</param.output>
<param.products.name />
<param.products.id />
<param.products.version />
<param.platforms />
<param.guid>798ec92e-0d9a-4871-946c-4960690ae7a9</param.guid>
<param.exclude.filters />
<param.examples />
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.docs />
<param.getting.started.guide />
<param.matlabpath.excludes>
<item>/</item>
</param.matlabpath.excludes>
<param.javaclasspath.excludes />
<unset>
<param.email />
<param.company />
<param.output />
<param.products.name />
<param.products.id />
<param.products.version />
<param.platforms />
<param.exclude.filters />
<param.examples />
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.docs />
<param.getting.started.guide />
<param.javaclasspath.excludes />
</unset>
<fileset.rootdir>
<file>${PROJECT_ROOT}\code</file>
</fileset.rootdir>
<fileset.rootfiles>
<file>${PROJECT_ROOT}\code\fcam</file>
</fileset.rootfiles>
<fileset.depfun.included />
<fileset.depfun.excluded />
<fileset.package />
<build-deliverables>
<file location="C:\Users\slacaze\MATLAB Drive\FCAM" name="Fx Custom Add-Ons Manager.mltbx" optional="false">C:\Users\slacaze\MATLAB Drive\FCAM\Fx Custom Add-Ons Manager.mltbx</file>
</build-deliverables>
<workflow />
<matlab>
<root>C:\Program Files\MATLAB\R2017b</root>
<toolboxes>
<toolbox name="fixedpoint" />
<toolbox name="matlabcoder" />
<toolbox name="matlabhdlcoder" />
<toolbox name="embeddedcoder" />
<toolbox name="gpucoder" />
<toolbox name="polyspacebugfinder" />
</toolboxes>
<toolbox>
<fixedpoint>
<enabled>true</enabled>
</fixedpoint>
</toolbox>
<toolbox>
<matlabcoder>
<enabled>true</enabled>
</matlabcoder>
</toolbox>
<toolbox>
<matlabhdlcoder>
<enabled>true</enabled>
</matlabhdlcoder>
</toolbox>
<toolbox>
<embeddedcoder>
<enabled>true</enabled>
</embeddedcoder>
</toolbox>
<toolbox>
<gpucoder>
<enabled>true</enabled>
</gpucoder>
</toolbox>
<toolbox>
<polyspacebugfinder>
<enabled>true</enabled>
</polyspacebugfinder>
</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>