nbproject/configurations.xml
author František Kučera <franta-hg@frantovo.cz>
Sun, 15 Jul 2018 00:45:21 +0200
branchv_0
changeset 8 03750aff8619
parent 6 64f382e63e01
child 9 0a40752e401d
permissions -rw-r--r--
writer only writes + refactoring
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">
8
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
     7
      <itemPath>src/BooleanDataTypeWriter.h</itemPath>
2
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
     8
      <itemPath>include/DataTypeWriter.h</itemPath>
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
     9
      <itemPath>include/DataTypeWriterBase.h</itemPath>
8
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    10
      <itemPath>src/DataTypeWriterCatalog.h</itemPath>
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    11
      <itemPath>src/IntegerDataTypeWriter.h</itemPath>
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    12
      <itemPath>include/RelpipeWriterException.h</itemPath>
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    13
      <itemPath>src/StringDataTypeWriter.h</itemPath>
6
64f382e63e01 move format.h to virtual folder 'Header Files'
František Kučera <franta-hg@frantovo.cz>
parents: 3
diff changeset
    14
      <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
    15
      <itemPath>include/typedefs.h</itemPath>
0
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    16
    </logicalFolder>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    17
    <logicalFolder name="ResourceFiles"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    18
                   displayName="Resource Files"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    19
                   projectFiles="true">
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    20
    </logicalFolder>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    21
    <logicalFolder name="SourceFiles"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    22
                   displayName="Source Files"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    23
                   projectFiles="true">
2
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    24
      <itemPath>src/DataTypeWriter.cpp</itemPath>
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    25
      <itemPath>src/DataTypeWriterBase.cpp</itemPath>
0
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    26
    </logicalFolder>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    27
    <logicalFolder name="TestFiles"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    28
                   displayName="Test Files"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    29
                   projectFiles="false"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    30
                   kind="TEST_LOGICAL_FOLDER">
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    31
    </logicalFolder>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    32
    <logicalFolder name="ExternalFiles"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    33
                   displayName="Important Files"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    34
                   projectFiles="false"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    35
                   kind="IMPORTANT_FILES_FOLDER">
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    36
      <itemPath>Makefile</itemPath>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    37
    </logicalFolder>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    38
  </logicalFolder>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    39
  <projectmakefile>Makefile</projectmakefile>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    40
  <confs>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    41
    <conf name="Debug" type="2">
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    42
      <toolsSet>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    43
        <compilerSet>default</compilerSet>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    44
        <dependencyChecking>true</dependencyChecking>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    45
        <rebuildPropChanged>false</rebuildPropChanged>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    46
      </toolsSet>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    47
      <compileType>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    48
      </compileType>
2
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    49
      <item path="include/DataTypeWriter.h" ex="false" tool="3" flavor2="0">
1
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    50
      </item>
2
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    51
      <item path="include/DataTypeWriterBase.h" ex="false" tool="3" flavor2="0">
1
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    52
      </item>
8
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    53
      <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
    54
      </item>
3
cdfb91189c9e split common.h into typedefs.h and format.h
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
    55
      <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
    56
      </item>
8
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    57
      <item path="src/BooleanDataTypeWriter.h" ex="false" tool="3" flavor2="0">
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    58
      </item>
2
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    59
      <item path="src/DataTypeWriter.cpp" ex="false" tool="1" flavor2="0">
1
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    60
      </item>
2
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    61
      <item path="src/DataTypeWriterBase.cpp" ex="false" tool="1" flavor2="0">
1
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    62
      </item>
8
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    63
      <item path="src/DataTypeWriterCatalog.h" ex="false" tool="3" flavor2="0">
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    64
      </item>
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    65
      <item path="src/IntegerDataTypeWriter.h" ex="false" tool="3" flavor2="0">
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    66
      </item>
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    67
      <item path="src/StringDataTypeWriter.h" ex="false" tool="3" flavor2="0">
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    68
      </item>
3
cdfb91189c9e split common.h into typedefs.h and format.h
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
    69
      <item path="src/format.h" ex="false" tool="3" flavor2="0">
cdfb91189c9e split common.h into typedefs.h and format.h
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
    70
      </item>
0
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    71
    </conf>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    72
    <conf name="Release" type="2">
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    73
      <toolsSet>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    74
        <compilerSet>default</compilerSet>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    75
        <dependencyChecking>true</dependencyChecking>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    76
        <rebuildPropChanged>false</rebuildPropChanged>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    77
      </toolsSet>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    78
      <compileType>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    79
        <cTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    80
          <developmentMode>5</developmentMode>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    81
        </cTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    82
        <ccTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    83
          <developmentMode>5</developmentMode>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    84
        </ccTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    85
        <fortranCompilerTool>
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
        </fortranCompilerTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    88
        <asmTool>
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
        </asmTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    91
      </compileType>
2
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    92
      <item path="include/DataTypeWriter.h" ex="false" tool="3" flavor2="0">
1
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    93
      </item>
2
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    94
      <item path="include/DataTypeWriterBase.h" ex="false" tool="3" flavor2="0">
1
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    95
      </item>
8
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
    96
      <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
    97
      </item>
3
cdfb91189c9e split common.h into typedefs.h and format.h
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
    98
      <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
    99
      </item>
8
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   100
      <item path="src/BooleanDataTypeWriter.h" ex="false" tool="3" flavor2="0">
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   101
      </item>
2
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   102
      <item path="src/DataTypeWriter.cpp" ex="false" tool="1" flavor2="0">
1
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
   103
      </item>
2
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
   104
      <item path="src/DataTypeWriterBase.cpp" ex="false" tool="1" flavor2="0">
1
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
   105
      </item>
8
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   106
      <item path="src/DataTypeWriterCatalog.h" ex="false" tool="3" flavor2="0">
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   107
      </item>
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   108
      <item path="src/IntegerDataTypeWriter.h" ex="false" tool="3" flavor2="0">
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   109
      </item>
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   110
      <item path="src/StringDataTypeWriter.h" ex="false" tool="3" flavor2="0">
03750aff8619 writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz>
parents: 6
diff changeset
   111
      </item>
3
cdfb91189c9e split common.h into typedefs.h and format.h
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
   112
      <item path="src/format.h" ex="false" tool="3" flavor2="0">
cdfb91189c9e split common.h into typedefs.h and format.h
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
   113
      </item>
0
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   114
    </conf>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   115
  </confs>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   116
</configurationDescriptor>