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 + + +