-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPackages.dgml
More file actions
26 lines (26 loc) · 1.15 KB
/
Packages.dgml
File metadata and controls
26 lines (26 loc) · 1.15 KB
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
<?xml version="1.0" encoding="utf-8"?>
<DirectedGraph GraphDirection="LeftToRight" xmlns="http://schemas.microsoft.com/vs/2009/dgml">
<Nodes>
<Node Id="pHSensor" Label="pHSensor" Category="Project" />
<Node Id="OxyPlot.Core 2013.2.136.1" Label="OxyPlot.Core 2013.2.136.1" Category="Package" />
<Node Id="OxyPlot.Wpf 2013.2.136.1" Label="OxyPlot.Wpf 2013.2.136.1" Category="Package" />
</Nodes>
<Links>
<Link Source="OxyPlot.Wpf 2013.2.136.1" Target="OxyPlot.Core 2013.2.136.1" Category="Package Dependency" />
<Link Source="pHSensor" Target="OxyPlot.Wpf 2013.2.136.1" 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>
<Style TargetType="Link" GroupLabel="Package Dependency" ValueLabel="True">
<Condition Expression="HasCategory('Package Dependency')" />
<Setter Property="Background" Value="Yellow" />
</Style>
</Styles>
</DirectedGraph>