nbproject/configurations.xml
author František Kučera <franta-hg@frantovo.cz>
Fri, 13 Jul 2018 23:02:09 +0200
branchv_0
changeset 3 cdfb91189c9e
parent 2 1a574113da20
child 6 64f382e63e01
permissions -rw-r--r--
split common.h into typedefs.h and format.h
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">
2
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
     7
      <itemPath>include/DataTypeWriter.h</itemPath>
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
     8
      <itemPath>include/DataTypeWriterBase.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
     9
      <itemPath>include/typedefs.h</itemPath>
0
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    10
    </logicalFolder>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    11
    <logicalFolder name="ResourceFiles"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    12
                   displayName="Resource Files"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    13
                   projectFiles="true">
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    14
    </logicalFolder>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    15
    <logicalFolder name="SourceFiles"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    16
                   displayName="Source Files"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    17
                   projectFiles="true">
2
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    18
      <itemPath>src/DataTypeWriter.cpp</itemPath>
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    19
      <itemPath>src/DataTypeWriterBase.cpp</itemPath>
3
cdfb91189c9e split common.h into typedefs.h and format.h
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
    20
      <itemPath>src/format.h</itemPath>
0
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    21
    </logicalFolder>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    22
    <logicalFolder name="TestFiles"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    23
                   displayName="Test Files"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    24
                   projectFiles="false"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    25
                   kind="TEST_LOGICAL_FOLDER">
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="ExternalFiles"
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    28
                   displayName="Important 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="IMPORTANT_FILES_FOLDER">
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    31
      <itemPath>Makefile</itemPath>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    32
    </logicalFolder>
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
  <projectmakefile>Makefile</projectmakefile>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    35
  <confs>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    36
    <conf name="Debug" type="2">
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    37
      <toolsSet>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    38
        <compilerSet>default</compilerSet>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    39
        <dependencyChecking>true</dependencyChecking>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    40
        <rebuildPropChanged>false</rebuildPropChanged>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    41
      </toolsSet>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    42
      <compileType>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    43
      </compileType>
2
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    44
      <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
    45
      </item>
2
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    46
      <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
    47
      </item>
3
cdfb91189c9e split common.h into typedefs.h and format.h
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
    48
      <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
    49
      </item>
2
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    50
      <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
    51
      </item>
2
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    52
      <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
    53
      </item>
3
cdfb91189c9e split common.h into typedefs.h and format.h
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
    54
      <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
    55
      </item>
0
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    56
    </conf>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    57
    <conf name="Release" type="2">
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    58
      <toolsSet>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    59
        <compilerSet>default</compilerSet>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    60
        <dependencyChecking>true</dependencyChecking>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    61
        <rebuildPropChanged>false</rebuildPropChanged>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    62
      </toolsSet>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    63
      <compileType>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    64
        <cTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    65
          <developmentMode>5</developmentMode>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    66
        </cTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    67
        <ccTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    68
          <developmentMode>5</developmentMode>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    69
        </ccTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    70
        <fortranCompilerTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    71
          <developmentMode>5</developmentMode>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    72
        </fortranCompilerTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    73
        <asmTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    74
          <developmentMode>5</developmentMode>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    75
        </asmTool>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    76
      </compileType>
2
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    77
      <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
    78
      </item>
2
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    79
      <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
    80
      </item>
3
cdfb91189c9e split common.h into typedefs.h and format.h
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
    81
      <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
    82
      </item>
2
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    83
      <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
    84
      </item>
2
1a574113da20 separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents: 1
diff changeset
    85
      <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
    86
      </item>
3
cdfb91189c9e split common.h into typedefs.h and format.h
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
    87
      <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
    88
      </item>
0
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    89
    </conf>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    90
  </confs>
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    91
</configurationDescriptor>