source: tmcsimulator/branches/BasicFEPClient/nbproject/configurations.xml @ 142

Revision 142, 3.7 KB checked in by jtorres, 9 years ago (diff)

JT checkpoint: saving work in BasicFEPClient before rearranging config/lds.txt station file to work out the white dot bug (holes in atms client map)

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<configurationDescriptor version="95">
3  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
4    <logicalFolder name="HeaderFiles"
5                   displayName="Header Files"
6                   projectFiles="true">
7      <itemPath>DataPacker.h</itemPath>
8      <itemPath>fep.h</itemPath>
9      <itemPath>network.h</itemPath>
10      <itemPath>network_factory.h</itemPath>
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">
19      <itemPath>DataPacker.cpp</itemPath>
20      <itemPath>fep_client.cpp</itemPath>
21      <itemPath>fep_clnt.c</itemPath>
22      <itemPath>fep_xdr.c</itemPath>
23      <itemPath>network_factory.cpp</itemPath>
24    </logicalFolder>
25    <logicalFolder name="TestFiles"
26                   displayName="Test Files"
27                   projectFiles="false"
28                   kind="TEST_LOGICAL_FOLDER">
29    </logicalFolder>
30    <logicalFolder name="ExternalFiles"
31                   displayName="Important Files"
32                   projectFiles="false"
33                   kind="IMPORTANT_FILES_FOLDER">
34      <itemPath>Makefile</itemPath>
35    </logicalFolder>
36  </logicalFolder>
37  <projectmakefile>Makefile</projectmakefile>
38  <confs>
39    <conf name="Debug" type="1">
40      <toolsSet>
41        <compilerSet>default</compilerSet>
42        <dependencyChecking>true</dependencyChecking>
43        <rebuildPropChanged>false</rebuildPropChanged>
44      </toolsSet>
45      <compileType>
46      </compileType>
47      <item path="DataPacker.cpp" ex="false" tool="1" flavor2="0">
48      </item>
49      <item path="DataPacker.h" ex="false" tool="3" flavor2="0">
50      </item>
51      <item path="fep.h" ex="false" tool="3" flavor2="0">
52      </item>
53      <item path="fep_client.cpp" ex="false" tool="1" flavor2="0">
54      </item>
55      <item path="fep_clnt.c" ex="false" tool="0" flavor2="0">
56      </item>
57      <item path="fep_xdr.c" ex="false" tool="0" flavor2="0">
58      </item>
59      <item path="network.h" ex="false" tool="3" flavor2="0">
60      </item>
61      <item path="network_factory.cpp" ex="false" tool="1" flavor2="0">
62      </item>
63      <item path="network_factory.h" ex="false" tool="3" flavor2="0">
64      </item>
65    </conf>
66    <conf name="Release" type="1">
67      <toolsSet>
68        <compilerSet>default</compilerSet>
69        <dependencyChecking>true</dependencyChecking>
70        <rebuildPropChanged>false</rebuildPropChanged>
71      </toolsSet>
72      <compileType>
73        <cTool>
74          <developmentMode>5</developmentMode>
75        </cTool>
76        <ccTool>
77          <developmentMode>5</developmentMode>
78        </ccTool>
79        <fortranCompilerTool>
80          <developmentMode>5</developmentMode>
81        </fortranCompilerTool>
82        <asmTool>
83          <developmentMode>5</developmentMode>
84        </asmTool>
85      </compileType>
86      <item path="DataPacker.cpp" ex="false" tool="1" flavor2="0">
87      </item>
88      <item path="DataPacker.h" ex="false" tool="3" flavor2="0">
89      </item>
90      <item path="fep.h" ex="false" tool="3" flavor2="0">
91      </item>
92      <item path="fep_client.cpp" ex="false" tool="1" flavor2="0">
93      </item>
94      <item path="fep_clnt.c" ex="false" tool="0" flavor2="0">
95      </item>
96      <item path="fep_xdr.c" ex="false" tool="0" flavor2="0">
97      </item>
98      <item path="network.h" ex="false" tool="3" flavor2="0">
99      </item>
100      <item path="network_factory.cpp" ex="false" tool="1" flavor2="0">
101      </item>
102      <item path="network_factory.h" ex="false" tool="3" flavor2="0">
103      </item>
104    </conf>
105  </confs>
106</configurationDescriptor>
Note: See TracBrowser for help on using the repository browser.