From e133fd132fcd92e32a4089e931f3b029794110a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=A7=D0=B5=D1=80?= =?UTF-8?q?=D0=BD=D1=8B=D1=88=D0=BE=D0=B2?= Date: Thu, 4 May 2023 01:44:08 +0400 Subject: [PATCH] init commit --- SubdShoeStore.sln | 25 +++++++++++++++++++++++++ SubdShoeStore/Program.cs | 2 ++ SubdShoeStore/SubdShoeStore.csproj | 10 ++++++++++ 3 files changed, 37 insertions(+) create mode 100644 SubdShoeStore.sln create mode 100644 SubdShoeStore/Program.cs create mode 100644 SubdShoeStore/SubdShoeStore.csproj diff --git a/SubdShoeStore.sln b/SubdShoeStore.sln new file mode 100644 index 0000000..bfa2b90 --- /dev/null +++ b/SubdShoeStore.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.33516.290 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SubdShoeStore", "SubdShoeStore\SubdShoeStore.csproj", "{8CD86886-F476-40C2-8F1C-0AC0A17F0339}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8CD86886-F476-40C2-8F1C-0AC0A17F0339}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8CD86886-F476-40C2-8F1C-0AC0A17F0339}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8CD86886-F476-40C2-8F1C-0AC0A17F0339}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8CD86886-F476-40C2-8F1C-0AC0A17F0339}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A65BF6FD-DAE0-4D54-AD47-8FB4D11FA69A} + EndGlobalSection +EndGlobal diff --git a/SubdShoeStore/Program.cs b/SubdShoeStore/Program.cs new file mode 100644 index 0000000..3751555 --- /dev/null +++ b/SubdShoeStore/Program.cs @@ -0,0 +1,2 @@ +// See https://aka.ms/new-console-template for more information +Console.WriteLine("Hello, World!"); diff --git a/SubdShoeStore/SubdShoeStore.csproj b/SubdShoeStore/SubdShoeStore.csproj new file mode 100644 index 0000000..74abf5c --- /dev/null +++ b/SubdShoeStore/SubdShoeStore.csproj @@ -0,0 +1,10 @@ + + + + Exe + net6.0 + enable + enable + + +