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