source: tmcsimulator/branches/FEPSimulator/nbproject/project.xml @ 209

Revision 209, 1.1 KB checked in by jtorres, 9 years ago (diff)

branches/FEPSimulator/tests: added unit test HighwaysParserTest?.cpp, which yielded a bug in HighwayParser?.cpp (not returning correct loop_loc... garbage data...), this likely explains why not all green dots were showing

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://www.netbeans.org/ns/project/1">
3    <type>org.netbeans.modules.cnd.makeproject</type>
4    <configuration>
5        <data xmlns="http://www.netbeans.org/ns/make-project/1">
6            <name>FEPSimulator</name>
7            <c-extensions>c</c-extensions>
8            <cpp-extensions>cpp</cpp-extensions>
9            <header-extensions>h</header-extensions>
10            <sourceEncoding>UTF-8</sourceEncoding>
11            <make-dep-projects/>
12            <sourceRootList/>
13            <confList>
14                <confElem>
15                    <name>Debug</name>
16                    <type>1</type>
17                </confElem>
18                <confElem>
19                    <name>Release</name>
20                    <type>1</type>
21                </confElem>
22                <confElem>
23                    <name>testHighwaysParser</name>
24                    <type>1</type>
25                </confElem>
26            </confList>
27            <formatting>
28                <project-formatting-style>false</project-formatting-style>
29            </formatting>
30        </data>
31    </configuration>
32</project>
Note: See TracBrowser for help on using the repository browser.