digraph G { compound="true" rankdir="TB" bgcolor="white" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="grey" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="deepskyblue4" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "OrchardCore.Modules" [fillcolor="deepskyblue2"]; "OrchardCore.Themes" [fillcolor="deepskyblue2"]; "OrchardCore.Cms.Web" [fillcolor="deepskyblue2"]; "OrchardCore.Mvc.Web" [fillcolor="deepskyblue2"]; "Templates" [fillcolor="deepskyblue2"]; "OrchardCore" [fillcolor="deepskyblue2"]; "OrchardCore.Modules" -> "OrchardCore" [label=" 1079 ", penwidth="10"]; "OrchardCore.Themes" -> "OrchardCore.Modules" [label=" 4 ", penwidth="1"]; "OrchardCore.Themes" -> "OrchardCore" [label=" 8 ", penwidth="1"]; "OrchardCore.Cms.Web" -> "OrchardCore.Modules" [label=" 1 ", penwidth="1"]; "OrchardCore.Cms.Web" -> "OrchardCore" [label=" 2 ", penwidth="1"]; "OrchardCore.Mvc.Web" -> "OrchardCore.Modules" [label=" 1 ", penwidth="1"]; "OrchardCore.Mvc.Web" -> "OrchardCore" [label=" 1 ", penwidth="1"]; "Templates" -> "OrchardCore.Modules" [label=" 5 ", penwidth="1"]; "Templates" -> "OrchardCore" [label=" 9 ", penwidth="1"]; }