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