From 4e8630a2894acbe7fe82c0861858802bffadc3ac Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Sat, 25 Jun 2005 14:15:55 +0000 Subject: [PATCH] Move SubversionAddIn back (doesn't solve my problem with MSBuild) git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@168 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- .../Debugger.AddIn/Project/Debugger.AddIn.csproj.user | 4 ++-- .../Debugger/Debugger.Core/Project/Debugger.Core.csproj.user | 4 ++-- .../Debugger/TreeListView/Project/TreeListView.csproj.user | 2 +- .../{ => Project}/Configuration/AssemblyInfo.cs | 0 .../Misc/SubversionAddIn/{ => Project}/ICSharpCode.Svn.addin | 0 .../{ => Project}/Resources/ClientCertDialog.xfrm | 0 .../{ => Project}/Resources/ClientCertPassphraseDialog.xfrm | 0 .../SubversionAddIn/{ => Project}/Resources/CommitDialog.xfrm | 0 .../SubversionAddIn/{ => Project}/Resources/ContentPanel.xfrm | 0 .../SubversionAddIn/{ => Project}/Resources/DiffPanel.xfrm | 0 .../SubversionAddIn/{ => Project}/Resources/ExportDialog.xfrm | 0 .../SubversionAddIn/{ => Project}/Resources/InfoPanel.xfrm | 0 .../SubversionAddIn/{ => Project}/Resources/LoginDialog.xfrm | 0 .../{ => Project}/Resources/SslServerTrustDialog.xfrm | 0 .../{ => Project}/Resources/SubversionOptionsPanel.xfrm | 0 .../Misc/SubversionAddIn/{ => Project}/Src/AddInOptions.cs | 0 .../{ => Project}/Src/Commands/AutostartCommands.cs | 0 .../{ => Project}/Src/Commands/Checkout/CheckoutCommand.cs | 0 .../{ => Project}/Src/Commands/Checkout/CheckoutDialog.cs | 0 .../{ => Project}/Src/Commands/Commit/CommitCommand.cs | 0 .../{ => Project}/Src/Commands/Commit/CommitDialog.cs | 0 .../{ => Project}/Src/Commands/Export/ExportCommand.cs | 0 .../{ => Project}/Src/Commands/Export/ExportDialog.cs | 0 .../{ => Project}/Src/Commands/ProjectBrowserCommands.cs | 0 .../Src/Gui/AuthentificationDialogs/ClientCertDialog.cs | 0 .../Gui/AuthentificationDialogs/ClientCertPassphraseDialog.cs | 0 .../Src/Gui/AuthentificationDialogs/LoginDialog.cs | 0 .../Src/Gui/AuthentificationDialogs/SslServerTrustDialog.cs | 0 .../Src/Gui/HistoryViewDisplayBinding/ContentPanel.cs | 0 .../Src/Gui/HistoryViewDisplayBinding/DiffPanel.cs | 0 .../Src/Gui/HistoryViewDisplayBinding/HistoryView.cs | 0 .../HistoryViewDisplayBinding/HistoryViewDisplayBinding.cs | 0 .../Src/Gui/HistoryViewDisplayBinding/HistoryViewPanel.cs | 0 .../Src/Gui/HistoryViewDisplayBinding/InfoPanel.cs | 0 .../Src/Gui/ProjectBrowserVisitor/OverlayIconManager.cs | 0 .../Src/Gui/ProjectBrowserVisitor/SvnProjectBrowserVisitor.cs | 0 .../{ => Project}/Src/Gui/SubversionOptionsPanel.cs | 0 .../SubversionAddIn/{ => Project}/Src/InOperationDialog.cs | 0 .../Misc/SubversionAddIn/{ => Project}/Src/SvnClient.cs | 0 .../Misc/SubversionAddIn/{ => Project}/SubversionAddIn.csproj | 0 40 files changed, 5 insertions(+), 5 deletions(-) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Configuration/AssemblyInfo.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/ICSharpCode.Svn.addin (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Resources/ClientCertDialog.xfrm (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Resources/ClientCertPassphraseDialog.xfrm (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Resources/CommitDialog.xfrm (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Resources/ContentPanel.xfrm (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Resources/DiffPanel.xfrm (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Resources/ExportDialog.xfrm (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Resources/InfoPanel.xfrm (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Resources/LoginDialog.xfrm (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Resources/SslServerTrustDialog.xfrm (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Resources/SubversionOptionsPanel.xfrm (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/AddInOptions.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/Commands/AutostartCommands.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/Commands/Checkout/CheckoutCommand.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/Commands/Checkout/CheckoutDialog.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/Commands/Commit/CommitCommand.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/Commands/Commit/CommitDialog.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/Commands/Export/ExportCommand.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/Commands/Export/ExportDialog.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/Commands/ProjectBrowserCommands.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/Gui/AuthentificationDialogs/ClientCertDialog.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/Gui/AuthentificationDialogs/ClientCertPassphraseDialog.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/Gui/AuthentificationDialogs/LoginDialog.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/Gui/AuthentificationDialogs/SslServerTrustDialog.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/Gui/HistoryViewDisplayBinding/ContentPanel.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/Gui/HistoryViewDisplayBinding/DiffPanel.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/Gui/HistoryViewDisplayBinding/HistoryView.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/Gui/HistoryViewDisplayBinding/HistoryViewDisplayBinding.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/Gui/HistoryViewDisplayBinding/HistoryViewPanel.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/Gui/HistoryViewDisplayBinding/InfoPanel.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/Gui/ProjectBrowserVisitor/OverlayIconManager.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/Gui/ProjectBrowserVisitor/SvnProjectBrowserVisitor.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/Gui/SubversionOptionsPanel.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/InOperationDialog.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/Src/SvnClient.cs (100%) rename src/AddIns/Misc/SubversionAddIn/{ => Project}/SubversionAddIn.csproj (100%) diff --git a/src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Debugger.AddIn.csproj.user b/src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Debugger.AddIn.csproj.user index f45750bf21..a4461a2a13 100644 --- a/src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Debugger.AddIn.csproj.user +++ b/src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Debugger.AddIn.csproj.user @@ -1,7 +1,7 @@  - 8.0.41115 - ShowAllFiles + 8.0.50215 + ProjectFiles 0 \ No newline at end of file diff --git a/src/AddIns/Misc/Debugger/Debugger.Core/Project/Debugger.Core.csproj.user b/src/AddIns/Misc/Debugger/Debugger.Core/Project/Debugger.Core.csproj.user index 4f9f33b1de..bc57020f7e 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Core/Project/Debugger.Core.csproj.user +++ b/src/AddIns/Misc/Debugger/Debugger.Core/Project/Debugger.Core.csproj.user @@ -1,7 +1,7 @@  - 8.0.41115 - ShowAllFiles + 8.0.50215 + ProjectFiles 0 diff --git a/src/AddIns/Misc/Debugger/TreeListView/Project/TreeListView.csproj.user b/src/AddIns/Misc/Debugger/TreeListView/Project/TreeListView.csproj.user index 4b01670e0b..a4461a2a13 100644 --- a/src/AddIns/Misc/Debugger/TreeListView/Project/TreeListView.csproj.user +++ b/src/AddIns/Misc/Debugger/TreeListView/Project/TreeListView.csproj.user @@ -1,7 +1,7 @@  8.0.50215 - ShowAllFiles + ProjectFiles 0 \ No newline at end of file diff --git a/src/AddIns/Misc/SubversionAddIn/Configuration/AssemblyInfo.cs b/src/AddIns/Misc/SubversionAddIn/Project/Configuration/AssemblyInfo.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Configuration/AssemblyInfo.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Configuration/AssemblyInfo.cs diff --git a/src/AddIns/Misc/SubversionAddIn/ICSharpCode.Svn.addin b/src/AddIns/Misc/SubversionAddIn/Project/ICSharpCode.Svn.addin similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/ICSharpCode.Svn.addin rename to src/AddIns/Misc/SubversionAddIn/Project/ICSharpCode.Svn.addin diff --git a/src/AddIns/Misc/SubversionAddIn/Resources/ClientCertDialog.xfrm b/src/AddIns/Misc/SubversionAddIn/Project/Resources/ClientCertDialog.xfrm similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Resources/ClientCertDialog.xfrm rename to src/AddIns/Misc/SubversionAddIn/Project/Resources/ClientCertDialog.xfrm diff --git a/src/AddIns/Misc/SubversionAddIn/Resources/ClientCertPassphraseDialog.xfrm b/src/AddIns/Misc/SubversionAddIn/Project/Resources/ClientCertPassphraseDialog.xfrm similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Resources/ClientCertPassphraseDialog.xfrm rename to src/AddIns/Misc/SubversionAddIn/Project/Resources/ClientCertPassphraseDialog.xfrm diff --git a/src/AddIns/Misc/SubversionAddIn/Resources/CommitDialog.xfrm b/src/AddIns/Misc/SubversionAddIn/Project/Resources/CommitDialog.xfrm similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Resources/CommitDialog.xfrm rename to src/AddIns/Misc/SubversionAddIn/Project/Resources/CommitDialog.xfrm diff --git a/src/AddIns/Misc/SubversionAddIn/Resources/ContentPanel.xfrm b/src/AddIns/Misc/SubversionAddIn/Project/Resources/ContentPanel.xfrm similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Resources/ContentPanel.xfrm rename to src/AddIns/Misc/SubversionAddIn/Project/Resources/ContentPanel.xfrm diff --git a/src/AddIns/Misc/SubversionAddIn/Resources/DiffPanel.xfrm b/src/AddIns/Misc/SubversionAddIn/Project/Resources/DiffPanel.xfrm similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Resources/DiffPanel.xfrm rename to src/AddIns/Misc/SubversionAddIn/Project/Resources/DiffPanel.xfrm diff --git a/src/AddIns/Misc/SubversionAddIn/Resources/ExportDialog.xfrm b/src/AddIns/Misc/SubversionAddIn/Project/Resources/ExportDialog.xfrm similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Resources/ExportDialog.xfrm rename to src/AddIns/Misc/SubversionAddIn/Project/Resources/ExportDialog.xfrm diff --git a/src/AddIns/Misc/SubversionAddIn/Resources/InfoPanel.xfrm b/src/AddIns/Misc/SubversionAddIn/Project/Resources/InfoPanel.xfrm similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Resources/InfoPanel.xfrm rename to src/AddIns/Misc/SubversionAddIn/Project/Resources/InfoPanel.xfrm diff --git a/src/AddIns/Misc/SubversionAddIn/Resources/LoginDialog.xfrm b/src/AddIns/Misc/SubversionAddIn/Project/Resources/LoginDialog.xfrm similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Resources/LoginDialog.xfrm rename to src/AddIns/Misc/SubversionAddIn/Project/Resources/LoginDialog.xfrm diff --git a/src/AddIns/Misc/SubversionAddIn/Resources/SslServerTrustDialog.xfrm b/src/AddIns/Misc/SubversionAddIn/Project/Resources/SslServerTrustDialog.xfrm similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Resources/SslServerTrustDialog.xfrm rename to src/AddIns/Misc/SubversionAddIn/Project/Resources/SslServerTrustDialog.xfrm diff --git a/src/AddIns/Misc/SubversionAddIn/Resources/SubversionOptionsPanel.xfrm b/src/AddIns/Misc/SubversionAddIn/Project/Resources/SubversionOptionsPanel.xfrm similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Resources/SubversionOptionsPanel.xfrm rename to src/AddIns/Misc/SubversionAddIn/Project/Resources/SubversionOptionsPanel.xfrm diff --git a/src/AddIns/Misc/SubversionAddIn/Src/AddInOptions.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/AddInOptions.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/AddInOptions.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/AddInOptions.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/Commands/AutostartCommands.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/Commands/AutostartCommands.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/Commands/AutostartCommands.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/Commands/AutostartCommands.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/Commands/Checkout/CheckoutCommand.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/Commands/Checkout/CheckoutCommand.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/Commands/Checkout/CheckoutCommand.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/Commands/Checkout/CheckoutCommand.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/Commands/Checkout/CheckoutDialog.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/Commands/Checkout/CheckoutDialog.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/Commands/Checkout/CheckoutDialog.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/Commands/Checkout/CheckoutDialog.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/Commands/Commit/CommitCommand.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/Commands/Commit/CommitCommand.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/Commands/Commit/CommitCommand.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/Commands/Commit/CommitCommand.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/Commands/Commit/CommitDialog.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/Commands/Commit/CommitDialog.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/Commands/Commit/CommitDialog.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/Commands/Commit/CommitDialog.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/Commands/Export/ExportCommand.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/Commands/Export/ExportCommand.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/Commands/Export/ExportCommand.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/Commands/Export/ExportCommand.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/Commands/Export/ExportDialog.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/Commands/Export/ExportDialog.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/Commands/Export/ExportDialog.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/Commands/Export/ExportDialog.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/Commands/ProjectBrowserCommands.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/Commands/ProjectBrowserCommands.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/Commands/ProjectBrowserCommands.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/Commands/ProjectBrowserCommands.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/Gui/AuthentificationDialogs/ClientCertDialog.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/AuthentificationDialogs/ClientCertDialog.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/Gui/AuthentificationDialogs/ClientCertDialog.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/AuthentificationDialogs/ClientCertDialog.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/Gui/AuthentificationDialogs/ClientCertPassphraseDialog.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/AuthentificationDialogs/ClientCertPassphraseDialog.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/Gui/AuthentificationDialogs/ClientCertPassphraseDialog.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/AuthentificationDialogs/ClientCertPassphraseDialog.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/Gui/AuthentificationDialogs/LoginDialog.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/AuthentificationDialogs/LoginDialog.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/Gui/AuthentificationDialogs/LoginDialog.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/AuthentificationDialogs/LoginDialog.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/Gui/AuthentificationDialogs/SslServerTrustDialog.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/AuthentificationDialogs/SslServerTrustDialog.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/Gui/AuthentificationDialogs/SslServerTrustDialog.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/AuthentificationDialogs/SslServerTrustDialog.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/ContentPanel.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/HistoryViewDisplayBinding/ContentPanel.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/ContentPanel.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/HistoryViewDisplayBinding/ContentPanel.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/DiffPanel.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/HistoryViewDisplayBinding/DiffPanel.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/DiffPanel.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/HistoryViewDisplayBinding/DiffPanel.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/HistoryView.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/HistoryViewDisplayBinding/HistoryView.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/HistoryView.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/HistoryViewDisplayBinding/HistoryView.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/HistoryViewDisplayBinding.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/HistoryViewDisplayBinding/HistoryViewDisplayBinding.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/HistoryViewDisplayBinding.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/HistoryViewDisplayBinding/HistoryViewDisplayBinding.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/HistoryViewPanel.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/HistoryViewDisplayBinding/HistoryViewPanel.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/HistoryViewPanel.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/HistoryViewDisplayBinding/HistoryViewPanel.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/InfoPanel.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/HistoryViewDisplayBinding/InfoPanel.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/InfoPanel.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/HistoryViewDisplayBinding/InfoPanel.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/Gui/ProjectBrowserVisitor/OverlayIconManager.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/ProjectBrowserVisitor/OverlayIconManager.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/Gui/ProjectBrowserVisitor/OverlayIconManager.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/ProjectBrowserVisitor/OverlayIconManager.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/Gui/ProjectBrowserVisitor/SvnProjectBrowserVisitor.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/ProjectBrowserVisitor/SvnProjectBrowserVisitor.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/Gui/ProjectBrowserVisitor/SvnProjectBrowserVisitor.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/ProjectBrowserVisitor/SvnProjectBrowserVisitor.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/Gui/SubversionOptionsPanel.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/SubversionOptionsPanel.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/Gui/SubversionOptionsPanel.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/SubversionOptionsPanel.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/InOperationDialog.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/InOperationDialog.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/InOperationDialog.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/InOperationDialog.cs diff --git a/src/AddIns/Misc/SubversionAddIn/Src/SvnClient.cs b/src/AddIns/Misc/SubversionAddIn/Project/Src/SvnClient.cs similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/Src/SvnClient.cs rename to src/AddIns/Misc/SubversionAddIn/Project/Src/SvnClient.cs diff --git a/src/AddIns/Misc/SubversionAddIn/SubversionAddIn.csproj b/src/AddIns/Misc/SubversionAddIn/Project/SubversionAddIn.csproj similarity index 100% rename from src/AddIns/Misc/SubversionAddIn/SubversionAddIn.csproj rename to src/AddIns/Misc/SubversionAddIn/Project/SubversionAddIn.csproj