- added Netbeans project

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@281 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2015-11-23 08:32:23 +00:00
parent 8218e63462
commit f9e2d47943
13 changed files with 1598 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
<?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>mpsk_rx_gui</name>
<c-extensions>c</c-extensions>
<cpp-extensions>cpp</cpp-extensions>
<header-extensions>h,hpp</header-extensions>
<sourceEncoding>UTF-8</sourceEncoding>
<make-dep-projects/>
<sourceRootList>
<sourceRootElem>../../../extLib/eigen3</sourceRootElem>
<sourceRootElem>../../../extLib/JUCE</sourceRootElem>
<sourceRootElem>JuceLibraryCode</sourceRootElem>
</sourceRootList>
<confList>
<confElem>
<name>Debug</name>
<type>1</type>
</confElem>
<confElem>
<name>Release</name>
<type>1</type>
</confElem>
</confList>
<formatting>
<project-formatting-style>false</project-formatting-style>
</formatting>
</data>
</configuration>
</project>