summaryrefslogtreecommitdiff
path: root/matlab/msbuild/toolbox.template.prj
blob: 8a5712f293f5f011c3224b591b383ce4573f6825 (plain)
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
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
  <configuration build-checksum="2704456572"
                 file="@RootDir@\toolbox.prj"
                 location="@RootDir@"
                 name="ice"
                 target="target.toolbox"
                 target-name="Package Toolbox">
    <param.appname>ice</param.appname>
    <param.authnamewatermark>ZeroC, Inc.</param.authnamewatermark>
    <param.email>info@zeroc.com</param.email>
    <param.company>ZeroC, Inc.</param.company>
    <param.summary>Ice @IceVersion@ for MATLAB @MatlabVersion@</param.summary>
    <param.description>Ice is a comprehensive RPC framework with support for MATLAB, C++, .NET, Java, Python and more. Please refer to the Ice Release Notes for more information:
  https://doc.zeroc.com/display/Rel/Ice+3.7.2+Release+Notes</param.description>
    <param.screenshot>${PROJECT_ROOT}\zeroc_logo-64x64.png</param.screenshot>
    <param.version>@IceVersion@</param.version>
    <param.output>${PROJECT_ROOT}\ice.mltbx</param.output>
    <param.products.name />
    <param.products.id />
    <param.products.version />
    <param.platforms />
    <param.guid>095a111b-0147-4a42-b828-c42aafed1c81</param.guid>
    <param.exclude.filters />
    <param.examples />
    <param.demosxml />
    <param.apps />
    <param.docs />
    <param.matlabpath.excludes />
    <unset>
      <param.output />
      <param.products.name />
      <param.products.id />
      <param.products.version />
      <param.platforms />
      <param.exclude.filters />
      <param.examples />
      <param.demosxml />
      <param.apps />
      <param.docs />
      <param.matlabpath.excludes />
    </unset>
    <fileset.rootdir>
      <file>${PROJECT_ROOT}\toolbox</file>
    </fileset.rootdir>
    <fileset.rootfiles>
      <file>${PROJECT_ROOT}\toolbox\doc</file>
      <file>${PROJECT_ROOT}\toolbox\ice</file>
      <file>${PROJECT_ROOT}\toolbox\slice</file>
      <file>${PROJECT_ROOT}\toolbox\slice2matlab.exe</file>
    </fileset.rootfiles>
    <fileset.depfun.included />
    <fileset.depfun.excluded />
    <fileset.package />
    <build-deliverables>
      <file location="@RootDir@"
            name="ice.mltbx"
            optional="false">@RootDir@\ice.mltbx</file>
    </build-deliverables>
    <workflow />
    <matlab>
      <root>@MatlabHome@</root>
      <toolboxes />
    </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>6.2</osver>
      <os32>false</os32>
      <os64>true</os64>
      <arch>win64</arch>
      <matlab>true</matlab>
    </platform>
  </configuration>
</deployment-project>