nbproject/configurations.xml
author František Kučera <franta-hg@frantovo.cz>
Sun, 22 Jul 2018 00:08:13 +0200
branchv_0
changeset 14 733334eca89b
parent 13 e7234dd45166
child 19 98b901d7bb95
permissions -rw-r--r--
move create() method to a factory
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
<configurationDescriptor version="100">
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
    <logicalFolder name="HeaderFiles"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
                   displayName="Header Files"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
                   projectFiles="true">
10
40ab091e5dfa move *DataTypeWriter.h to separate directory
František Kučera <franta-hg@frantovo.cz>
parents: 9
diff changeset
     7
      <itemPath>src/types/BooleanDataTypeWriter.h</itemPath>
9
0a40752e401d shared library with pure abstract class (interface)
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
     8
      <itemPath>src/DataTypeWriter.h</itemPath>
0a40752e401d shared library with pure abstract class (interface)
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
     9
      <itemPath>src/DataTypeWriterBase.h</itemPath>
14
733334eca89b move create() method to a factory
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    10
      <itemPath>include/Factory.h</itemPath>
10
40ab091e5dfa move *DataTypeWriter.h to separate directory
František Kučera <franta-hg@frantovo.cz>
parents: 9
diff changeset
    11
      <itemPath>src/types/IntegerDataTypeWriter.h</itemPath>
9
0a40752e401d shared library with pure abstract class (interface)
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
    12
      <itemPath>include/RelationalWriter.h</itemPath>
8
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    13
      <itemPath>include/RelpipeWriterException.h</itemPath>
9
0a40752e401d shared library with pure abstract class (interface)
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
    14
      <itemPath>src/StreamRelationalWriter.h</itemPath>
10
40ab091e5dfa move *DataTypeWriter.h to separate directory
František Kučera <franta-hg@frantovo.cz>
parents: 9
diff changeset
    15
      <itemPath>src/types/StringDataTypeWriter.h</itemPath>
13
e7234dd45166 use TypeId enum instead of numeric constants
František Kučera <franta-hg@frantovo.cz>
parents: 10
diff changeset
    16
      <itemPath>include/TypeId.h</itemPath>
6
64f382e63e01 move format.h to virtual folder 'Header Files'
František Kučera <franta-hg@frantovo.cz>
parents: 3
diff changeset
    17
      <itemPath>src/format.h</itemPath>
3
cdfb91189c9e split common.h into typedefs.h and format.h
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
    18
      <itemPath>include/typedefs.h</itemPath>
0
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    19
    </logicalFolder>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    20
    <logicalFolder name="ResourceFiles"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    21
                   displayName="Resource Files"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    22
                   projectFiles="true">
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    23
    </logicalFolder>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    24
    <logicalFolder name="SourceFiles"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    25
                   displayName="Source Files"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    26
                   projectFiles="true">
14
733334eca89b move create() method to a factory
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    27
      <itemPath>src/Factory.cpp</itemPath>
0
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    28
    </logicalFolder>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    29
    <logicalFolder name="TestFiles"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    30
                   displayName="Test Files"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    31
                   projectFiles="false"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    32
                   kind="TEST_LOGICAL_FOLDER">
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    33
    </logicalFolder>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    34
    <logicalFolder name="ExternalFiles"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    35
                   displayName="Important Files"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    36
                   projectFiles="false"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    37
                   kind="IMPORTANT_FILES_FOLDER">
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    38
      <itemPath>Makefile</itemPath>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    39
    </logicalFolder>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    40
  </logicalFolder>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    41
  <projectmakefile>Makefile</projectmakefile>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    42
  <confs>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    43
    <conf name="Debug" type="2">
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    44
      <toolsSet>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    45
        <compilerSet>default</compilerSet>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    46
        <dependencyChecking>true</dependencyChecking>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    47
        <rebuildPropChanged>false</rebuildPropChanged>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    48
      </toolsSet>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    49
      <compileType>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    50
      </compileType>
