Files
FsTrack/nbproject/configurations.xml
T
2018-06-12 16:56:07 +00:00

390 lines
15 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<configurationDescriptor version="95">
<logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
<logicalFolder name="HeaderFiles"
displayName="Header Files"
projectFiles="true">
</logicalFolder>
<logicalFolder name="ResourceFiles"
displayName="Resource Files"
projectFiles="true">
</logicalFolder>
<logicalFolder name="SourceFiles"
displayName="Source Files"
projectFiles="true">
<logicalFolder name="f1" displayName="Juce" projectFiles="true">
<itemPath>JuceLibraryCode/modules/juce_core/juce_core.cpp</itemPath>
<itemPath>JuceLibraryCode/modules/juce_data_structures/juce_data_structures.cpp</itemPath>
<itemPath>JuceLibraryCode/modules/juce_events/juce_events.cpp</itemPath>
<itemPath>JuceLibraryCode/modules/juce_graphics/juce_graphics.cpp</itemPath>
<itemPath>JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.cpp</itemPath>
<itemPath>JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.cpp</itemPath>
</logicalFolder>
<itemPath>Source/FsLink.cpp</itemPath>
<itemPath>Source/FsLink.hpp</itemPath>
<itemPath>Source/HttpServer.cpp</itemPath>
<itemPath>Source/HttpServer.hpp</itemPath>
<itemPath>Source/IFsLink.hpp</itemPath>
<itemPath>Source/IHttp.hpp</itemPath>
<itemPath>Source/IKml.hpp</itemPath>
<itemPath>../../../extLib/FSUIPC/IPCuser.c</itemPath>
<itemPath>Source/Kml.cpp</itemPath>
<itemPath>Source/Kml.hpp</itemPath>
<itemPath>Source/Main.cpp</itemPath>
<itemPath>Source/MainComponent.cpp</itemPath>
<itemPath>Source/MainComponent.h</itemPath>
<itemPath>Source/ViewFormat.hpp</itemPath>
<itemPath>JuceLibraryCode/memdump.c</itemPath>
<itemPath>JuceLibraryCode/memdump.h</itemPath>
</logicalFolder>
<logicalFolder name="TestFiles"
displayName="Test Files"
projectFiles="false"
kind="TEST_LOGICAL_FOLDER">
</logicalFolder>
<logicalFolder name="ExternalFiles"
displayName="Important Files"
projectFiles="false"
kind="IMPORTANT_FILES_FOLDER">
<itemPath>Makefile</itemPath>
</logicalFolder>
</logicalFolder>
<sourceRootList>
<Elem>JuceLibraryCode</Elem>
</sourceRootList>
<projectmakefile>Makefile</projectmakefile>
<confs>
<conf name="Debug" type="1">
<toolsSet>
<compilerSet>default</compilerSet>
<dependencyChecking>true</dependencyChecking>
<rebuildPropChanged>false</rebuildPropChanged>
</toolsSet>
<compileType>
<cTool>
<architecture>1</architecture>
<standard>10</standard>
<incDir>
<pElem>../../../extLib/FSUIPC</pElem>
<pElem>JuceLibraryCode</pElem>
</incDir>
<commandLine>-mwindows -DDISPID_NEWWINDOW3=0 -U__STRICT_ANSI__ -O0</commandLine>
<preprocessorList>
<Elem>DEBUG</Elem>
<Elem>JUCE_APP_VERSION=1.0.0</Elem>
<Elem>JUCE_APP_VERSION_HEX=0x10000</Elem>
<Elem>WIN32</Elem>
<Elem>_WINDOWS</Elem>
</preprocessorList>
<warningLevel>2</warningLevel>
</cTool>
<ccTool>
<architecture>1</architecture>
<standard>8</standard>
<commandlineTool>g++</commandlineTool>
<incDir>
<pElem>../../../extLib/FSUIPC</pElem>
<pElem>JuceLibraryCode</pElem>
</incDir>
<commandLine>-mwindows -DDISPID_NEWWINDOW3=0 -U__STRICT_ANSI__ -O0</commandLine>
<preprocessorList>
<Elem>DEBUG</Elem>
<Elem>JUCE_APP_VERSION=1.0.0</Elem>
<Elem>JUCE_APP_VERSION_HEX=0x10000</Elem>
<Elem>WIN32</Elem>
<Elem>_WINDOWS</Elem>
</preprocessorList>
<warningLevel>2</warningLevel>
</ccTool>
<linkerTool>
<commandlineTool>g++</commandlineTool>
<commandLine>-mwindows -lwininet -lwinmm -limm32 -lshlwapi -lcomdlg32 -lgdi32 -lole32 -loleaut32 -lversion -lwsock32 -liphlpapi -luuid -lws2_32</commandLine>
</linkerTool>
</compileType>
<item path="../../../extLib/FSUIPC/IPCuser.c" ex="false" tool="0" flavor2="0">
</item>
<item path="JuceLibraryCode/memdump.c" ex="false" tool="0" flavor2="0">
</item>
<item path="JuceLibraryCode/memdump.h" ex="false" tool="3" flavor2="0">
</item>
<item path="JuceLibraryCode/modules/juce_core/juce_core.cpp"
ex="false"
tool="1"
flavor2="0">
</item>
<item path="JuceLibraryCode/modules/juce_data_structures/juce_data_structures.cpp"
ex="false"
tool="1"
flavor2="0">
</item>
<item path="JuceLibraryCode/modules/juce_events/juce_events.cpp"
ex="false"
tool="1"
flavor2="0">
</item>
<item path="JuceLibraryCode/modules/juce_graphics/juce_graphics.cpp"
ex="false"
tool="1"
flavor2="0">
</item>
<item path="JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.cpp"
ex="false"
tool="1"
flavor2="0">
</item>
<item path="JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.cpp"
ex="false"
tool="1"
flavor2="0">
</item>
<item path="Source/FsLink.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="Source/FsLink.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/HttpServer.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="Source/HttpServer.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/IFsLink.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/IHttp.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/IKml.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/Kml.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="Source/Kml.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/Main.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="Source/MainComponent.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="Source/MainComponent.h" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/ViewFormat.hpp" ex="false" tool="3" flavor2="0">
</item>
</conf>
<conf name="Release" type="1">
<toolsSet>
<compilerSet>default</compilerSet>
<dependencyChecking>true</dependencyChecking>
<rebuildPropChanged>false</rebuildPropChanged>
</toolsSet>
<compileType>
<cTool>
<developmentMode>5</developmentMode>
<architecture>1</architecture>
<standard>10</standard>
<incDir>
<pElem>../../../extLib/FSUIPC</pElem>
<pElem>JuceLibraryCode</pElem>
</incDir>
<commandLine>-mwindows -DDISPID_NEWWINDOW3=0 -U__STRICT_ANSI__ -O2</commandLine>
<preprocessorList>
<Elem>DEBUG</Elem>
<Elem>JUCE_APP_VERSION=1.0.0</Elem>
<Elem>JUCE_APP_VERSION_HEX=0x10000</Elem>
<Elem>WIN32</Elem>
<Elem>_WINDOWS</Elem>
</preprocessorList>
<warningLevel>2</warningLevel>
</cTool>
<ccTool>
<developmentMode>5</developmentMode>
<architecture>1</architecture>
<standard>8</standard>
<incDir>
<pElem>../../../extLib/FSUIPC</pElem>
<pElem>JuceLibraryCode</pElem>
</incDir>
<commandLine>-mwindows -DDISPID_NEWWINDOW3=0 -U__STRICT_ANSI__ -O2</commandLine>
<preprocessorList>
<Elem>DEBUG</Elem>
<Elem>JUCE_APP_VERSION=1.0.0</Elem>
<Elem>JUCE_APP_VERSION_HEX=0x10000</Elem>
<Elem>WIN32</Elem>
<Elem>_WINDOWS</Elem>
</preprocessorList>
<warningLevel>2</warningLevel>
</ccTool>
<linkerTool>
<commandlineTool>g++</commandlineTool>
<commandLine>-static-libstdc++ -static-libgcc -mwindows -lwininet -lwinmm -limm32 -lshlwapi -lcomdlg32 -lgdi32 -lole32 -loleaut32 -lversion -lwsock32 -liphlpapi -luuid -lws2_32</commandLine>
</linkerTool>
</compileType>
<item path="../../../extLib/FSUIPC/IPCuser.c" ex="false" tool="0" flavor2="10">
</item>
<item path="JuceLibraryCode/memdump.c" ex="false" tool="0" flavor2="0">
</item>
<item path="JuceLibraryCode/memdump.h" ex="false" tool="3" flavor2="0">
</item>
<item path="JuceLibraryCode/modules/juce_core/juce_core.cpp"
ex="false"
tool="1"
flavor2="8">
</item>
<item path="JuceLibraryCode/modules/juce_data_structures/juce_data_structures.cpp"
ex="false"
tool="1"
flavor2="8">
</item>
<item path="JuceLibraryCode/modules/juce_events/juce_events.cpp"
ex="false"
tool="1"
flavor2="8">
</item>
<item path="JuceLibraryCode/modules/juce_graphics/juce_graphics.cpp"
ex="false"
tool="1"
flavor2="8">
</item>
<item path="JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.cpp"
ex="false"
tool="1"
flavor2="8">
</item>
<item path="JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.cpp"
ex="false"
tool="1"
flavor2="8">
</item>
<item path="Source/FsLink.cpp" ex="false" tool="1" flavor2="8">
</item>
<item path="Source/FsLink.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/HttpServer.cpp" ex="false" tool="1" flavor2="8">
</item>
<item path="Source/HttpServer.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/IFsLink.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/IHttp.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/IKml.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/Kml.cpp" ex="false" tool="1" flavor2="8">
</item>
<item path="Source/Kml.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/Main.cpp" ex="false" tool="1" flavor2="8">
</item>
<item path="Source/MainComponent.cpp" ex="false" tool="1" flavor2="8">
</item>
<item path="Source/MainComponent.h" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/ViewFormat.hpp" ex="false" tool="3" flavor2="0">
</item>
</conf>
<conf name="Debug_with_Console" type="1">
<toolsSet>
<compilerSet>default</compilerSet>
<dependencyChecking>true</dependencyChecking>
<rebuildPropChanged>false</rebuildPropChanged>
</toolsSet>
<compileType>
<cTool>
<architecture>1</architecture>
<standard>10</standard>
<incDir>
<pElem>../../../extLib/FSUIPC</pElem>
<pElem>JuceLibraryCode</pElem>
</incDir>
<commandLine>-DDISPID_NEWWINDOW3=0 -U__STRICT_ANSI__ -O0</commandLine>
<preprocessorList>
<Elem>DEBUG</Elem>
<Elem>JUCE_APP_VERSION=1.0.0</Elem>
<Elem>JUCE_APP_VERSION_HEX=0x10000</Elem>
<Elem>WIN32</Elem>
<Elem>_WINDOWS</Elem>
</preprocessorList>
<warningLevel>2</warningLevel>
</cTool>
<ccTool>
<architecture>1</architecture>
<standard>8</standard>
<commandlineTool>g++</commandlineTool>
<incDir>
<pElem>../../../extLib/FSUIPC</pElem>
<pElem>JuceLibraryCode</pElem>
</incDir>
<commandLine>-DDISPID_NEWWINDOW3=0 -U__STRICT_ANSI__ -O0</commandLine>
<preprocessorList>
<Elem>DEBUG</Elem>
<Elem>JUCE_APP_VERSION=1.0.0</Elem>
<Elem>JUCE_APP_VERSION_HEX=0x10000</Elem>
<Elem>WIN32</Elem>
<Elem>_WINDOWS</Elem>
</preprocessorList>
<warningLevel>2</warningLevel>
</ccTool>
<linkerTool>
<commandlineTool>g++</commandlineTool>
<commandLine>-lwininet -lwinmm -limm32 -lshlwapi -lcomdlg32 -lgdi32 -lole32 -loleaut32 -lversion -lwsock32 -liphlpapi -luuid -lws2_32</commandLine>
</linkerTool>
</compileType>
<item path="../../../extLib/FSUIPC/IPCuser.c" ex="false" tool="0" flavor2="0">
</item>
<item path="JuceLibraryCode/memdump.c" ex="false" tool="0" flavor2="0">
</item>
<item path="JuceLibraryCode/memdump.h" ex="false" tool="3" flavor2="0">
</item>
<item path="JuceLibraryCode/modules/juce_core/juce_core.cpp"
ex="false"
tool="1"
flavor2="0">
</item>
<item path="JuceLibraryCode/modules/juce_data_structures/juce_data_structures.cpp"
ex="false"
tool="1"
flavor2="0">
</item>
<item path="JuceLibraryCode/modules/juce_events/juce_events.cpp"
ex="false"
tool="1"
flavor2="0">
</item>
<item path="JuceLibraryCode/modules/juce_graphics/juce_graphics.cpp"
ex="false"
tool="1"
flavor2="0">
</item>
<item path="JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.cpp"
ex="false"
tool="1"
flavor2="0">
</item>
<item path="JuceLibraryCode/modules/juce_gui_extra/juce_gui_extra.cpp"
ex="false"
tool="1"
flavor2="0">
</item>
<item path="Source/FsLink.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="Source/FsLink.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/HttpServer.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="Source/HttpServer.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/IFsLink.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/IHttp.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/IKml.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/Kml.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="Source/Kml.hpp" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/Main.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="Source/MainComponent.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="Source/MainComponent.h" ex="false" tool="3" flavor2="0">
</item>
<item path="Source/ViewFormat.hpp" ex="false" tool="3" flavor2="0">
</item>
</conf>
</confs>
</configurationDescriptor>