c++/rgb-assembler/nbproject/configurations.xml
author František Kučera <franta-hg@frantovo.cz>
Sun, 24 Dec 2017 00:08:55 +0100
changeset 26 47ee91579133
parent 25 5ce09de7f9b7
child 28 2b2f8a17d63a
permissions -rw-r--r--
INCREMENT and DECREMENT in class
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <configurationDescriptor version="100">
     3   <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
     4     <logicalFolder name="HeaderFiles"
     5                    displayName="Header Files"
     6                    projectFiles="true">
     7       <itemPath>commands/Color.h</itemPath>
     8       <itemPath>Command.h</itemPath>
     9       <itemPath>commands/End.h</itemPath>
    10       <itemPath>commands/Goto.h</itemPath>
    11       <itemPath>commands/GotoCompare.h</itemPath>
    12       <itemPath>commands/IncrementDecrement.h</itemPath>
    13       <itemPath>commands/Sleep.h</itemPath>
    14       <itemPath>memory.h</itemPath>
    15       <itemPath>types.h</itemPath>
    16     </logicalFolder>
    17     <logicalFolder name="ResourceFiles"
    18                    displayName="Resource Files"
    19                    projectFiles="true">
    20     </logicalFolder>
    21     <logicalFolder name="SourceFiles"
    22                    displayName="Source Files"
    23                    projectFiles="true">
    24       <itemPath>rgb-assembler.cpp</itemPath>
    25     </logicalFolder>
    26     <logicalFolder name="TestFiles"
    27                    displayName="Test Files"
    28                    projectFiles="false"
    29                    kind="TEST_LOGICAL_FOLDER">
    30     </logicalFolder>
    31     <logicalFolder name="ExternalFiles"
    32                    displayName="Important Files"
    33                    projectFiles="false"
    34                    kind="IMPORTANT_FILES_FOLDER">
    35       <itemPath>Makefile</itemPath>
    36     </logicalFolder>
    37   </logicalFolder>
    38   <projectmakefile>Makefile</projectmakefile>
    39   <confs>
    40     <conf name="Debug" type="1" platformSpecific="true">
    41       <toolsSet>
    42         <compilerSet>default</compilerSet>
    43         <platform>2</platform>
    44         <dependencyChecking>true</dependencyChecking>
    45         <rebuildPropChanged>false</rebuildPropChanged>
    46       </toolsSet>
    47       <compileType>
    48         <ccTool>
    49           <standard>8</standard>
    50         </ccTool>
    51       </compileType>
    52       <item path="Command.h" ex="false" tool="3" flavor2="0">
    53       </item>
    54       <item path="commands/Color.h" ex="false" tool="3" flavor2="0">
    55       </item>
    56       <item path="commands/End.h" ex="false" tool="3" flavor2="0">
    57       </item>
    58       <item path="commands/Goto.h" ex="false" tool="3" flavor2="0">
    59       </item>
    60       <item path="commands/GotoCompare.h" ex="false" tool="3" flavor2="0">
    61       </item>
    62       <item path="commands/IncrementDecrement.h" ex="false" tool="3" flavor2="0">
    63       </item>
    64       <item path="commands/Sleep.h" ex="false" tool="3" flavor2="0">
    65       </item>
    66       <item path="memory.h" ex="false" tool="3" flavor2="0">
    67       </item>
    68       <item path="rgb-assembler.cpp" ex="false" tool="1" flavor2="0">
    69       </item>
    70       <item path="types.h" ex="false" tool="3" flavor2="0">
    71       </item>
    72     </conf>
    73     <conf name="Release" type="1">
    74       <toolsSet>
    75         <compilerSet>default</compilerSet>
    76         <dependencyChecking>true</dependencyChecking>
    77         <rebuildPropChanged>false</rebuildPropChanged>
    78       </toolsSet>
    79       <compileType>
    80         <cTool>
    81           <developmentMode>5</developmentMode>
    82         </cTool>
    83         <ccTool>
    84           <developmentMode>5</developmentMode>
    85           <standard>8</standard>
    86         </ccTool>
    87         <fortranCompilerTool>
    88           <developmentMode>5</developmentMode>
    89         </fortranCompilerTool>
    90         <asmTool>
    91           <developmentMode>5</developmentMode>
    92         </asmTool>
    93       </compileType>
    94       <item path="Command.h" ex="false" tool="3" flavor2="0">
    95       </item>
    96       <item path="commands/Color.h" ex="false" tool="3" flavor2="0">
    97       </item>
    98       <item path="commands/End.h" ex="false" tool="3" flavor2="0">
    99       </item>
   100       <item path="commands/Goto.h" ex="false" tool="3" flavor2="0">
   101       </item>
   102       <item path="commands/GotoCompare.h" ex="false" tool="3" flavor2="0">
   103       </item>
   104       <item path="commands/IncrementDecrement.h" ex="false" tool="3" flavor2="0">
   105       </item>
   106       <item path="commands/Sleep.h" ex="false" tool="3" flavor2="0">
   107       </item>
   108       <item path="memory.h" ex="false" tool="3" flavor2="0">
   109       </item>
   110       <item path="rgb-assembler.cpp" ex="false" tool="1" flavor2="0">
   111       </item>
   112       <item path="types.h" ex="false" tool="3" flavor2="0">
   113       </item>
   114     </conf>
   115   </confs>
   116 </configurationDescriptor>