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