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