From dd0ece36f2639f1b5a0315a592338080ee4dd62a Mon Sep 17 00:00:00 2001 From: Oleksandr Bezdieniezhnykh Date: Sat, 18 May 2024 17:51:38 +0300 Subject: [PATCH] I like it move it move it --- .../Azaion.Annotator.Test.csproj | 0 .../DictTest.cs | 0 .../Azaion.Annotator.sln => Azaion.Annotator.sln | 0 Azaion.Annotator/{Azaion.Annotator => }/App.xaml | 0 Azaion.Annotator/{Azaion.Annotator => }/App.xaml.cs | 0 .../{Azaion.Annotator => }/AssemblyInfo.cs | 0 .../{Azaion.Annotator => }/Azaion.Annotator.csproj | 0 .../Controls/AnnotationControl.cs | 0 .../{Azaion.Annotator => }/Controls/CanvasEditor.cs | 0 .../Controls/UpdatableProgressBar.cs | 0 .../DTO/AnnClassSelectedEvent.cs | 0 .../{Azaion.Annotator => }/DTO/AnnotationClass.cs | 0 .../{Azaion.Annotator => }/DTO/AnnotationInfo.cs | 0 .../{Azaion.Annotator => }/DTO/Config.cs | 0 .../{Azaion.Annotator => }/DTO/FormState.cs | 0 .../{Azaion.Annotator => }/DTO/MediatrEvents.cs | 0 .../DTO/PlaybackControlEnum.cs | 0 .../{Azaion.Annotator => }/DTO/SelectionState.cs | 0 .../{Azaion.Annotator => }/DTO/VideoFileInfo.cs | 0 .../Extensions/CanvasExtensions.cs | 0 .../Extensions/ColorExtensions.cs | 0 .../Extensions/DataGridExtensions.cs | 0 .../Extensions/DirectoryInfoExtensions.cs | 0 .../Extensions/SynchronizeInvokeExtensions.cs | 0 .../{Azaion.Annotator => }/HelpTexts.cs | 0 .../{Azaion.Annotator => }/HelpWindow.xaml | 0 .../{Azaion.Annotator => }/HelpWindow.xaml.cs | 0 .../{Azaion.Annotator => }/MainWindow.xaml | 0 .../{Azaion.Annotator => }/MainWindow.xaml.cs | 0 .../{Azaion.Annotator => }/PlayerControlHandler.cs | 0 Azaion.Annotator/{Azaion.Annotator => }/config.json | 0 Azaion.Annotator/{Azaion.Annotator => }/logo.ico | Bin .../{Azaion.Annotator => }/translations.json | 0 33 files changed, 0 insertions(+), 0 deletions(-) rename {Azaion.Annotator/Azaion.Annotator.Test => Azaion.Annotator.Test}/Azaion.Annotator.Test.csproj (100%) rename {Azaion.Annotator/Azaion.Annotator.Test => Azaion.Annotator.Test}/DictTest.cs (100%) rename Azaion.Annotator/Azaion.Annotator.sln => Azaion.Annotator.sln (100%) rename Azaion.Annotator/{Azaion.Annotator => }/App.xaml (100%) rename Azaion.Annotator/{Azaion.Annotator => }/App.xaml.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/AssemblyInfo.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/Azaion.Annotator.csproj (100%) rename Azaion.Annotator/{Azaion.Annotator => }/Controls/AnnotationControl.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/Controls/CanvasEditor.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/Controls/UpdatableProgressBar.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/DTO/AnnClassSelectedEvent.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/DTO/AnnotationClass.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/DTO/AnnotationInfo.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/DTO/Config.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/DTO/FormState.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/DTO/MediatrEvents.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/DTO/PlaybackControlEnum.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/DTO/SelectionState.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/DTO/VideoFileInfo.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/Extensions/CanvasExtensions.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/Extensions/ColorExtensions.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/Extensions/DataGridExtensions.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/Extensions/DirectoryInfoExtensions.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/Extensions/SynchronizeInvokeExtensions.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/HelpTexts.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/HelpWindow.xaml (100%) rename Azaion.Annotator/{Azaion.Annotator => }/HelpWindow.xaml.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/MainWindow.xaml (100%) rename Azaion.Annotator/{Azaion.Annotator => }/MainWindow.xaml.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/PlayerControlHandler.cs (100%) rename Azaion.Annotator/{Azaion.Annotator => }/config.json (100%) rename Azaion.Annotator/{Azaion.Annotator => }/logo.ico (100%) rename Azaion.Annotator/{Azaion.Annotator => }/translations.json (100%) diff --git a/Azaion.Annotator/Azaion.Annotator.Test/Azaion.Annotator.Test.csproj b/Azaion.Annotator.Test/Azaion.Annotator.Test.csproj similarity index 100% rename from Azaion.Annotator/Azaion.Annotator.Test/Azaion.Annotator.Test.csproj rename to Azaion.Annotator.Test/Azaion.Annotator.Test.csproj diff --git a/Azaion.Annotator/Azaion.Annotator.Test/DictTest.cs b/Azaion.Annotator.Test/DictTest.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator.Test/DictTest.cs rename to Azaion.Annotator.Test/DictTest.cs diff --git a/Azaion.Annotator/Azaion.Annotator.sln b/Azaion.Annotator.sln similarity index 100% rename from Azaion.Annotator/Azaion.Annotator.sln rename to Azaion.Annotator.sln diff --git a/Azaion.Annotator/Azaion.Annotator/App.xaml b/Azaion.Annotator/App.xaml similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/App.xaml rename to Azaion.Annotator/App.xaml diff --git a/Azaion.Annotator/Azaion.Annotator/App.xaml.cs b/Azaion.Annotator/App.xaml.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/App.xaml.cs rename to Azaion.Annotator/App.xaml.cs diff --git a/Azaion.Annotator/Azaion.Annotator/AssemblyInfo.cs b/Azaion.Annotator/AssemblyInfo.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/AssemblyInfo.cs rename to Azaion.Annotator/AssemblyInfo.cs diff --git a/Azaion.Annotator/Azaion.Annotator/Azaion.Annotator.csproj b/Azaion.Annotator/Azaion.Annotator.csproj similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/Azaion.Annotator.csproj rename to Azaion.Annotator/Azaion.Annotator.csproj diff --git a/Azaion.Annotator/Azaion.Annotator/Controls/AnnotationControl.cs b/Azaion.Annotator/Controls/AnnotationControl.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/Controls/AnnotationControl.cs rename to Azaion.Annotator/Controls/AnnotationControl.cs diff --git a/Azaion.Annotator/Azaion.Annotator/Controls/CanvasEditor.cs b/Azaion.Annotator/Controls/CanvasEditor.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/Controls/CanvasEditor.cs rename to Azaion.Annotator/Controls/CanvasEditor.cs diff --git a/Azaion.Annotator/Azaion.Annotator/Controls/UpdatableProgressBar.cs b/Azaion.Annotator/Controls/UpdatableProgressBar.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/Controls/UpdatableProgressBar.cs rename to Azaion.Annotator/Controls/UpdatableProgressBar.cs diff --git a/Azaion.Annotator/Azaion.Annotator/DTO/AnnClassSelectedEvent.cs b/Azaion.Annotator/DTO/AnnClassSelectedEvent.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/DTO/AnnClassSelectedEvent.cs rename to Azaion.Annotator/DTO/AnnClassSelectedEvent.cs diff --git a/Azaion.Annotator/Azaion.Annotator/DTO/AnnotationClass.cs b/Azaion.Annotator/DTO/AnnotationClass.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/DTO/AnnotationClass.cs rename to Azaion.Annotator/DTO/AnnotationClass.cs diff --git a/Azaion.Annotator/Azaion.Annotator/DTO/AnnotationInfo.cs b/Azaion.Annotator/DTO/AnnotationInfo.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/DTO/AnnotationInfo.cs rename to Azaion.Annotator/DTO/AnnotationInfo.cs diff --git a/Azaion.Annotator/Azaion.Annotator/DTO/Config.cs b/Azaion.Annotator/DTO/Config.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/DTO/Config.cs rename to Azaion.Annotator/DTO/Config.cs diff --git a/Azaion.Annotator/Azaion.Annotator/DTO/FormState.cs b/Azaion.Annotator/DTO/FormState.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/DTO/FormState.cs rename to Azaion.Annotator/DTO/FormState.cs diff --git a/Azaion.Annotator/Azaion.Annotator/DTO/MediatrEvents.cs b/Azaion.Annotator/DTO/MediatrEvents.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/DTO/MediatrEvents.cs rename to Azaion.Annotator/DTO/MediatrEvents.cs diff --git a/Azaion.Annotator/Azaion.Annotator/DTO/PlaybackControlEnum.cs b/Azaion.Annotator/DTO/PlaybackControlEnum.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/DTO/PlaybackControlEnum.cs rename to Azaion.Annotator/DTO/PlaybackControlEnum.cs diff --git a/Azaion.Annotator/Azaion.Annotator/DTO/SelectionState.cs b/Azaion.Annotator/DTO/SelectionState.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/DTO/SelectionState.cs rename to Azaion.Annotator/DTO/SelectionState.cs diff --git a/Azaion.Annotator/Azaion.Annotator/DTO/VideoFileInfo.cs b/Azaion.Annotator/DTO/VideoFileInfo.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/DTO/VideoFileInfo.cs rename to Azaion.Annotator/DTO/VideoFileInfo.cs diff --git a/Azaion.Annotator/Azaion.Annotator/Extensions/CanvasExtensions.cs b/Azaion.Annotator/Extensions/CanvasExtensions.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/Extensions/CanvasExtensions.cs rename to Azaion.Annotator/Extensions/CanvasExtensions.cs diff --git a/Azaion.Annotator/Azaion.Annotator/Extensions/ColorExtensions.cs b/Azaion.Annotator/Extensions/ColorExtensions.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/Extensions/ColorExtensions.cs rename to Azaion.Annotator/Extensions/ColorExtensions.cs diff --git a/Azaion.Annotator/Azaion.Annotator/Extensions/DataGridExtensions.cs b/Azaion.Annotator/Extensions/DataGridExtensions.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/Extensions/DataGridExtensions.cs rename to Azaion.Annotator/Extensions/DataGridExtensions.cs diff --git a/Azaion.Annotator/Azaion.Annotator/Extensions/DirectoryInfoExtensions.cs b/Azaion.Annotator/Extensions/DirectoryInfoExtensions.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/Extensions/DirectoryInfoExtensions.cs rename to Azaion.Annotator/Extensions/DirectoryInfoExtensions.cs diff --git a/Azaion.Annotator/Azaion.Annotator/Extensions/SynchronizeInvokeExtensions.cs b/Azaion.Annotator/Extensions/SynchronizeInvokeExtensions.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/Extensions/SynchronizeInvokeExtensions.cs rename to Azaion.Annotator/Extensions/SynchronizeInvokeExtensions.cs diff --git a/Azaion.Annotator/Azaion.Annotator/HelpTexts.cs b/Azaion.Annotator/HelpTexts.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/HelpTexts.cs rename to Azaion.Annotator/HelpTexts.cs diff --git a/Azaion.Annotator/Azaion.Annotator/HelpWindow.xaml b/Azaion.Annotator/HelpWindow.xaml similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/HelpWindow.xaml rename to Azaion.Annotator/HelpWindow.xaml diff --git a/Azaion.Annotator/Azaion.Annotator/HelpWindow.xaml.cs b/Azaion.Annotator/HelpWindow.xaml.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/HelpWindow.xaml.cs rename to Azaion.Annotator/HelpWindow.xaml.cs diff --git a/Azaion.Annotator/Azaion.Annotator/MainWindow.xaml b/Azaion.Annotator/MainWindow.xaml similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/MainWindow.xaml rename to Azaion.Annotator/MainWindow.xaml diff --git a/Azaion.Annotator/Azaion.Annotator/MainWindow.xaml.cs b/Azaion.Annotator/MainWindow.xaml.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/MainWindow.xaml.cs rename to Azaion.Annotator/MainWindow.xaml.cs diff --git a/Azaion.Annotator/Azaion.Annotator/PlayerControlHandler.cs b/Azaion.Annotator/PlayerControlHandler.cs similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/PlayerControlHandler.cs rename to Azaion.Annotator/PlayerControlHandler.cs diff --git a/Azaion.Annotator/Azaion.Annotator/config.json b/Azaion.Annotator/config.json similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/config.json rename to Azaion.Annotator/config.json diff --git a/Azaion.Annotator/Azaion.Annotator/logo.ico b/Azaion.Annotator/logo.ico similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/logo.ico rename to Azaion.Annotator/logo.ico diff --git a/Azaion.Annotator/Azaion.Annotator/translations.json b/Azaion.Annotator/translations.json similarity index 100% rename from Azaion.Annotator/Azaion.Annotator/translations.json rename to Azaion.Annotator/translations.json