File: project.xml

package info (click to toggle)
jpathwatch 0.95-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,340 kB
  • sloc: xml: 4,312; java: 4,119; cpp: 1,446; sh: 1,052; makefile: 61
file content (52 lines) | stat: -rw-r--r-- 1,861 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
    <type>org.netbeans.modules.cnd.makeproject</type>
    <configuration>
        <data xmlns="http://www.netbeans.org/ns/make-project/1">
            <name>jpathwatch-native</name>
            <make-project-type>0</make-project-type>
            <c-extensions/>
            <cpp-extensions>cpp</cpp-extensions>
            <header-extensions>h</header-extensions>
            <sourceEncoding>UTF-8</sourceEncoding>
            <make-dep-projects/>
            <sourceRootList>
                <sourceRootElem>../../../src</sourceRootElem>
            </sourceRootList>
            <confList>
                <confElem>
                    <name>Release_x86-32bit</name>
                    <type>2</type>
                </confElem>
                <confElem>
                    <name>Debug_x86-32bit</name>
                    <type>2</type>
                </confElem>
                <confElem>
                    <name>Release_x86-64bit</name>
                    <type>2</type>
                </confElem>
                <confElem>
                    <name>Debug_x86-64bit</name>
                    <type>2</type>
                </confElem>
                <confElem>
                    <name>Release_s390</name>
                    <type>2</type>
                </confElem>
                <confElem>
                    <name>Debug_s390</name>
                    <type>2</type>
                </confElem>
                <confElem>
                    <name>Release_s390x</name>
                    <type>2</type>
                </confElem>
                <confElem>
                    <name>Debug_s390x</name>
                    <type>2</type>
                </confElem>
            </confList>
        </data>
    </configuration>
</project>