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