-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPackages.dgml
More file actions
23 lines (23 loc) · 1.11 KB
/
Copy pathPackages.dgml
File metadata and controls
23 lines (23 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<DirectedGraph GraphDirection="LeftToRight" xmlns="http://schemas.microsoft.com/vs/2009/dgml">
<Nodes>
<Node Id="PdfConverter.Server.DataService" Label="PdfConverter.Server.DataService" Category="Project" />
<Node Id="EntityFramework 5.0.0" Label="EntityFramework 5.0.0" Category="Package" />
<Node Id="PdfConversion.Server.StatusService" Label="PdfConversion.Server.StatusService" Category="Project" />
<Node Id="EntityFramework 5.0.0" Label="EntityFramework 5.0.0" Category="Package" />
</Nodes>
<Links>
<Link Source="PdfConverter.Server.DataService" Target="EntityFramework 5.0.0" Category="Installed Package" />
<Link Source="PdfConversion.Server.StatusService" Target="EntityFramework 5.0.0" 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>