source: tmcsimulator/branches/FEPSimulator/nbproject/configurations.xml @ 185

Revision 185, 4.2 KB checked in by jtorres, 9 years ago (diff)

HighwaysTest?.java, LoadHighwaysTest?.java, LoadSadDotsTest?.java: configured Highways initialization to reflect new configuration, but the tests obviously still fail. branches/FEPSimulator: removed tinxml/ and unlinked the tinyxml library in project configuration

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>FEPSim.h</itemPath>
9      <itemPath>NetworkReader.h</itemPath>
10      <itemPath>fep.h</itemPath>
11      <itemPath>network.h</itemPath>
12    </logicalFolder>
13    <logicalFolder name="ResourceFiles"
14                   displayName="Resource Files"
15                   projectFiles="true">
16    </logicalFolder>
17    <logicalFolder name="SourceFiles"
18                   displayName="Source Files"
19                   projectFiles="true">
20      <itemPath>DataPacker.cpp</itemPath>
21      <itemPath>FEPSim.cpp</itemPath>
22      <itemPath>HighwaysParser.cpp</itemPath>
23      <itemPath>Main.cpp</itemPath>
24      <itemPath>fep_clnt.c</itemPath>
25      <itemPath>fep_xdr.c</itemPath>
26    </logicalFolder>
27    <logicalFolder name="TestFiles"
28                   displayName="Test Files"
29                   projectFiles="false"
30                   kind="TEST_LOGICAL_FOLDER">
31    </logicalFolder>
32    <logicalFolder name="ExternalFiles"
33                   displayName="Important Files"
34                   projectFiles="false"
35                   kind="IMPORTANT_FILES_FOLDER">
36      <itemPath>Makefile</itemPath>
37    </logicalFolder>
38  </logicalFolder>
39  <projectmakefile>Makefile</projectmakefile>
40  <confs>
41    <conf name="Debug" type="1">
42      <toolsSet>
43        <compilerSet>default</compilerSet>
44        <dependencyChecking>true</dependencyChecking>
45        <rebuildPropChanged>false</rebuildPropChanged>
46      </toolsSet>
47      <compileType>
48        <ccTool>
49          <incDir>
50            <pElem>tinyxml</pElem>
51          </incDir>
52        </ccTool>
53      </compileType>
54      <item path="DataPacker.cpp" ex="false" tool="1" flavor2="0">
55      </item>
56      <item path="DataPacker.h" ex="false" tool="3" flavor2="0">
57      </item>
58      <item path="FEPSim.cpp" ex="false" tool="1" flavor2="0">
59      </item>
60      <item path="FEPSim.h" ex="false" tool="3" flavor2="0">
61      </item>
62      <item path="HighwaysParser.cpp" ex="false" tool="1" flavor2="0">
63      </item>
64      <item path="Main.cpp" ex="false" tool="1" flavor2="0">
65      </item>
66      <item path="NetworkReader.h" ex="false" tool="3" flavor2="0">
67      </item>
68      <item path="fep.h" ex="false" tool="3" flavor2="0">
69      </item>
70      <item path="fep_clnt.c" ex="false" tool="0" flavor2="0">
71      </item>
72      <item path="fep_xdr.c" ex="false" tool="0" flavor2="0">
73      </item>
74      <item path="network.h" ex="false" tool="3" flavor2="0">
75      </item>
76    </conf>
77    <conf name="Release" type="1">
78      <toolsSet>
79        <compilerSet>default</compilerSet>
80        <dependencyChecking>true</dependencyChecking>
81        <rebuildPropChanged>false</rebuildPropChanged>
82      </toolsSet>
83      <compileType>
84        <cTool>
85          <developmentMode>5</developmentMode>
86        </cTool>
87        <ccTool>
88          <developmentMode>5</developmentMode>
89        </ccTool>
90        <fortranCompilerTool>
91          <developmentMode>5</developmentMode>
92        </fortranCompilerTool>
93        <asmTool>
94          <developmentMode>5</developmentMode>
95        </asmTool>
96      </compileType>
97      <item path="DataPacker.cpp" ex="false" tool="1" flavor2="0">
98      </item>
99      <item path="DataPacker.h" ex="false" tool="3" flavor2="0">
100      </item>
101      <item path="FEPSim.cpp" ex="false" tool="1" flavor2="0">
102      </item>
103      <item path="FEPSim.h" ex="false" tool="3" flavor2="0">
104      </item>
105      <item path="HighwaysParser.cpp" ex="false" tool="1" flavor2="0">
106      </item>
107      <item path="Main.cpp" ex="false" tool="1" flavor2="0">
108      </item>
109      <item path="NetworkReader.h" ex="false" tool="3" flavor2="0">
110      </item>
111      <item path="fep.h" ex="false" tool="3" flavor2="0">
112      </item>
113      <item path="fep_clnt.c" ex="false" tool="0" flavor2="0">
114      </item>
115      <item path="fep_xdr.c" ex="false" tool="0" flavor2="0">
116      </item>
117      <item path="network.h" ex="false" tool="3" flavor2="0">
118      </item>
119    </conf>
120  </confs>
121</configurationDescriptor>
Note: See TracBrowser for help on using the repository browser.