diff options
Diffstat (limited to 'nbproject/project.xml')
-rw-r--r-- | nbproject/project.xml | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml index 91920333..202336cd 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -6,18 +6,16 @@ <name>afb-daemon</name> <c-extensions>c</c-extensions> <cpp-extensions/> - <header-extensions/> + <header-extensions>h</header-extensions> <sourceEncoding>UTF-8</sourceEncoding> <make-dep-projects/> - <sourceRootList/> + <sourceRootList> + <sourceRootElem>.</sourceRootElem> + </sourceRootList> <confList> <confElem> - <name>Debug</name> - <type>1</type> - </confElem> - <confElem> - <name>Release</name> - <type>1</type> + <name>Default</name> + <type>0</type> </confElem> </confList> <formatting> |