14
733334eca89b move create() method to a factory
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    51
      <item path="include/Factory.h" ex="false" tool="3" flavor2="0">
733334eca89b move create() method to a factory
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    52
      </item>
9
0a40752e401d shared library with pure abstract class (interface)
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
    53
      <item path="include/RelationalWriter.h" ex="false" tool="3" flavor2="0">
1
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    54
      </item>
8
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    55
      <item path="include/RelpipeWriterException.h" ex="false" tool="3" flavor2="0">
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    56
      </item>
13
e7234dd45166 use TypeId enum instead of numeric constants
František Kučera <franta-hg@frantovo.cz>
parents: 10
diff changeset
    57
      <item path="include/TypeId.h" ex="false" tool="3" flavor2="0">
e7234dd45166 use TypeId enum instead of numeric constants
František Kučera <franta-hg@frantovo.cz>
parents: 10
diff changeset
    58
      </item>
3
cdfb91189c9e split common.h into typedefs.h and format.h
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
    59
      <item path="include/typedefs.h" ex="false" tool="3" flavor2="0">
1
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    60
      </item>
9
0a40752e401d shared library with pure abstract class (interface)
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
    61
      <item path="src/DataTypeWriter.h" ex="false" tool="3" flavor2="0">
1
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    62
      </item>
9
0a40752e401d shared library with pure abstract class (interface)
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
    63
      <item path="src/DataTypeWriterBase.h" ex="false" tool="3" flavor2="0">
8
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    64
      </item>
14
733334eca89b move create() method to a factory
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    65
      <item path="src/Factory.cpp" ex="false" tool="1" flavor2="0">
9
0a40752e401d shared library with pure abstract class (interface)
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
    66
      </item>
0a40752e401d shared library with pure abstract class (interface)
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
    67
      <item path="src/StreamRelationalWriter.h" ex="false" tool="3" flavor2="0">
0a40752e401d shared library with pure abstract class (interface)
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
    68
      </item>
10
40ab091e5dfa move *DataTypeWriter.h to separate directory
František Kučera <franta-hg@frantovo.cz>
parents: 9
diff changeset
    69
      <item path="src/format.h" ex="false" tool="3" flavor2="0">
40ab091e5dfa move *DataTypeWriter.h to separate directory
František Kučera <franta-hg@frantovo.cz>
parents: 9
diff changeset
    70
      </item>
40ab091e5dfa move *DataTypeWriter.h to separate directory
František Kučera <franta-hg@frantovo.cz>
parents: 9
diff changeset
    71
      <item path="src/types/BooleanDataTypeWriter.h" ex="false" tool="3" flavor2="0">
8
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    72
      </item>
10
40ab091e5dfa move *DataTypeWriter.h to separate directory
František Kučera <franta-hg@frantovo.cz>
parents: 9
diff changeset
    73
      <item path="src/types/IntegerDataTypeWriter.h" ex="false" tool="3" flavor2="0">
40ab091e5dfa move *DataTypeWriter.h to separate directory
František Kučera <franta-hg@frantovo.cz>
parents: 9
diff changeset
    74
      </item>
40ab091e5dfa move *DataTypeWriter.h to separate directory
František Kučera <franta-hg@frantovo.cz>
parents: 9
diff changeset
    75
      <item path="src/types/StringDataTypeWriter.h" ex="false" tool="3" flavor2="0">
3
cdfb91189c9e split common.h into typedefs.h and format.h
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
    76
      </item>
0
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    77
    </conf>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    78
    <conf name="Release" type="2">
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    79
      <toolsSet>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    80
        <compilerSet>default</compilerSet>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    81
        <dependencyChecking>true</dependencyChecking>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    82
        <rebuildPropChanged>false</rebuildPropChanged>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    83
      </toolsSet>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    84
      <compileType>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    85
        <cTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    86
          <developmentMode>5</developmentMode>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    87
        </cTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    88
        <ccTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    89
          <developmentMode>5</developmentMode>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    90
        </ccTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    91
        <fortranCompilerTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    92
          <developmentMode>5</developmentMode>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    93
        </fortranCompilerTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    94
        <asmTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    95
          <developmentMode>5</developmentMode>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    96
        </asmTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    97
      </compileType>
