From 37fb19c90c6bae9162253834e4cc40d8a69039fe Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Mon, 25 Mar 2024 01:09:02 +0100 Subject: [PATCH] Moved example-project into example-folder --- {ImageCreationUI => Examples/ImageCreationUI}/ActionCommand.cs | 0 {ImageCreationUI => Examples/ImageCreationUI}/App.xaml | 0 {ImageCreationUI => Examples/ImageCreationUI}/App.xaml.cs | 0 .../ImageCreationUI}/Converter/ImageToImageSourceConverter.cs | 0 .../ImageCreationUI}/Extensions/ImageExtension.cs | 0 .../ImageCreationUI}/ImageCreationUI.csproj | 0 .../ImageCreationUI}/ImageCreationUI.csproj.DotSettings | 0 {ImageCreationUI => Examples/ImageCreationUI}/MainWindow.xaml | 0 .../ImageCreationUI}/MainWindow.xaml.cs | 0 .../ImageCreationUI}/MainWindowViewModel.cs | 0 StableDiffusion.NET.sln | 2 +- 11 files changed, 1 insertion(+), 1 deletion(-) rename {ImageCreationUI => Examples/ImageCreationUI}/ActionCommand.cs (100%) rename {ImageCreationUI => Examples/ImageCreationUI}/App.xaml (100%) rename {ImageCreationUI => Examples/ImageCreationUI}/App.xaml.cs (100%) rename {ImageCreationUI => Examples/ImageCreationUI}/Converter/ImageToImageSourceConverter.cs (100%) rename {ImageCreationUI => Examples/ImageCreationUI}/Extensions/ImageExtension.cs (100%) rename {ImageCreationUI => Examples/ImageCreationUI}/ImageCreationUI.csproj (100%) rename {ImageCreationUI => Examples/ImageCreationUI}/ImageCreationUI.csproj.DotSettings (100%) rename {ImageCreationUI => Examples/ImageCreationUI}/MainWindow.xaml (100%) rename {ImageCreationUI => Examples/ImageCreationUI}/MainWindow.xaml.cs (100%) rename {ImageCreationUI => Examples/ImageCreationUI}/MainWindowViewModel.cs (100%) diff --git a/ImageCreationUI/ActionCommand.cs b/Examples/ImageCreationUI/ActionCommand.cs similarity index 100% rename from ImageCreationUI/ActionCommand.cs rename to Examples/ImageCreationUI/ActionCommand.cs diff --git a/ImageCreationUI/App.xaml b/Examples/ImageCreationUI/App.xaml similarity index 100% rename from ImageCreationUI/App.xaml rename to Examples/ImageCreationUI/App.xaml diff --git a/ImageCreationUI/App.xaml.cs b/Examples/ImageCreationUI/App.xaml.cs similarity index 100% rename from ImageCreationUI/App.xaml.cs rename to Examples/ImageCreationUI/App.xaml.cs diff --git a/ImageCreationUI/Converter/ImageToImageSourceConverter.cs b/Examples/ImageCreationUI/Converter/ImageToImageSourceConverter.cs similarity index 100% rename from ImageCreationUI/Converter/ImageToImageSourceConverter.cs rename to Examples/ImageCreationUI/Converter/ImageToImageSourceConverter.cs diff --git a/ImageCreationUI/Extensions/ImageExtension.cs b/Examples/ImageCreationUI/Extensions/ImageExtension.cs similarity index 100% rename from ImageCreationUI/Extensions/ImageExtension.cs rename to Examples/ImageCreationUI/Extensions/ImageExtension.cs diff --git a/ImageCreationUI/ImageCreationUI.csproj b/Examples/ImageCreationUI/ImageCreationUI.csproj similarity index 100% rename from ImageCreationUI/ImageCreationUI.csproj rename to Examples/ImageCreationUI/ImageCreationUI.csproj diff --git a/ImageCreationUI/ImageCreationUI.csproj.DotSettings b/Examples/ImageCreationUI/ImageCreationUI.csproj.DotSettings similarity index 100% rename from ImageCreationUI/ImageCreationUI.csproj.DotSettings rename to Examples/ImageCreationUI/ImageCreationUI.csproj.DotSettings diff --git a/ImageCreationUI/MainWindow.xaml b/Examples/ImageCreationUI/MainWindow.xaml similarity index 100% rename from ImageCreationUI/MainWindow.xaml rename to Examples/ImageCreationUI/MainWindow.xaml diff --git a/ImageCreationUI/MainWindow.xaml.cs b/Examples/ImageCreationUI/MainWindow.xaml.cs similarity index 100% rename from ImageCreationUI/MainWindow.xaml.cs rename to Examples/ImageCreationUI/MainWindow.xaml.cs diff --git a/ImageCreationUI/MainWindowViewModel.cs b/Examples/ImageCreationUI/MainWindowViewModel.cs similarity index 100% rename from ImageCreationUI/MainWindowViewModel.cs rename to Examples/ImageCreationUI/MainWindowViewModel.cs diff --git a/StableDiffusion.NET.sln b/StableDiffusion.NET.sln index ac2afec..1b244a5 100644 --- a/StableDiffusion.NET.sln +++ b/StableDiffusion.NET.sln @@ -7,7 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StableDiffusion.NET", "Stab EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{8961F5D8-3F50-4027-8862-635FCA1E1568}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageCreationUI", "ImageCreationUI\ImageCreationUI.csproj", "{EB73E250-D2F7-469A-80BF-02C5078546A7}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageCreationUI", "Examples\ImageCreationUI\ImageCreationUI.csproj", "{EB73E250-D2F7-469A-80BF-02C5078546A7}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution