-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPackages.dgml
More file actions
33 lines (33 loc) · 1.63 KB
/
Packages.dgml
File metadata and controls
33 lines (33 loc) · 1.63 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
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>
<DirectedGraph GraphDirection="LeftToRight" xmlns="http://schemas.microsoft.com/vs/2009/dgml">
<Nodes>
<Node Id="ImageServer" Category="Project" Bounds="14.175,0,86,25.96" Label="ImageServer" />
<Node Id="cpprestsdk 2.4.0.1" Category="Package" Bounds="-118,70.96,114.35,25.96" Label="cpprestsdk 2.4.0.1" UseManualLocation="True" />
</Nodes>
<Links>
<Link Source="ImageServer" Target="cpprestsdk 2.4.0.1" Category="Installed Package" Bounds="-31.5276264983725,25.9599995422363,67.1180732836105,40.3618512329891" />
</Links>
<Categories>
<Category Id="Installed Package" />
<Category Id="Package" />
<Category Id="Project" />
</Categories>
<Properties>
<Property Id="Bounds" DataType="System.Windows.Rect" />
<Property Id="Expression" DataType="System.String" />
<Property Id="GraphDirection" DataType="Microsoft.VisualStudio.Diagrams.Layout.LayoutOrientation" />
<Property Id="GroupLabel" DataType="System.String" />
<Property Id="IsEnabled" DataType="System.Boolean" />
<Property Id="Label" Label="Label" Description="Displayable label of an Annotatable object" DataType="System.String" />
<Property Id="TargetType" DataType="System.Type" />
<Property Id="UseManualLocation" DataType="System.Boolean" />
<Property Id="Value" DataType="System.String" />
<Property Id="ValueLabel" DataType="System.String" />
</Properties>
<Styles>
<Style TargetType="Node" GroupLabel="Project" ValueLabel="True">
<Condition Expression="HasCategory('Project')" />
<Setter Property="Background" Value="Blue" />
</Style>
</Styles>
</DirectedGraph>