mirror of
https://github.com/SCToolsfactory/SCJMapper-V2.git
synced 2024-11-04 18:00:26 +00:00
0a4213d113
defaults to the built in xml if the SC version cannot be found also added some tools to deal with SC directories for later use Adds Iconic.Zip.Reduced as NuGet package
26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<DirectedGraph GraphDirection="LeftToRight" xmlns="http://schemas.microsoft.com/vs/2009/dgml">
|
|
<Nodes>
|
|
<Node Id="SCJMapper-V2" Label="SCJMapper-V2" Category="Project" />
|
|
<Node Id="SharpDX 2.6.2" Label="SharpDX 2.6.2" Category="Package" />
|
|
<Node Id="SharpDX.DirectInput 2.6.2" Label="SharpDX.DirectInput 2.6.2" Category="Package" />
|
|
</Nodes>
|
|
<Links>
|
|
<Link Source="SharpDX.DirectInput 2.6.2" Target="SharpDX 2.6.2" Category="Package Dependency" />
|
|
<Link Source="SCJMapper-V2" Target="SharpDX.DirectInput 2.6.2" Category="Installed Package" />
|
|
</Links>
|
|
<Categories>
|
|
<Category Id="Project" />
|
|
<Category Id="Package" />
|
|
</Categories>
|
|
<Styles>
|
|
<Style TargetType="Node" GroupLabel="Project" ValueLabel="True">
|
|
<Condition Expression="HasCategory('Project')" />
|
|
<Setter Property="Background" Value="Blue" />
|
|
</Style>
|
|
<Style TargetType="Link" GroupLabel="Package Dependency" ValueLabel="True">
|
|
<Condition Expression="HasCategory('Package Dependency')" />
|
|
<Setter Property="Background" Value="Yellow" />
|
|
</Style>
|
|
</Styles>
|
|
</DirectedGraph> |