diff options
author | geronimo <geronimo013@gmx.de> | 2012-07-13 04:26:40 +0200 |
---|---|---|
committer | geronimo <geronimo013@gmx.de> | 2012-07-13 04:26:40 +0200 |
commit | 2d48ae784ea6828e8626c32c848f64232d8f35c0 (patch) | |
tree | fab114b03e91125783a778b835dd1913b039cebe /cmps/nbproject/project.xml | |
download | cmp-2d48ae784ea6828e8626c32c848f64232d8f35c0.tar.gz cmp-2d48ae784ea6828e8626c32c848f64232d8f35c0.tar.bz2 |
initial import
Diffstat (limited to 'cmps/nbproject/project.xml')
-rw-r--r-- | cmps/nbproject/project.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/cmps/nbproject/project.xml b/cmps/nbproject/project.xml new file mode 100644 index 0000000..b24cfef --- /dev/null +++ b/cmps/nbproject/project.xml @@ -0,0 +1,31 @@ +<?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>cmps</name> + <c-extensions/> + <cpp-extensions>cc</cpp-extensions> + <header-extensions/> + <sourceEncoding>UTF-8</sourceEncoding> + <make-dep-projects> + <make-dep-project>../libs/util</make-dep-project> + <make-dep-project>../libs/vdr</make-dep-project> + <make-dep-project>../libs/fsScan</make-dep-project> + <make-dep-project>serverlib</make-dep-project> + <make-dep-project>../libs/networking</make-dep-project> + </make-dep-projects> + <sourceRootList/> + <confList> + <confElem> + <name>Debug</name> + <type>1</type> + </confElem> + <confElem> + <name>Release</name> + <type>1</type> + </confElem> + </confList> + </data> + </configuration> +</project> |