-
Notifications
You must be signed in to change notification settings - Fork 5
/
project.xml
65 lines (65 loc) · 1.3 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
<project>
<task>
<pID>10</pID>
<pName>WCF Changes</pName>
<pStart></pStart>
<pEnd></pEnd>
<pColor>0000ff</pColor>
<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>9/11/2008</pStart>
<pEnd>9/15/2008</pEnd>
<pColor>0000ff</pColor>
<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>
</task>
<task>
<pID>30</pID>
<pName>add Auditing</pName>
<pStart>9/19/2008</pStart>
<pEnd>9/21/2008</pEnd>
<pColor>0000ff</pColor>
<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>9/23/2008</pStart>
<pEnd>9/24/2008</pEnd>
<pColor>0000ff</pColor>
<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>