mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
21 lines
848 B
XML
21 lines
848 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<DirectedGraph GraphDirection="LeftToRight" Layout="Sugiyama" xmlns="http://schemas.microsoft.com/vs/2009/dgml">
|
|
<Nodes>
|
|
<Node Id="Client" Category="Project" Label="Client" />
|
|
</Nodes>
|
|
<Links />
|
|
<Categories>
|
|
<Category Id="Project" />
|
|
</Categories>
|
|
<Properties>
|
|
<Property Id="GraphDirection" DataType="Microsoft.VisualStudio.Progression.Layout.GraphDirection" />
|
|
<Property Id="Label" Label="Label" Description="Displayable label of an Annotatable object" DataType="System.String" />
|
|
<Property Id="Layout" DataType="System.String" />
|
|
</Properties>
|
|
<Styles>
|
|
<Style TargetType="Node" GroupLabel="Project" ValueLabel="True">
|
|
<Condition Expression="HasCategory('Project')" />
|
|
<Setter Property="Background" Value="Blue" />
|
|
</Style>
|
|
</Styles>
|
|
</DirectedGraph> |