14
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!--
|
|
3 |
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
|
|
4 |
|
|
5 |
Copyright (c) 2014, 2016 Oracle and/or its affiliates. All rights reserved.
|
|
6 |
|
|
7 |
Oracle and Java are registered trademarks of Oracle and/or its affiliates.
|
|
8 |
Other names may be trademarks of their respective owners.
|
|
9 |
|
|
10 |
The contents of this file are subject to the terms of either the GNU
|
|
11 |
General Public License Version 2 only ("GPL") or the Common
|
|
12 |
Development and Distribution License("CDDL") (collectively, the
|
|
13 |
"License"). You may not use this file except in compliance with the
|
|
14 |
License. You can obtain a copy of the License at
|
|
15 |
http://www.netbeans.org/cddl-gplv2.html
|
|
16 |
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
|
|
17 |
specific language governing permissions and limitations under the
|
|
18 |
License. When distributing the software, include this License Header
|
|
19 |
Notice in each file and include the License file at
|
|
20 |
nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
|
|
21 |
particular file as subject to the "Classpath" exception as provided
|
|
22 |
by Oracle in the GPL Version 2 section of the License file that
|
|
23 |
accompanied this code. If applicable, add the following below the
|
|
24 |
License Header, with the fields enclosed by brackets [] replaced by
|
|
25 |
your own identifying information:
|
|
26 |
"Portions Copyrighted [year] [name of copyright owner]"
|
|
27 |
|
|
28 |
If you wish your version of this file to be governed by only the CDDL
|
|
29 |
or only the GPL Version 2, indicate your decision by adding
|
|
30 |
"[Contributor] elects to include this software in this distribution
|
|
31 |
under the [CDDL or GPL Version 2] license." If you do not indicate a
|
|
32 |
single choice of license, a recipient has the option to distribute
|
|
33 |
your version of this file under either the CDDL, the GPL Version 2 or
|
|
34 |
to extend the choice of license to its licensees as provided above.
|
|
35 |
However, if you add GPL Version 2 code and therefore, elected the GPL
|
|
36 |
Version 2 license, then the option applies only if the new code is
|
|
37 |
made subject to such option by the copyright holder.
|
|
38 |
|
|
39 |
Contributor(s):
|
|
40 |
-->
|
|
41 |
<project xmlns="http://www.netbeans.org/ns/project/1">
|
|
42 |
<type>org.netbeans.modules.cnd.makeproject</type>
|
|
43 |
<configuration>
|
|
44 |
<data xmlns="http://www.netbeans.org/ns/make-project/1">
|
|
45 |
<name>cadMousePro-gui</name>
|
|
46 |
<c-extensions/>
|
|
47 |
<cpp-extensions>cpp</cpp-extensions>
|
|
48 |
<header-extensions>h</header-extensions>
|
|
49 |
<sourceEncoding>UTF-8</sourceEncoding>
|
|
50 |
<sourceRootList>
|
|
51 |
<sourceRootElem>.</sourceRootElem>
|
|
52 |
</sourceRootList>
|
|
53 |
<make-dep-projects/>
|
|
54 |
<sourceRootList>
|
|
55 |
<sourceRootElem>.</sourceRootElem>
|
|
56 |
</sourceRootList>
|
|
57 |
<confList>
|
|
58 |
<confElem>
|
|
59 |
<name>Debug</name>
|
|
60 |
<type>0</type>
|
|
61 |
</confElem>
|
|
62 |
<confElem>
|
|
63 |
<name>Release</name>
|
|
64 |
<type>0</type>
|
|
65 |
</confElem>
|
|
66 |
</confList>
|
|
67 |
<formatting>
|
|
68 |
<project-formatting-style>false</project-formatting-style>
|
|
69 |
</formatting>
|
|
70 |
</data>
|
|
71 |
</configuration>
|
|
72 |
</project>
|