nbproject/configurations.xml
author František Kučera <franta-hg@frantovo.cz>
Sat, 25 Aug 2018 17:39:27 +0200
branchv_0
changeset 13 543f1613c2da
parent 12 2d7109286408
child 14 e8de089f95dd
permissions -rw-r--r--
move non-public headers from include to src
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
<configurationDescriptor version="100">
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
    <logicalFolder name="HeaderFiles"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
                   displayName="Header Files"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
                   projectFiles="true">
8
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
     7
      <itemPath>src/BooleanDataTypeReader.h</itemPath>
13
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
     8
      <itemPath>src/DataTypeReader.h</itemPath>
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
     9
      <itemPath>src/DataTypeReaderBase.h</itemPath>
8
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    10
      <itemPath>src/DataTypeReaderCatalog.h</itemPath>
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    11
      <itemPath>src/IntegerDataTypeReader.h</itemPath>
13
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
    12
      <itemPath>src/RelpipeReaderException.h</itemPath>
8
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    13
      <itemPath>src/StringDataTypeReader.h</itemPath>
12
2d7109286408 remove format.h and use constants.h from lib-protocol
František Kučera <franta-hg@frantovo.cz>
parents: 11
diff changeset
    14
      <itemPath>include/relpipe/reader/TypeId.h</itemPath>
10
7fe3975f7e4b relpipe-lib-reader: move public header files to: include/relpipe/reader/
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
    15
      <itemPath>include/relpipe/reader/typedefs.h</itemPath>
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    16
    </logicalFolder>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    17
    <logicalFolder name="ResourceFiles"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    18
                   displayName="Resource Files"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    19
                   projectFiles="true">
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    20
    </logicalFolder>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    21
    <logicalFolder name="SourceFiles"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    22
                   displayName="Source Files"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    23
                   projectFiles="true">
3
630c54da42c9 add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    24
      <itemPath>src/DataTypeReader.cpp</itemPath>
630c54da42c9 add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    25
      <itemPath>src/DataTypeReaderBase.cpp</itemPath>
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    26
    </logicalFolder>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    27
    <logicalFolder name="TestFiles"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    28
                   displayName="Test Files"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    29
                   projectFiles="false"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    30
                   kind="TEST_LOGICAL_FOLDER">
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    31
    </logicalFolder>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    32
    <logicalFolder name="ExternalFiles"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    33
                   displayName="Important Files"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    34
                   projectFiles="false"
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    35
                   kind="IMPORTANT_FILES_FOLDER">
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    36
      <itemPath>Makefile</itemPath>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    37
    </logicalFolder>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    38
  </logicalFolder>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    39
  <projectmakefile>Makefile</projectmakefile>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    40
  <confs>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    41
    <conf name="Debug" type="2">
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    42
      <toolsSet>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    43
        <compilerSet>default</compilerSet>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    44
        <dependencyChecking>true</dependencyChecking>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    45
        <rebuildPropChanged>false</rebuildPropChanged>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    46
      </toolsSet>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    47
      <compileType>
11
83c3cf486bdf add AddressSanitizer (ASan): -fsanitize=address
František Kučera <franta-hg@frantovo.cz>
parents: 10
diff changeset
    48
        <ccTool>
83c3cf486bdf add AddressSanitizer (ASan): -fsanitize=address
František Kučera <franta-hg@frantovo.cz>
parents: 10
diff changeset
    49
          <commandLine>-fsanitize=address</commandLine>
83c3cf486bdf add AddressSanitizer (ASan): -fsanitize=address
František Kučera <franta-hg@frantovo.cz>
parents: 10
diff changeset
    50
        </ccTool>
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    51
      </compileType>
12
2d7109286408 remove format.h and use constants.h from lib-protocol
František Kučera <franta-hg@frantovo.cz>
parents: 11
diff changeset
    52
      <item path="include/relpipe/reader/TypeId.h" ex="false" tool="3" flavor2="0">
2d7109286408 remove format.h and use constants.h from lib-protocol
František Kučera <franta-hg@frantovo.cz>
parents: 11
diff changeset
    53
      </item>
10
7fe3975f7e4b relpipe-lib-reader: move public header files to: include/relpipe/reader/
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
    54
      <item path="include/relpipe/reader/typedefs.h" ex="false" tool="3" flavor2="0">
