From b785f00ba35752e065e94f9969532cc7b903fd33 Mon Sep 17 00:00:00 2001 From: romtec Date: Fri, 7 Feb 2025 16:45:40 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B2=D1=8B=D0=B9=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=BC=D0=B8=D1=82=20=D0=A1=D0=BE=D0=B7=D0=B4=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0?= =?UTF-8?q?=20Init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TwoFromTheCasketContracts.sln | 22 +++++++++++++++++++ .../TwoFromTheCasketContracts.csproj | 9 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 TwoFromTheCasketContracts/TwoFromTheCasketContracts.sln create mode 100644 TwoFromTheCasketContracts/TwoFromTheCasketContracts/TwoFromTheCasketContracts.csproj diff --git a/TwoFromTheCasketContracts/TwoFromTheCasketContracts.sln b/TwoFromTheCasketContracts/TwoFromTheCasketContracts.sln new file mode 100644 index 0000000..9c7f017 --- /dev/null +++ b/TwoFromTheCasketContracts/TwoFromTheCasketContracts.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.12.35527.113 d17.12 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwoFromTheCasketContracts", "TwoFromTheCasketContracts\TwoFromTheCasketContracts.csproj", "{0498D87C-7F20-4B8D-BC34-040D0CC55BB7}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0498D87C-7F20-4B8D-BC34-040D0CC55BB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0498D87C-7F20-4B8D-BC34-040D0CC55BB7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0498D87C-7F20-4B8D-BC34-040D0CC55BB7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0498D87C-7F20-4B8D-BC34-040D0CC55BB7}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/TwoFromTheCasketContracts/TwoFromTheCasketContracts/TwoFromTheCasketContracts.csproj b/TwoFromTheCasketContracts/TwoFromTheCasketContracts/TwoFromTheCasketContracts.csproj new file mode 100644 index 0000000..125f4c9 --- /dev/null +++ b/TwoFromTheCasketContracts/TwoFromTheCasketContracts/TwoFromTheCasketContracts.csproj @@ -0,0 +1,9 @@ + + + + net9.0 + enable + enable + + +