author | František Kučera <franta-hg@frantovo.cz> |
Sat, 14 Jul 2018 17:34:16 +0200 | |
branch | v_0 |
changeset 6 | 64f382e63e01 |
parent 3 | cdfb91189c9e |
child 8 | 03750aff8619 |
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"> |
|
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> |
6
64f382e63e01
move format.h to virtual folder 'Header Files'
František Kučera <franta-hg@frantovo.cz>
parents:
3
diff
changeset
|
9 |
<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
|
10 |
<itemPath>include/typedefs.h</itemPath> |
0 | 11 |
</logicalFolder> |
12 |
<logicalFolder name="ResourceFiles" |
|
13 |
displayName="Resource Files" |
|
14 |
projectFiles="true"> |
|
15 |
</logicalFolder> |
|
16 |
<logicalFolder name="SourceFiles" |
|
17 |
displayName="Source Files" |
|
18 |
projectFiles="true"> |
|
2
1a574113da20
separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
19 |
<itemPath>src/DataTypeWriter.cpp</itemPath> |
1a574113da20
separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
20 |
<itemPath>src/DataTypeWriterBase.cpp</itemPath> |
0 | 21 |
</logicalFolder> |
22 |
<logicalFolder name="TestFiles" |
|
23 |
displayName="Test Files" |
|
24 |
projectFiles="false" |
|
25 |
kind="TEST_LOGICAL_FOLDER"> |
|
26 |
</logicalFolder> |
|
27 |
<logicalFolder name="ExternalFiles" |
|
28 |
displayName="Important Files" |
|
29 |
projectFiles="false" |
|
30 |
kind="IMPORTANT_FILES_FOLDER"> |
|
31 |
<itemPath>Makefile</itemPath> |
|
32 |
</logicalFolder> |
|
33 |
</logicalFolder> |
|
34 |
<projectmakefile>Makefile</projectmakefile> |
|
35 |
<confs> |
|
36 |
<conf name="Debug" type="2"> |
|
37 |
<toolsSet> |
|
38 |
<compilerSet>default</compilerSet> |
|
39 |
<dependencyChecking>true</dependencyChecking> |
|
40 |
<rebuildPropChanged>false</rebuildPropChanged> |
|
41 |
</toolsSet> |
|
42 |
<compileType> |
|
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 | 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 | 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 | 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 | 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 | 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 | 56 |
</conf> |
57 |
<conf name="Release" type="2"> |
|
58 |
<toolsSet> |
|
59 |
<compilerSet>default</compilerSet> |
|
60 |
<dependencyChecking>true</dependencyChecking> |
|
61 |
<rebuildPropChanged>false</rebuildPropChanged> |
|
62 |
</toolsSet> |
|
63 |
<compileType> |
|
64 |
<cTool> |
|
65 |
<developmentMode>5</developmentMode> |
|
66 |
</cTool> |
|
67 |
<ccTool> |
|
68 |
<developmentMode>5</developmentMode> |
|
69 |
</ccTool> |
|
70 |
<fortranCompilerTool> |
|
71 |
<developmentMode>5</developmentMode> |
|
72 |
</fortranCompilerTool> |
|
73 |
<asmTool> |
|
74 |
<developmentMode>5</developmentMode> |
|
75 |
</asmTool> |
|
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 | 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 | 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 | 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 | 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 | 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 | 89 |
</conf> |
90 |
</confs> |
|
91 |
</configurationDescriptor> |