3
630c54da42c9 add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    55
      </item>
8
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    56
      <item path="src/BooleanDataTypeReader.h" ex="false" tool="3" flavor2="0">
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    57
      </item>
3
630c54da42c9 add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    58
      <item path="src/DataTypeReader.cpp" ex="false" tool="1" flavor2="0">
630c54da42c9 add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    59
      </item>
13
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
    60
      <item path="src/DataTypeReader.h" ex="false" tool="3" flavor2="0">
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
    61
      </item>
3
630c54da42c9 add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    62
      <item path="src/DataTypeReaderBase.cpp" ex="false" tool="1" flavor2="0">
630c54da42c9 add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    63
      </item>
13
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
    64
      <item path="src/DataTypeReaderBase.h" ex="false" tool="3" flavor2="0">
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
    65
      </item>
8
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    66
      <item path="src/DataTypeReaderCatalog.h" ex="false" tool="3" flavor2="0">
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    67
      </item>
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    68
      <item path="src/IntegerDataTypeReader.h" ex="false" tool="3" flavor2="0">
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    69
      </item>
13
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
    70
      <item path="src/RelpipeReaderException.h" ex="false" tool="3" flavor2="0">
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
    71
      </item>
8
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    72
      <item path="src/StringDataTypeReader.h" ex="false" tool="3" flavor2="0">
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    73
      </item>
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    74
    </conf>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    75
    <conf name="Release" type="2">
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    76
      <toolsSet>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    77
        <compilerSet>default</compilerSet>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    78
        <dependencyChecking>true</dependencyChecking>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    79
        <rebuildPropChanged>false</rebuildPropChanged>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    80
      </toolsSet>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    81
      <compileType>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    82
        <cTool>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    83
          <developmentMode>5</developmentMode>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    84
        </cTool>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    85
        <ccTool>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    86
          <developmentMode>5</developmentMode>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    87
        </ccTool>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    88
        <fortranCompilerTool>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    89
          <developmentMode>5</developmentMode>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    90
        </fortranCompilerTool>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    91
        <asmTool>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    92
          <developmentMode>5</developmentMode>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    93
        </asmTool>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    94
      </compileType>
12
2d7109286408 remove format.h and use constants.h from lib-protocol
František Kučera <franta-hg@frantovo.cz>
parents: 11
diff changeset
    95
      <item path="include/relpipe/reader/TypeId.h" ex="false" tool="3" flavor2="0">
2d7109286408 remove format.h and use constants.h from lib-protocol
František Kučera <franta-hg@frantovo.cz>
parents: 11
diff changeset
    96
      </item>
10
7fe3975f7e4b relpipe-lib-reader: move public header files to: include/relpipe/reader/
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
    97
      <item path="include/relpipe/reader/typedefs.h" ex="false" tool="3" flavor2="0">
3
630c54da42c9 add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    98
      </item>
8
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    99
      <item path="src/BooleanDataTypeReader.h" ex="false" tool="3" flavor2="0">
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   100
      </item>
3
630c54da42c9 add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
   101
      <item path="src/DataTypeReader.cpp" ex="false" tool="1" flavor2="0">
630c54da42c9 add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
   102
      </item>
13
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
   103
      <item path="src/DataTypeReader.h" ex="false" tool="3" flavor2="0">
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
   104
      </item>
3
630c54da42c9 add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
   105
      <item path="src/DataTypeReaderBase.cpp" ex="false" tool="1" flavor2="0">
630c54da42c9 add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
   106
      </item>
13
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
   107
      <item path="src/DataTypeReaderBase.h" ex="false" tool="3" flavor2="0">
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
   108
      </item>
8
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   109
      <item path="src/DataTypeReaderCatalog.h" ex="false" tool="3" flavor2="0">
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   110
      </item>
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   111
      <item path="src/IntegerDataTypeReader.h" ex="false" tool="3" flavor2="0">
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   112
      </item>
13
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
   113
      <item path="src/RelpipeReaderException.h" ex="false" tool="3" flavor2="0">
543f1613c2da move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz>
parents: 12
diff changeset
   114
      </item>
8
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   115
      <item path="src/StringDataTypeReader.h" ex="false" tool="3" flavor2="0">
c87e9c84f7aa reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   116
      </item>
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   117
    </conf>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   118
  </confs>
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   119
</configurationDescriptor>