Fisheye: Tag 7668c197f2cfec23ce676a5c96001854f3589174 refers to a dead (removed) revision in file `Core/Components/src/Core.Components.GraphSharp.Forms/Converters/PointedTreeVertexTypeToStringConverter.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Core/Components/src/Core.Components.GraphSharp.Forms/Core.Components.GraphSharp.Forms.csproj =================================================================== diff -u -r093fd1552909567cb5c3d123505c7079ca82170f -r7668c197f2cfec23ce676a5c96001854f3589174 --- Core/Components/src/Core.Components.GraphSharp.Forms/Core.Components.GraphSharp.Forms.csproj (.../Core.Components.GraphSharp.Forms.csproj) (revision 093fd1552909567cb5c3d123505c7079ca82170f) +++ Core/Components/src/Core.Components.GraphSharp.Forms/Core.Components.GraphSharp.Forms.csproj (.../Core.Components.GraphSharp.Forms.csproj) (revision 7668c197f2cfec23ce676a5c96001854f3589174) @@ -79,7 +79,6 @@ Properties\GlobalAssembly.cs - @@ -125,9 +124,22 @@ - + Designer - + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + + + + + \ No newline at end of file Index: Core/Components/src/Core.Components.GraphSharp.Forms/Templates/PointedTreeGraphTemplate.xaml =================================================================== diff -u -rd9f8beb91a416921f76d3a1a00ece5dd00759950 -r7668c197f2cfec23ce676a5c96001854f3589174 --- Core/Components/src/Core.Components.GraphSharp.Forms/Templates/PointedTreeGraphTemplate.xaml (.../PointedTreeGraphTemplate.xaml) (revision d9f8beb91a416921f76d3a1a00ece5dd00759950) +++ Core/Components/src/Core.Components.GraphSharp.Forms/Templates/PointedTreeGraphTemplate.xaml (.../PointedTreeGraphTemplate.xaml) (revision 7668c197f2cfec23ce676a5c96001854f3589174) @@ -1,4 +1,4 @@ - + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + \ No newline at end of file Index: Core/Components/src/Core.Components.GraphSharp.Forms/Templates/VertexControlTemplate.xaml =================================================================== diff -u --- Core/Components/src/Core.Components.GraphSharp.Forms/Templates/VertexControlTemplate.xaml (revision 0) +++ Core/Components/src/Core.Components.GraphSharp.Forms/Templates/VertexControlTemplate.xaml (revision 7668c197f2cfec23ce676a5c96001854f3589174) @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Index: Core/Components/src/Core.Components.GraphSharp.Forms/Templates/ZoomControlTemplate.xaml =================================================================== diff -u --- Core/Components/src/Core.Components.GraphSharp.Forms/Templates/ZoomControlTemplate.xaml (revision 0) +++ Core/Components/src/Core.Components.GraphSharp.Forms/Templates/ZoomControlTemplate.xaml (revision 7668c197f2cfec23ce676a5c96001854f3589174) @@ -0,0 +1,57 @@ + + + + + \ No newline at end of file Fisheye: Tag 7668c197f2cfec23ce676a5c96001854f3589174 refers to a dead (removed) revision in file `Core/Components/test/Core.Components.GraphSharp.Forms.Test/Converters/PointedTreeVertexTypeToStringConverterTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Core/Components/test/Core.Components.GraphSharp.Forms.Test/Converters/SelectedVertexLineWidthConverterTest.cs =================================================================== diff -u -r093fd1552909567cb5c3d123505c7079ca82170f -r7668c197f2cfec23ce676a5c96001854f3589174 --- Core/Components/test/Core.Components.GraphSharp.Forms.Test/Converters/SelectedVertexLineWidthConverterTest.cs (.../SelectedVertexLineWidthConverterTest.cs) (revision 093fd1552909567cb5c3d123505c7079ca82170f) +++ Core/Components/test/Core.Components.GraphSharp.Forms.Test/Converters/SelectedVertexLineWidthConverterTest.cs (.../SelectedVertexLineWidthConverterTest.cs) (revision 7668c197f2cfec23ce676a5c96001854f3589174) @@ -70,7 +70,7 @@ public void ConvertBack_ThrowNotSupportedException() { // Setup - var converter = new PointedTreeVertexTypeToStringConverter(); + var converter = new SelectedVertexLineWidthConverter(); // Call TestDelegate call = () => converter.ConvertBack(string.Empty, typeof(int), null, CultureInfo.InvariantCulture); Index: Core/Components/test/Core.Components.GraphSharp.Forms.Test/Core.Components.GraphSharp.Forms.Test.csproj =================================================================== diff -u -r093fd1552909567cb5c3d123505c7079ca82170f -r7668c197f2cfec23ce676a5c96001854f3589174 --- Core/Components/test/Core.Components.GraphSharp.Forms.Test/Core.Components.GraphSharp.Forms.Test.csproj (.../Core.Components.GraphSharp.Forms.Test.csproj) (revision 093fd1552909567cb5c3d123505c7079ca82170f) +++ Core/Components/test/Core.Components.GraphSharp.Forms.Test/Core.Components.GraphSharp.Forms.Test.csproj (.../Core.Components.GraphSharp.Forms.Test.csproj) (revision 7668c197f2cfec23ce676a5c96001854f3589174) @@ -84,7 +84,6 @@ Properties\GlobalAssembly.cs -