14
733334eca89b move create() method to a factory
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    98
      <item path="include/Factory.h" ex="false" tool="3" flavor2="0">
733334eca89b move create() method to a factory
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
    99
      </item>
9
0a40752e401d shared library with pure abstract class (interface)
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
   100
      <item path="include/RelationalWriter.h" ex="false" tool="3" flavor2="0">
1
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
   101
      </item>
8
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   102
      <item path="include/RelpipeWriterException.h" ex="false" tool="3" flavor2="0">
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   103
      </item>
13
e7234dd45166 use TypeId enum instead of numeric constants
František Kučera <franta-hg@frantovo.cz>
parents: 10
diff changeset
   104
      <item path="include/TypeId.h" ex="false" tool="3" flavor2="0">
e7234dd45166 use TypeId enum instead of numeric constants
František Kučera <franta-hg@frantovo.cz>
parents: 10
diff changeset
   105
      </item>
3
cdfb91189c9e split common.h into typedefs.h and format.h
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
   106
      <item path="include/typedefs.h" ex="false" tool="3" flavor2="0">
1
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
   107
      </item>
9
0a40752e401d shared library with pure abstract class (interface)
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
   108
      <item path="src/DataTypeWriter.h" ex="false" tool="3" flavor2="0">
1
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
   109
      </item>
9
0a40752e401d shared library with pure abstract class (interface)
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
   110
      <item path="src/DataTypeWriterBase.h" ex="false" tool="3" flavor2="0">
8
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   111
      </item>
14
733334eca89b move create() method to a factory
František Kučera <franta-hg@frantovo.cz>
parents: 13
diff changeset
   112
      <item path="src/Factory.cpp" ex="false" tool="1" flavor2="0">
9
0a40752e401d shared library with pure abstract class (interface)
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
   113
      </item>
0a40752e401d shared library with pure abstract class (interface)
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
   114
      <item path="src/StreamRelationalWriter.h" ex="false" tool="3" flavor2="0">
0a40752e401d shared library with pure abstract class (interface)
František Kučera <franta-hg@frantovo.cz>
parents: 8
diff changeset
   115
      </item>
10
40ab091e5dfa move *DataTypeWriter.h to separate directory
František Kučera <franta-hg@frantovo.cz>
parents: 9
diff changeset
   116
      <item path="src/format.h" ex="false" tool="3" flavor2="0">
40ab091e5dfa move *DataTypeWriter.h to separate directory
František Kučera <franta-hg@frantovo.cz>
parents: 9
diff changeset
   117
      </item>
40ab091e5dfa move *DataTypeWriter.h to separate directory
František Kučera <franta-hg@frantovo.cz>
parents: 9
diff changeset
   118
      <item path="src/types/BooleanDataTypeWriter.h" ex="false" tool="3" flavor2="0">
8
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   119
      </item>
10
40ab091e5dfa move *DataTypeWriter.h to separate directory
František Kučera <franta-hg@frantovo.cz>
parents: 9
diff changeset
   120
      <item path="src/types/IntegerDataTypeWriter.h" ex="false" tool="3" flavor2="0">
40ab091e5dfa move *DataTypeWriter.h to separate directory
František Kučera <franta-hg@frantovo.cz>
parents: 9
diff changeset
   121
      </item>
40ab091e5dfa move *DataTypeWriter.h to separate directory
František Kučera <franta-hg@frantovo.cz>
parents: 9
diff changeset
   122
      <item path="src/types/StringDataTypeWriter.h" ex="false" tool="3" flavor2="0">
3
cdfb91189c9e split common.h into typedefs.h and format.h
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
   123
      </item>
0
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   124
    </conf>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   125
  </confs>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   126
</configurationDescriptor>