c++/sql-dk/nbproject/configurations.xml
author František Kučera <franta-hg@frantovo.cz>
Fri, 05 Jan 2018 23:53:23 +0100
branchv_0
changeset 230 8bae71482622
permissions -rw-r--r--
c++ version skeleton
franta-hg@230
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@230
     2
<configurationDescriptor version="100">
franta-hg@230
     3
  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
franta-hg@230
     4
    <logicalFolder name="HeaderFiles"
franta-hg@230
     5
                   displayName="Header Files"
franta-hg@230
     6
                   projectFiles="true">
franta-hg@230
     7
    </logicalFolder>
franta-hg@230
     8
    <logicalFolder name="ResourceFiles"
franta-hg@230
     9
                   displayName="Resource Files"
franta-hg@230
    10
                   projectFiles="true">
franta-hg@230
    11
    </logicalFolder>
franta-hg@230
    12
    <logicalFolder name="SourceFiles"
franta-hg@230
    13
                   displayName="Source Files"
franta-hg@230
    14
                   projectFiles="true">
franta-hg@230
    15
      <itemPath>CLIStarter.cpp</itemPath>
franta-hg@230
    16
    </logicalFolder>
franta-hg@230
    17
    <logicalFolder name="TestFiles"
franta-hg@230
    18
                   displayName="Test Files"
franta-hg@230
    19
                   projectFiles="false"
franta-hg@230
    20
                   kind="TEST_LOGICAL_FOLDER">
franta-hg@230
    21
    </logicalFolder>
franta-hg@230
    22
    <logicalFolder name="ExternalFiles"
franta-hg@230
    23
                   displayName="Important Files"
franta-hg@230
    24
                   projectFiles="false"
franta-hg@230
    25
                   kind="IMPORTANT_FILES_FOLDER">
franta-hg@230
    26
      <itemPath>Makefile</itemPath>
franta-hg@230
    27
    </logicalFolder>
franta-hg@230
    28
  </logicalFolder>
franta-hg@230
    29
  <projectmakefile>Makefile</projectmakefile>
franta-hg@230
    30
  <confs>
franta-hg@230
    31
    <conf name="Debug" type="1">
franta-hg@230
    32
      <toolsSet>
franta-hg@230
    33
        <compilerSet>default</compilerSet>
franta-hg@230
    34
        <dependencyChecking>true</dependencyChecking>
franta-hg@230
    35
        <rebuildPropChanged>false</rebuildPropChanged>
franta-hg@230
    36
      </toolsSet>
franta-hg@230
    37
      <compileType>
franta-hg@230
    38
        <ccTool>
franta-hg@230
    39
          <standard>11</standard>
franta-hg@230
    40
        </ccTool>
franta-hg@230
    41
      </compileType>
franta-hg@230
    42
      <item path="CLIStarter.cpp" ex="false" tool="1" flavor2="0">
franta-hg@230
    43
      </item>
franta-hg@230
    44
    </conf>
franta-hg@230
    45
    <conf name="Release" type="1">
franta-hg@230
    46
      <toolsSet>
franta-hg@230
    47
        <compilerSet>default</compilerSet>
franta-hg@230
    48
        <dependencyChecking>true</dependencyChecking>
franta-hg@230
    49
        <rebuildPropChanged>false</rebuildPropChanged>
franta-hg@230
    50
      </toolsSet>
franta-hg@230
    51
      <compileType>
franta-hg@230
    52
        <cTool>
franta-hg@230
    53
          <developmentMode>5</developmentMode>
franta-hg@230
    54
        </cTool>
franta-hg@230
    55
        <ccTool>
franta-hg@230
    56
          <developmentMode>5</developmentMode>
franta-hg@230
    57
          <standard>11</standard>
franta-hg@230
    58
        </ccTool>
franta-hg@230
    59
        <fortranCompilerTool>
franta-hg@230
    60
          <developmentMode>5</developmentMode>
franta-hg@230
    61
        </fortranCompilerTool>
franta-hg@230
    62
        <asmTool>
franta-hg@230
    63
          <developmentMode>5</developmentMode>
franta-hg@230
    64
        </asmTool>
franta-hg@230
    65
      </compileType>
franta-hg@230
    66
      <item path="CLIStarter.cpp" ex="false" tool="1" flavor2="0">
franta-hg@230
    67
      </item>
franta-hg@230
    68
    </conf>
franta-hg@230
    69
  </confs>
franta-hg@230
    70
</configurationDescriptor>