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