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