c++/rgb-assembler/nbproject/configurations.xml
author František Kučera <franta-hg@frantovo.cz>
Sat, 23 Dec 2017 20:13:24 +0100
changeset 19 17785b69430d
parent 0 ee60ce4d8af5
child 20 b9ceffdcaf14
permissions -rw-r--r--
move typedefs to a header file
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@19
     7
      <itemPath>types.h</itemPath>
franta-hg@0
     8
    </logicalFolder>
franta-hg@0
     9
    <logicalFolder name="ResourceFiles"
franta-hg@0
    10
                   displayName="Resource Files"
franta-hg@0
    11
                   projectFiles="true">
franta-hg@0
    12
    </logicalFolder>
franta-hg@0
    13
    <logicalFolder name="SourceFiles"
franta-hg@0
    14
                   displayName="Source Files"
franta-hg@0
    15
                   projectFiles="true">
franta-hg@0
    16
      <itemPath>rgb-assembler.cpp</itemPath>
franta-hg@0
    17
    </logicalFolder>
franta-hg@0
    18
    <logicalFolder name="TestFiles"
franta-hg@0
    19
                   displayName="Test Files"
franta-hg@0
    20
                   projectFiles="false"
franta-hg@0
    21
                   kind="TEST_LOGICAL_FOLDER">
franta-hg@0
    22
    </logicalFolder>
franta-hg@0
    23
    <logicalFolder name="ExternalFiles"
franta-hg@0
    24
                   displayName="Important Files"
franta-hg@0
    25
                   projectFiles="false"
franta-hg@0
    26
                   kind="IMPORTANT_FILES_FOLDER">
franta-hg@0
    27
      <itemPath>Makefile</itemPath>
franta-hg@0
    28
    </logicalFolder>
franta-hg@0
    29
  </logicalFolder>
franta-hg@0
    30
  <projectmakefile>Makefile</projectmakefile>
franta-hg@0
    31
  <confs>
franta-hg@0
    32
    <conf name="Debug" type="1" platformSpecific="true">
franta-hg@0
    33
      <toolsSet>
franta-hg@0
    34
        <compilerSet>default</compilerSet>
franta-hg@0
    35
        <platform>2</platform>
franta-hg@0
    36
        <dependencyChecking>true</dependencyChecking>
franta-hg@0
    37
        <rebuildPropChanged>false</rebuildPropChanged>
franta-hg@0
    38
      </toolsSet>
franta-hg@0
    39
      <compileType>
franta-hg@0
    40
        <ccTool>
franta-hg@0
    41
          <standard>8</standard>
franta-hg@0
    42
        </ccTool>
franta-hg@0
    43
      </compileType>
franta-hg@0
    44
      <item path="rgb-assembler.cpp" ex="false" tool="1" flavor2="0">
franta-hg@0
    45
      </item>
franta-hg@19
    46
      <item path="types.h" ex="false" tool="3" flavor2="0">
franta-hg@19
    47
      </item>
franta-hg@0
    48
    </conf>
franta-hg@0
    49
    <conf name="Release" type="1">
franta-hg@0
    50
      <toolsSet>
franta-hg@0
    51
        <compilerSet>default</compilerSet>
franta-hg@0
    52
        <dependencyChecking>true</dependencyChecking>
franta-hg@0
    53
        <rebuildPropChanged>false</rebuildPropChanged>
franta-hg@0
    54
      </toolsSet>
franta-hg@0
    55
      <compileType>
franta-hg@0
    56
        <cTool>
franta-hg@0
    57
          <developmentMode>5</developmentMode>
franta-hg@0
    58
        </cTool>
franta-hg@0
    59
        <ccTool>
franta-hg@0
    60
          <developmentMode>5</developmentMode>
franta-hg@0
    61
          <standard>8</standard>
franta-hg@0
    62
        </ccTool>
franta-hg@0
    63
        <fortranCompilerTool>
franta-hg@0
    64
          <developmentMode>5</developmentMode>
franta-hg@0
    65
        </fortranCompilerTool>
franta-hg@0
    66
        <asmTool>
franta-hg@0
    67
          <developmentMode>5</developmentMode>
franta-hg@0
    68
        </asmTool>
franta-hg@0
    69
      </compileType>
franta-hg@0
    70
      <item path="rgb-assembler.cpp" ex="false" tool="1" flavor2="0">
franta-hg@0
    71
      </item>
franta-hg@19
    72
      <item path="types.h" ex="false" tool="3" flavor2="0">
franta-hg@19
    73
      </item>
franta-hg@0
    74
    </conf>
franta-hg@0
    75
  </confs>
franta-hg@0
    76
</configurationDescriptor>