-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.xml
executable file
·67 lines (67 loc) · 1.5 KB
/
project.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<task>
<pID>10</pID>
<pName>WCF Changes</pName>
<pStart></pStart>
<pEnd></pEnd>
<pClass>ggroupblack</pClass>
<pLink></pLink>
<pMile>0</pMile>
<pRes></pRes>
<pComp>0</pComp>
<pGroup>1</pGroup>
<pParent>0</pParent>
<pOpen>1</pOpen>
<pDepend />
</task>
<task>
<pID>20</pID>
<pName>Move to WCF from remoting</pName>
<pStart>2016-05-11 09:00</pStart>
<pEnd>2016-05-15</pEnd>
<pClass>gtaskblue</pClass>
<pLink></pLink>
<pMile>0</pMile>
<pRes>Rich</pRes>
<pComp>10</pComp>
<pGroup>0</pGroup>
<pParent>10</pParent>
<pOpen>1</pOpen>
<pDepend></pDepend>
<pCaption>Brian</pCaption>
<pNotes>This text is only available in tool tips</pNotes>
</task>
<task>
<pID>30</pID>
<pName>add Auditing</pName>
<pStart>2016-05-19 10:30</pStart>
<pEnd>2016-05-21 12:00</pEnd>
<pClass>gtaskblue</pClass>
<pLink></pLink>
<pMile>0</pMile>
<pRes>Shlomy</pRes>
<pComp>50</pComp>
<pGroup>0</pGroup>
<pParent>10</pParent>
<pOpen>1</pOpen>
<pDepend>20</pDepend>
<pCaption>Shlomy</pCaption>
</task>
<task>
<pID>40</pID>
<pName>Yet another task</pName>
<pStart>2016-05-23</pStart>
<pEnd>2016-05-24</pEnd>
<pClass>gtaskblue</pClass>
<pLink></pLink>
<pMile>0</pMile>
<pRes>Shlomy</pRes>
<pComp>30</pComp>
<pGroup>0</pGroup>
<pParent>0</pParent>
<pOpen>1</pOpen>
<pDepend>20,30</pDepend>
<pCaption>Shlomy</pCaption>
</task>
</project>