Subversion Repositories HomeAutomation

Rev

Rev 1048 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configurationDescriptor version="51">
  3.   <logicalFolder name="root" displayName="root" projectFiles="true">
  4.     <logicalFolder name="CanNet" displayName="CanNet" projectFiles="true">
  5.       <itemPath>src/CanNet/candebug.cpp</itemPath>
  6.       <itemPath>src/CanNet/candebug.h</itemPath>
  7.       <itemPath>src/CanNet/canidtranslator.cpp</itemPath>
  8.       <itemPath>src/CanNet/canidtranslator.h</itemPath>
  9.       <itemPath>src/CanNet/canmessage.cpp</itemPath>
  10.       <itemPath>src/CanNet/canmessage.h</itemPath>
  11.       <itemPath>src/CanNet/canmessageexception.h</itemPath>
  12.       <itemPath>src/CanNet/cannetmanager.cpp</itemPath>
  13.       <itemPath>src/CanNet/cannetmanager.h</itemPath>
  14.       <itemPath>src/CanNet/cantranslatorexception.h</itemPath>
  15.       <itemPath>src/CanNet/canvariable.h</itemPath>
  16.     </logicalFolder>
  17.     <logicalFolder name="Logger" displayName="Logger" projectFiles="true">
  18.       <itemPath>src/Logger/logger.cpp</itemPath>
  19.       <itemPath>src/Logger/logger.h</itemPath>
  20.     </logicalFolder>
  21.     <logicalFolder name="f2" displayName="Settings" projectFiles="true">
  22.       <itemPath>src/Settings/settings.cpp</itemPath>
  23.       <itemPath>src/Settings/settings.h</itemPath>
  24.     </logicalFolder>
  25.     <logicalFolder name="Socket" displayName="Socket" projectFiles="true">
  26.       <itemPath>src/Socket/asyncsocket.cpp</itemPath>
  27.       <itemPath>src/Socket/asyncsocket.h</itemPath>
  28.       <itemPath>src/Socket/server.cpp</itemPath>
  29.       <itemPath>src/Socket/server.h</itemPath>
  30.       <itemPath>src/Socket/socketevent.h</itemPath>
  31.       <itemPath>src/Socket/socketeventcallback.h</itemPath>
  32.       <itemPath>src/Socket/socketexception.h</itemPath>
  33.     </logicalFolder>
  34.     <logicalFolder name="f4" displayName="Threads" projectFiles="true">
  35.       <itemPath>src/Threads/mutex.h</itemPath>
  36.       <itemPath>src/Threads/semaphore.h</itemPath>
  37.       <itemPath>src/Threads/thread.h</itemPath>
  38.       <itemPath>src/Threads/threadsafequeue.h</itemPath>
  39.     </logicalFolder>
  40.     <logicalFolder name="Tools" displayName="Tools" projectFiles="true">
  41.       <itemPath>src/Tools/tools.cpp</itemPath>
  42.       <itemPath>src/Tools/tools.h</itemPath>
  43.     </logicalFolder>
  44.     <logicalFolder name="f6" displayName="VM" projectFiles="true">
  45.       <itemPath>src/VM/commandthread.cpp</itemPath>
  46.       <itemPath>src/VM/commandthread.h</itemPath>
  47.       <itemPath>src/VM/expression.h</itemPath>
  48.       <itemPath>src/VM/intervalthread.cpp</itemPath>
  49.       <itemPath>src/VM/intervalthread.h</itemPath>
  50.       <itemPath>src/VM/socketthread.cpp</itemPath>
  51.       <itemPath>src/VM/socketthread.h</itemPath>
  52.       <itemPath>src/VM/virtualmachine.cpp</itemPath>
  53.       <itemPath>src/VM/virtualmachine.h</itemPath>
  54.     </logicalFolder>
  55.     <logicalFolder name="XML" displayName="XML" projectFiles="true">
  56.       <itemPath>src/Xml/xmlexception.h</itemPath>
  57.       <itemPath>src/Xml/xmlnode.cpp</itemPath>
  58.       <itemPath>src/Xml/xmlnode.h</itemPath>
  59.     </logicalFolder>
  60.     <logicalFolder name="ExternalFiles"
  61.                    displayName="Important Files"
  62.                    projectFiles="false">
  63.       <itemPath>src/fetchV8.sh</itemPath>
  64.       <itemPath>Makefile</itemPath>
  65.       <itemPath>Services</itemPath>
  66.     </logicalFolder>
  67.     <itemPath>src/exception.h</itemPath>
  68.     <itemPath>src/main.cpp</itemPath>
  69.     <itemPath>src/singleton.cpp</itemPath>
  70.     <itemPath>src/singleton.h</itemPath>
  71.     <itemPath>src/version.h</itemPath>
  72.   </logicalFolder>
  73.   <projectmakefile>Makefile</projectmakefile>
  74.   <confs>
  75.     <conf name="Debug" type="1">
  76.       <toolsSet>
  77.         <developmentServer>localhost</developmentServer>
  78.         <compilerSet>GNU|GNU</compilerSet>
  79.         <platform>2</platform>
  80.       </toolsSet>
  81.       <compileType>
  82.         <cCompilerTool>
  83.           <commandLine>-m32</commandLine>
  84.         </cCompilerTool>
  85.         <ccCompilerTool>
  86.           <commandLine>-m32</commandLine>
  87.         </ccCompilerTool>
  88.         <linkerTool>
  89.           <output>atom</output>
  90.           <linkerLibItems>
  91.             <linkerLibStdlibItem>PosixThreads</linkerLibStdlibItem>
  92.             <linkerLibFileItem>src/v8/libv8_g.a</linkerLibFileItem>
  93.             <linkerOptionItem>-lrt</linkerOptionItem>
  94.           </linkerLibItems>
  95.           <commandLine>-m32</commandLine>
  96.         </linkerTool>
  97.       </compileType>
  98.       <item path="src/CanNet/candebug.cpp">
  99.         <itemTool>1</itemTool>
  100.       </item>
  101.       <item path="src/CanNet/candebug.h">
  102.         <itemTool>3</itemTool>
  103.       </item>
  104.       <item path="src/CanNet/canidtranslator.cpp">
  105.         <itemTool>1</itemTool>
  106.       </item>
  107.       <item path="src/CanNet/canidtranslator.h">
  108.         <itemTool>3</itemTool>
  109.       </item>
  110.       <item path="src/CanNet/canmessage.cpp">
  111.         <itemTool>1</itemTool>
  112.       </item>
  113.       <item path="src/CanNet/canmessage.h">
  114.         <itemTool>3</itemTool>
  115.       </item>
  116.       <item path="src/CanNet/canmessageexception.h">
  117.         <itemTool>3</itemTool>
  118.       </item>
  119.       <item path="src/CanNet/cannetmanager.cpp">
  120.         <itemTool>1</itemTool>
  121.       </item>
  122.       <item path="src/CanNet/cannetmanager.h">
  123.         <itemTool>3</itemTool>
  124.       </item>
  125.       <item path="src/CanNet/cantranslatorexception.h">
  126.         <itemTool>3</itemTool>
  127.       </item>
  128.       <item path="src/CanNet/canvariable.h">
  129.         <itemTool>3</itemTool>
  130.       </item>
  131.       <item path="src/Logger/logger.cpp">
  132.         <itemTool>1</itemTool>
  133.       </item>
  134.       <item path="src/Logger/logger.h">
  135.         <itemTool>3</itemTool>
  136.       </item>
  137.       <item path="src/Settings/settings.cpp">
  138.         <itemTool>1</itemTool>
  139.       </item>
  140.       <item path="src/Settings/settings.h">
  141.         <itemTool>3</itemTool>
  142.       </item>
  143.       <item path="src/Socket/asyncsocket.cpp">
  144.         <itemTool>1</itemTool>
  145.       </item>
  146.       <item path="src/Socket/asyncsocket.h">
  147.         <itemTool>3</itemTool>
  148.       </item>
  149.       <item path="src/Socket/server.cpp">
  150.         <itemTool>1</itemTool>
  151.       </item>
  152.       <item path="src/Socket/server.h">
  153.         <itemTool>3</itemTool>
  154.       </item>
  155.       <item path="src/Socket/socketevent.h">
  156.         <itemTool>3</itemTool>
  157.       </item>
  158.       <item path="src/Socket/socketeventcallback.h">
  159.         <itemTool>3</itemTool>
  160.       </item>
  161.       <item path="src/Socket/socketexception.h">
  162.         <itemTool>3</itemTool>
  163.       </item>
  164.       <item path="src/Threads/mutex.h">
  165.         <itemTool>3</itemTool>
  166.       </item>
  167.       <item path="src/Threads/semaphore.h">
  168.         <itemTool>3</itemTool>
  169.       </item>
  170.       <item path="src/Threads/thread.h">
  171.         <itemTool>3</itemTool>
  172.       </item>
  173.       <item path="src/Threads/threadsafequeue.h">
  174.         <itemTool>3</itemTool>
  175.       </item>
  176.       <item path="src/Tools/tools.cpp">
  177.         <itemTool>1</itemTool>
  178.       </item>
  179.       <item path="src/Tools/tools.h">
  180.         <itemTool>3</itemTool>
  181.       </item>
  182.       <item path="src/VM/commandthread.cpp">
  183.         <itemTool>1</itemTool>
  184.       </item>
  185.       <item path="src/VM/commandthread.h">
  186.         <itemTool>3</itemTool>
  187.       </item>
  188.       <item path="src/VM/expression.h">
  189.         <itemTool>3</itemTool>
  190.       </item>
  191.       <item path="src/VM/intervalthread.cpp">
  192.         <itemTool>1</itemTool>
  193.       </item>
  194.       <item path="src/VM/intervalthread.h">
  195.         <itemTool>3</itemTool>
  196.       </item>
  197.       <item path="src/VM/socketthread.cpp">
  198.         <itemTool>1</itemTool>
  199.       </item>
  200.       <item path="src/VM/socketthread.h">
  201.         <itemTool>3</itemTool>
  202.       </item>
  203.       <item path="src/VM/virtualmachine.cpp">
  204.         <itemTool>1</itemTool>
  205.       </item>
  206.       <item path="src/VM/virtualmachine.h">
  207.         <itemTool>3</itemTool>
  208.       </item>
  209.       <item path="src/Xml/xmlexception.h">
  210.         <itemTool>3</itemTool>
  211.       </item>
  212.       <item path="src/Xml/xmlnode.cpp">
  213.         <itemTool>1</itemTool>
  214.       </item>
  215.       <item path="src/Xml/xmlnode.h">
  216.         <itemTool>3</itemTool>
  217.       </item>
  218.       <item path="src/exception.h">
  219.         <itemTool>3</itemTool>
  220.       </item>
  221.       <item path="src/main.cpp">
  222.         <itemTool>1</itemTool>
  223.       </item>
  224.       <item path="src/singleton.cpp">
  225.         <itemTool>1</itemTool>
  226.       </item>
  227.       <item path="src/singleton.h">
  228.         <itemTool>3</itemTool>
  229.       </item>
  230.       <item path="src/version.h">
  231.         <itemTool>3</itemTool>
  232.       </item>
  233.     </conf>
  234.     <conf name="Release" type="1">
  235.       <toolsSet>
  236.         <developmentServer>localhost</developmentServer>
  237.         <compilerSet>GNU|GNU</compilerSet>
  238.         <platform>2</platform>
  239.       </toolsSet>
  240.       <compileType>
  241.         <cCompilerTool>
  242.           <developmentMode>5</developmentMode>
  243.         </cCompilerTool>
  244.         <ccCompilerTool>
  245.           <developmentMode>5</developmentMode>
  246.         </ccCompilerTool>
  247.         <fortranCompilerTool>
  248.           <developmentMode>5</developmentMode>
  249.         </fortranCompilerTool>
  250.         <linkerTool>
  251.           <output>atom</output>
  252.           <linkerLibItems>
  253.             <linkerLibStdlibItem>PosixThreads</linkerLibStdlibItem>
  254.             <linkerLibFileItem>src/v8/libv8.a</linkerLibFileItem>
  255.             <linkerOptionItem>-lrt</linkerOptionItem>
  256.           </linkerLibItems>
  257.           <commandLine>-m32</commandLine>
  258.         </linkerTool>
  259.       </compileType>
  260.       <item path="src/CanNet/candebug.cpp">
  261.         <itemTool>1</itemTool>
  262.       </item>
  263.       <item path="src/CanNet/candebug.h">
  264.         <itemTool>3</itemTool>
  265.       </item>
  266.       <item path="src/CanNet/canidtranslator.cpp">
  267.         <itemTool>1</itemTool>
  268.       </item>
  269.       <item path="src/CanNet/canidtranslator.h">
  270.         <itemTool>3</itemTool>
  271.       </item>
  272.       <item path="src/CanNet/canmessage.cpp">
  273.         <itemTool>1</itemTool>
  274.       </item>
  275.       <item path="src/CanNet/canmessage.h">
  276.         <itemTool>3</itemTool>
  277.       </item>
  278.       <item path="src/CanNet/canmessageexception.h">
  279.         <itemTool>3</itemTool>
  280.       </item>
  281.       <item path="src/CanNet/cannetmanager.cpp">
  282.         <itemTool>1</itemTool>
  283.       </item>
  284.       <item path="src/CanNet/cannetmanager.h">
  285.         <itemTool>3</itemTool>
  286.       </item>
  287.       <item path="src/CanNet/cantranslatorexception.h">
  288.         <itemTool>3</itemTool>
  289.       </item>
  290.       <item path="src/CanNet/canvariable.h">
  291.         <itemTool>3</itemTool>
  292.       </item>
  293.       <item path="src/Logger/logger.cpp">
  294.         <itemTool>1</itemTool>
  295.       </item>
  296.       <item path="src/Logger/logger.h">
  297.         <itemTool>3</itemTool>
  298.       </item>
  299.       <item path="src/Settings/settings.cpp">
  300.         <itemTool>1</itemTool>
  301.       </item>
  302.       <item path="src/Settings/settings.h">
  303.         <itemTool>3</itemTool>
  304.       </item>
  305.       <item path="src/Socket/asyncsocket.cpp">
  306.         <itemTool>1</itemTool>
  307.       </item>
  308.       <item path="src/Socket/asyncsocket.h">
  309.         <itemTool>3</itemTool>
  310.       </item>
  311.       <item path="src/Socket/server.cpp">
  312.         <itemTool>1</itemTool>
  313.       </item>
  314.       <item path="src/Socket/server.h">
  315.         <itemTool>3</itemTool>
  316.       </item>
  317.       <item path="src/Socket/socketevent.h">
  318.         <itemTool>3</itemTool>
  319.       </item>
  320.       <item path="src/Socket/socketeventcallback.h">
  321.         <itemTool>3</itemTool>
  322.       </item>
  323.       <item path="src/Socket/socketexception.h">
  324.         <itemTool>3</itemTool>
  325.       </item>
  326.       <item path="src/Threads/mutex.h">
  327.         <itemTool>3</itemTool>
  328.       </item>
  329.       <item path="src/Threads/semaphore.h">
  330.         <itemTool>3</itemTool>
  331.       </item>
  332.       <item path="src/Threads/thread.h">
  333.         <itemTool>3</itemTool>
  334.       </item>
  335.       <item path="src/Threads/threadsafequeue.h">
  336.         <itemTool>3</itemTool>
  337.       </item>
  338.       <item path="src/Tools/tools.cpp">
  339.         <itemTool>1</itemTool>
  340.       </item>
  341.       <item path="src/Tools/tools.h">
  342.         <itemTool>3</itemTool>
  343.       </item>
  344.       <item path="src/VM/commandthread.cpp">
  345.         <itemTool>1</itemTool>
  346.       </item>
  347.       <item path="src/VM/commandthread.h">
  348.         <itemTool>3</itemTool>
  349.       </item>
  350.       <item path="src/VM/expression.h">
  351.         <itemTool>3</itemTool>
  352.       </item>
  353.       <item path="src/VM/intervalthread.cpp">
  354.         <itemTool>1</itemTool>
  355.       </item>
  356.       <item path="src/VM/intervalthread.h">
  357.         <itemTool>3</itemTool>
  358.       </item>
  359.       <item path="src/VM/socketthread.cpp">
  360.         <itemTool>1</itemTool>
  361.       </item>
  362.       <item path="src/VM/socketthread.h">
  363.         <itemTool>3</itemTool>
  364.       </item>
  365.       <item path="src/VM/virtualmachine.cpp">
  366.         <itemTool>1</itemTool>
  367.       </item>
  368.       <item path="src/VM/virtualmachine.h">
  369.         <itemTool>3</itemTool>
  370.       </item>
  371.       <item path="src/Xml/xmlexception.h">
  372.         <itemTool>3</itemTool>
  373.       </item>
  374.       <item path="src/Xml/xmlnode.cpp">
  375.         <itemTool>1</itemTool>
  376.       </item>
  377.       <item path="src/Xml/xmlnode.h">
  378.         <itemTool>3</itemTool>
  379.       </item>
  380.       <item path="src/exception.h">
  381.         <itemTool>3</itemTool>
  382.       </item>
  383.       <item path="src/main.cpp">
  384.         <itemTool>1</itemTool>
  385.       </item>
  386.       <item path="src/singleton.cpp">
  387.         <itemTool>1</itemTool>
  388.       </item>
  389.       <item path="src/singleton.h">
  390.         <itemTool>3</itemTool>
  391.       </item>
  392.       <item path="src/version.h">
  393.         <itemTool>3</itemTool>
  394.       </item>
  395.     </conf>
  396.   </confs>
  397. </configurationDescriptor>
  398.