c++/rgb-assembler/nbproject/configurations.xml
author František Kučera <franta-hg@frantovo.cz>
Sat, 23 Dec 2017 23:24:51 +0100
changeset 20 b9ceffdcaf14
parent 19 17785b69430d
child 22 cb2055cdc2f0
permissions -rw-r--r--
move memory functions to a header file + introduce Command classes
     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>Command.h</itemPath>
     8       <itemPath>commands/Goto.h</itemPath>
     9       <itemPath>memory.h</itemPath>
    10       <itemPath>types.h</itemPath>
    11     </logicalFolder>
    12     <logicalFolder name="ResourceFiles"
    13                    displayName="Resource Files"
    14                    projectFiles="true">
    15     </logicalFolder>
    16     <logicalFolder name="SourceFiles"
    17                    displayName="Source Files"
    18                    projectFiles="true">
    19       <itemPath>rgb-assembler.cpp</itemPath>
    20     </logicalFolder>
    21     <logicalFolder name="TestFiles"
    22                    displayName="Test Files"
    23                    projectFiles="false"
    24                    kind="TEST_LOGICAL_FOLDER">
    25     </logicalFolder>
    26     <logicalFolder name="ExternalFiles"
    27                    displayName="Important Files"
    28                    projectFiles="false"
    29                    kind="IMPORTANT_FILES_FOLDER">
    30       <itemPath>Makefile</itemPath>
    31     </logicalFolder>
    32   </logicalFolder>
    33   <projectmakefile>Makefile</projectmakefile>
    34   <confs>
    35     <conf name="Debug" type="1" platformSpecific="true">
    36       <toolsSet>
    37         <compilerSet>default</compilerSet>
    38         <platform>2</platform>
    39         <dependencyChecking>true</dependencyChecking>
    40         <rebuildPropChanged>false</rebuildPropChanged>
    41       </toolsSet>
    42       <compileType>
    43         <ccTool>
    44           <standard>8</standard>
    45         </ccTool>
    46       </compileType>
    47       <item path="Command.h" ex="false" tool="3" flavor2="0">
    48       </item>
    49       <item path="commands/Goto.h" ex="false" tool="3" flavor2="0">
    50       </item>
    51       <item path="memory.h" ex="false" tool="3" flavor2="0">
    52       </item>
    53       <item path="rgb-assembler.cpp" ex="false" tool="1" flavor2="0">
    54       </item>
    55       <item path="types.h" ex="false" tool="3" flavor2="0">
    56       </item>
    57     </conf>
    58     <conf name="Release" type="1">
    59       <toolsSet>
    60         <compilerSet>default</compilerSet>
    61         <dependencyChecking>true</dependencyChecking>
    62         <rebuildPropChanged>false</rebuildPropChanged>
    63       </toolsSet>
    64       <compileType>
    65         <cTool>
    66           <developmentMode>5</developmentMode>
    67         </cTool>
    68         <ccTool>
    69           <developmentMode>5</developmentMode>
    70           <standard>8</standard>
    71         </ccTool>
    72         <fortranCompilerTool>
    73           <developmentMode>5</developmentMode>
    74         </fortranCompilerTool>
    75         <asmTool>
    76           <developmentMode>5</developmentMode>
    77         </asmTool>
    78       </compileType>
    79       <item path="Command.h" ex="false" tool="3" flavor2="0">
    80       </item>
    81       <item path="commands/Goto.h" ex="false" tool="3" flavor2="0">
    82       </item>
    83       <item path="memory.h" ex="false" tool="3" flavor2="0">
    84       </item>
    85       <item path="rgb-assembler.cpp" ex="false" tool="1" flavor2="0">
    86       </item>
    87       <item path="types.h" ex="false" tool="3" flavor2="0">
    88       </item>
    89     </conf>
    90   </confs>
    91 </configurationDescriptor>