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
franta-hg@0
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@0
     2
<configurationDescriptor version="100">
franta-hg@0
     3
  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
franta-hg@0
     4
    <logicalFolder name="HeaderFiles"
franta-hg@0
     5
                   displayName="Header Files"
franta-hg@0
     6
                   projectFiles="true">
franta-hg@20
     7
      <itemPath>Command.h</itemPath>
franta-hg@20
     8
      <itemPath>commands/Goto.h</itemPath>
franta-hg@20
     9
      <itemPath>memory.h</itemPath>
franta-hg@19
    10
      <itemPath>types.h</itemPath>
franta-hg@0
    11
    </logicalFolder>
franta-hg@0
    12
    <logicalFolder name="ResourceFiles"
franta-hg@0
    13
                   displayName="Resource Files"
franta-hg@0
    14
                   projectFiles="true">
franta-hg@0
    15
    </logicalFolder>
franta-hg@0
    16
    <logicalFolder name="SourceFiles"
franta-hg@0
    17
                   displayName="Source Files"
franta-hg@0
    18
                   projectFiles="true">
franta-hg@0
    19
      <itemPath>rgb-assembler.cpp</itemPath>
franta-hg@0
    20
    </logicalFolder>
franta-hg@0
    21
    <logicalFolder name="TestFiles"
franta-hg@0
    22
                   displayName="Test Files"
franta-hg@0
    23
                   projectFiles="false"
franta-hg@0
    24
                   kind="TEST_LOGICAL_FOLDER">
franta-hg@0
    25
    </logicalFolder>
franta-hg@0
    26
    <logicalFolder name="ExternalFiles"
franta-hg@0
    27
                   displayName="Important Files"
franta-hg@0
    28
                   projectFiles="false"
franta-hg@0
    29
                   kind="IMPORTANT_FILES_FOLDER">
franta-hg@0
    30
      <itemPath>Makefile</itemPath>
franta-hg@0
    31
    </logicalFolder>
franta-hg@0
    32
  </logicalFolder>
franta-hg@0
    33
  <projectmakefile>Makefile</projectmakefile>
franta-hg@0
    34
  <confs>
franta-hg@0
    35
    <conf name="Debug" type="1" platformSpecific="true">
franta-hg@0
    36
      <toolsSet>
franta-hg@0
    37
        <compilerSet>default</compilerSet>
franta-hg@0
    38
        <platform>2</platform>
franta-hg@0
    39
        <dependencyChecking>true</dependencyChecking>
franta-hg@0
    40
        <rebuildPropChanged>false</rebuildPropChanged>
franta-hg@0
    41
      </toolsSet>
franta-hg@0
    42
      <compileType>
franta-hg@0
    43
        <ccTool>
franta-hg@0
    44
          <standard>8</standard>
franta-hg@0
    45
        </ccTool>
franta-hg@0
    46
      </compileType>
franta-hg@20
    47
      <item path="Command.h" ex="false" tool="3" flavor2="0">
franta-hg@20
    48
      </item>
franta-hg@20
    49
      <item path="commands/Goto.h" ex="false" tool="3" flavor2="0">
franta-hg@20
    50
      </item>
franta-hg@20
    51
      <item path="memory.h" ex="false" tool="3" flavor2="0">
franta-hg@20
    52
      </item>
franta-hg@0
    53
      <item path="rgb-assembler.cpp" ex="false" tool="1" flavor2="0">
franta-hg@0
    54
      </item>
franta-hg@19
    55
      <item path="types.h" ex="false" tool="3" flavor2="0">
franta-hg@19
    56
      </item>
franta-hg@0
    57
    </conf>
franta-hg@0
    58
    <conf name="Release" type="1">
franta-hg@0
    59
      <toolsSet>
franta-hg@0
    60
        <compilerSet>default</compilerSet>
franta-hg@0
    61
        <dependencyChecking>true</dependencyChecking>
franta-hg@0
    62
        <rebuildPropChanged>false</rebuildPropChanged>
franta-hg@0
    63
      </toolsSet>
franta-hg@0
    64
      <compileType>
franta-hg@0
    65
        <cTool>
franta-hg@0
    66
          <developmentMode>5</developmentMode>
franta-hg@0
    67
        </cTool>
franta-hg@0
    68
        <ccTool>
franta-hg@0
    69
          <developmentMode>5</developmentMode>
franta-hg@0
    70
          <standard>8</standard>
franta-hg@0
    71
        </ccTool>
franta-hg@0
    72
        <fortranCompilerTool>
franta-hg@0
    73
          <developmentMode>5</developmentMode>
franta-hg@0
    74
        </fortranCompilerTool>
franta-hg@0
    75
        <asmTool>
franta-hg@0
    76
          <developmentMode>5</developmentMode>
franta-hg@0
    77
        </asmTool>
franta-hg@0
    78
      </compileType>
franta-hg@20
    79
      <item path="Command.h" ex="false" tool="3" flavor2="0">
franta-hg@20
    80
      </item>
franta-hg@20
    81
      <item path="commands/Goto.h" ex="false" tool="3" flavor2="0">
franta-hg@20
    82
      </item>
franta-hg@20
    83
      <item path="memory.h" ex="false" tool="3" flavor2="0">
franta-hg@20
    84
      </item>
franta-hg@0
    85
      <item path="rgb-assembler.cpp" ex="false" tool="1" flavor2="0">
franta-hg@0
    86
      </item>
franta-hg@19
    87
      <item path="types.h" ex="false" tool="3" flavor2="0">
franta-hg@19
    88
      </item>
franta-hg@0
    89
    </conf>
franta-hg@0
    90
  </confs>
franta-hg@0
    91
</configurationDescriptor>