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