forked from Kenshins/BooliNET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPackages.dgml
More file actions
20 lines (20 loc) · 730 Bytes
/
Copy pathPackages.dgml
File metadata and controls
20 lines (20 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<DirectedGraph GraphDirection="LeftToRight" xmlns="http://schemas.microsoft.com/vs/2009/dgml">
<Nodes>
<Node Id="BooliNET" Label="BooliNET" Category="Project" />
<Node Id="NUnit 2.6.0.12054" Label="NUnit 2.6.0.12054" Category="Package" />
</Nodes>
<Links>
<Link Source="BooliNET" Target="NUnit 2.6.0.12054" Category="Installed Package" />
</Links>
<Categories>
<Category Id="Project" />
<Category Id="Package" />
</Categories>
<Styles>
<Style TargetType="Node" GroupLabel="Project" ValueLabel="True">
<Condition Expression="HasCategory('Project')" />
<Setter Property="Background" Value="Blue" />
</Style>
</Styles>
</DirectedGraph>