From 848bfb2232828d4a6123c79d01a564f6e12c1281 Mon Sep 17 00:00:00 2001 From: Timur_Sharafutdinov Date: Wed, 5 Feb 2025 09:30:20 +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 --- Carpentry/Carpentry.sln | 25 +++++++++++++++++++++++++ Carpentry/Carpentry/Carpentry.csproj | 9 +++++++++ 2 files changed, 34 insertions(+) create mode 100644 Carpentry/Carpentry.sln create mode 100644 Carpentry/Carpentry/Carpentry.csproj diff --git a/Carpentry/Carpentry.sln b/Carpentry/Carpentry.sln new file mode 100644 index 0000000..a206e4c --- /dev/null +++ b/Carpentry/Carpentry.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34525.116 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Carpentry", "Carpentry\Carpentry.csproj", "{C217EBD0-76D8-49CF-A820-9572AC6A9DC9}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C217EBD0-76D8-49CF-A820-9572AC6A9DC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C217EBD0-76D8-49CF-A820-9572AC6A9DC9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C217EBD0-76D8-49CF-A820-9572AC6A9DC9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C217EBD0-76D8-49CF-A820-9572AC6A9DC9}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {19B88611-7D89-4189-B58B-E4E3B0F291E3} + EndGlobalSection +EndGlobal diff --git a/Carpentry/Carpentry/Carpentry.csproj b/Carpentry/Carpentry/Carpentry.csproj new file mode 100644 index 0000000..fa71b7a --- /dev/null +++ b/Carpentry/Carpentry/Carpentry.csproj @@ -0,0 +1,9 @@ + + + + net8.0 + enable + enable + + +