jj add missing files
This commit is contained in:
28
app/Packages.dgml
Normal file
28
app/Packages.dgml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user