From 1b6b27fb232215d24c0ed3ad5eed79445caf866e Mon Sep 17 00:00:00 2001 From: Kamil Haliullov Date: Wed, 1 Feb 2023 10:41:50 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FlowerShop/FlowerShop.sln | 25 +++++++++++++++++++++++++ FlowerShop/FlowerShop/Class1.cs | 7 +++++++ FlowerShop/FlowerShop/FlowerShop.csproj | 9 +++++++++ 3 files changed, 41 insertions(+) create mode 100644 FlowerShop/FlowerShop.sln create mode 100644 FlowerShop/FlowerShop/Class1.cs create mode 100644 FlowerShop/FlowerShop/FlowerShop.csproj diff --git a/FlowerShop/FlowerShop.sln b/FlowerShop/FlowerShop.sln new file mode 100644 index 0000000..8c5e4ad --- /dev/null +++ b/FlowerShop/FlowerShop.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.3.32922.545 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlowerShop", "FlowerShop\FlowerShop.csproj", "{1E86CFFF-8817-4A8A-B2CB-36062D27AF78}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1E86CFFF-8817-4A8A-B2CB-36062D27AF78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1E86CFFF-8817-4A8A-B2CB-36062D27AF78}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1E86CFFF-8817-4A8A-B2CB-36062D27AF78}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1E86CFFF-8817-4A8A-B2CB-36062D27AF78}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {8063D56F-9779-4946-90F8-9D2D40447C33} + EndGlobalSection +EndGlobal diff --git a/FlowerShop/FlowerShop/Class1.cs b/FlowerShop/FlowerShop/Class1.cs new file mode 100644 index 0000000..123ffc2 --- /dev/null +++ b/FlowerShop/FlowerShop/Class1.cs @@ -0,0 +1,7 @@ +namespace FlowerShop +{ + public class Class1 + { + + } +} \ No newline at end of file diff --git a/FlowerShop/FlowerShop/FlowerShop.csproj b/FlowerShop/FlowerShop/FlowerShop.csproj new file mode 100644 index 0000000..132c02c --- /dev/null +++ b/FlowerShop/FlowerShop/FlowerShop.csproj @@ -0,0 +1,9 @@ + + + + net6.0 + enable + enable + + +