From 5711c662024eff64cd7ec14ad59d29334624670d Mon Sep 17 00:00:00 2001 From: Peter Forstmeier Date: Sat, 18 Jan 2014 18:36:04 +0100 Subject: [PATCH] Move CanvasExtension and CanvasHelper --- .../ICSharpCode.Reporting/ICSharpCode.Reporting.csproj | 4 ++-- .../Src/{Exporter/Visitors => Wpf/Visitor}/CanvasExtension.cs | 2 +- .../Src/{Exporter/Visitors => Wpf/Visitor}/CanvasHelper.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Src/{Exporter/Visitors => Wpf/Visitor}/CanvasExtension.cs (95%) rename src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Src/{Exporter/Visitors => Wpf/Visitor}/CanvasHelper.cs (97%) diff --git a/src/AddIns/Misc/Reporting/ICSharpCode.Reporting/ICSharpCode.Reporting.csproj b/src/AddIns/Misc/Reporting/ICSharpCode.Reporting/ICSharpCode.Reporting.csproj index 4f2ba3e4fb..66d3fdb3a7 100644 --- a/src/AddIns/Misc/Reporting/ICSharpCode.Reporting/ICSharpCode.Reporting.csproj +++ b/src/AddIns/Misc/Reporting/ICSharpCode.Reporting/ICSharpCode.Reporting.csproj @@ -104,8 +104,6 @@ - - @@ -170,6 +168,8 @@ + + diff --git a/src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Src/Exporter/Visitors/CanvasExtension.cs b/src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Src/Wpf/Visitor/CanvasExtension.cs similarity index 95% rename from src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Src/Exporter/Visitors/CanvasExtension.cs rename to src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Src/Wpf/Visitor/CanvasExtension.cs index 94e6f65970..3625587a00 100644 --- a/src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Src/Exporter/Visitors/CanvasExtension.cs +++ b/src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Src/Wpf/Visitor/CanvasExtension.cs @@ -4,7 +4,7 @@ using System; using System.Windows; using System.Windows.Controls; -namespace ICSharpCode.Reporting.Exporter.Visitors +namespace ICSharpCode.Reporting.WpfReportViewer.Visitor { /// /// Description of CanvasExtension. diff --git a/src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Src/Exporter/Visitors/CanvasHelper.cs b/src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Src/Wpf/Visitor/CanvasHelper.cs similarity index 97% rename from src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Src/Exporter/Visitors/CanvasHelper.cs rename to src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Src/Wpf/Visitor/CanvasHelper.cs index 61574eee4e..66ac9f2dac 100644 --- a/src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Src/Exporter/Visitors/CanvasHelper.cs +++ b/src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Src/Wpf/Visitor/CanvasHelper.cs @@ -5,7 +5,7 @@ using System.Windows; using System.Windows.Controls; -namespace ICSharpCode.Reporting.Exporter.Visitors +namespace ICSharpCode.Reporting.WpfReportViewer.Visitor { /// /// Description of CanvasHelper.