NGToolsCSharp/Packages.dgml

15 lines
474 B
Plaintext
Raw Permalink Normal View History

2024-09-13 08:44:13 +00:00
<?xml version="1.0" encoding="utf-8"?>
<DirectedGraph GraphDirection="LeftToRight" xmlns="http://schemas.microsoft.com/vs/2009/dgml">
<Nodes />
<Links />
<Categories>
<Category Id="项目" />
<Category Id="包" />
</Categories>
<Styles>
<Style TargetType="Node" GroupLabel="项目" ValueLabel="True">
<Condition Expression="HasCategory('项目')" />
<Setter Property="Background" Value="Blue" />
</Style>
</Styles>
</DirectedGraph>