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