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