Update netbeans project to match source
This commit is contained in:
parent
61adc35bb0
commit
c5cc69ed15
@ -2,6 +2,10 @@
|
||||
<configurationDescriptor version="95">
|
||||
<logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
|
||||
<df root="." name="0">
|
||||
<df name="config">
|
||||
<in>json2c.c</in>
|
||||
<in>themes.json</in>
|
||||
</df>
|
||||
<df name="include">
|
||||
<in>jsoncpp.cpp</in>
|
||||
</df>
|
||||
@ -17,8 +21,8 @@
|
||||
<in>SFTP.cpp</in>
|
||||
</df>
|
||||
<df name="settings">
|
||||
<in>Settings.cpp</in>
|
||||
<in>Settings.h</in>
|
||||
<in>Config.cpp</in>
|
||||
<in>Config.h</in>
|
||||
</df>
|
||||
<df name="widgets">
|
||||
<in>EditPane.cpp</in>
|
||||
@ -60,6 +64,10 @@
|
||||
<executablePath></executablePath>
|
||||
</makeTool>
|
||||
</makefileType>
|
||||
<item path="config/json2c.c" ex="false" tool="0" flavor2="0">
|
||||
</item>
|
||||
<item path="config/themes.json" ex="false" tool="3" flavor2="0">
|
||||
</item>
|
||||
<folder path="0/include">
|
||||
<ccTool>
|
||||
<incDir>
|
||||
@ -116,9 +124,9 @@
|
||||
<ccTool flags="0">
|
||||
</ccTool>
|
||||
</item>
|
||||
<item path="src/settings/Settings.cpp" ex="false" tool="1" flavor2="0">
|
||||
<item path="src/settings/Config.cpp" ex="false" tool="1" flavor2="0">
|
||||
</item>
|
||||
<item path="src/settings/Settings.h" ex="false" tool="3" flavor2="0">
|
||||
<item path="src/settings/Config.h" ex="false" tool="3" flavor2="0">
|
||||
</item>
|
||||
<item path="src/widgets/EditPane.cpp" ex="false" tool="1" flavor2="0">
|
||||
</item>
|
||||
|
@ -4,8 +4,8 @@
|
||||
<configuration>
|
||||
<data xmlns="http://www.netbeans.org/ns/make-project/1">
|
||||
<name>Tyro</name>
|
||||
<c-extensions/>
|
||||
<cpp-extensions>cpp</cpp-extensions>
|
||||
<c-extensions>c</c-extensions>
|
||||
<cpp-extensions>cc,cpp</cpp-extensions>
|
||||
<header-extensions>h,hpp,xpm</header-extensions>
|
||||
<sourceEncoding>UTF-8</sourceEncoding>
|
||||
<make-dep-projects/>
|
||||
|
Loading…
Reference in New Issue
Block a user