jj add missing files

This commit is contained in:
JenneJ
2016-01-13 12:00:29 +01:00
parent 2a3384b1da
commit a5d66de5cd
11 changed files with 364 additions and 0 deletions

28
app/Packages.dgml Normal file
View 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>