XmlParser/app/Packages.dgml
2016-01-13 12:00:29 +01:00

28 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<DirectedGraph GraphDirection="LeftToRight" xmlns="http://schemas.microsoft.com/vs/2009/dgml">
<Nodes>
<Node Id="BrainpoolXmlParser" Label="BrainpoolXmlParser" Category="Projekt" />
<Node Id="NLog 4.1.2" Label="NLog 4.1.2" Category="Paket" />
<Node Id="NLog.Config 4.1.2" Label="NLog.Config 4.1.2" Category="Paket" />
<Node Id="NLog.Schema 4.0.1" Label="NLog.Schema 4.0.1" Category="Paket" />
</Nodes>
<Links>
<Link Source="NLog.Config 4.1.2" Target="NLog.Schema 4.0.1" Category="Paketabhängigkeit" />
<Link Source="NLog.Config 4.1.2" Target="NLog 4.1.2" Category="Paketabhängigkeit" />
<Link Source="BrainpoolXmlParser" Target="NLog.Config 4.1.2" Category="Installiertes Paket" />
</Links>
<Categories>
<Category Id="Projekt" />
<Category Id="Paket" />
</Categories>
<Styles>
<Style TargetType="Node" GroupLabel="Projekt" ValueLabel="True">
<Condition Expression="HasCategory('Projekt')" />
<Setter Property="Background" Value="Blue" />
</Style>
<Style TargetType="Link" GroupLabel="Paketabhängigkeit" ValueLabel="True">
<Condition Expression="HasCategory('Paketabhängigkeit')" />
<Setter Property="Background" Value="Yellow" />
</Style>
</Styles>
</DirectedGraph>