From 0b272a597aa3a1e7d49d945b06dde1b0484412ee Mon Sep 17 00:00:00 2001 From: Glliza Date: Mon, 10 Feb 2025 01:06:09 +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 --- PuferFishContracts/PuferFishContracts.sln | 22 +++++++++++++++++++ .../PuferFishContracts.csproj | 9 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 PuferFishContracts/PuferFishContracts.sln create mode 100644 PuferFishContracts/PuferFishContracts/PuferFishContracts.csproj diff --git a/PuferFishContracts/PuferFishContracts.sln b/PuferFishContracts/PuferFishContracts.sln new file mode 100644 index 0000000..c9f9325 --- /dev/null +++ b/PuferFishContracts/PuferFishContracts.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.12.35707.178 d17.12 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PuferFishContracts", "PuferFishContracts\PuferFishContracts.csproj", "{4D964053-55A4-4522-BF52-984A22880D24}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4D964053-55A4-4522-BF52-984A22880D24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4D964053-55A4-4522-BF52-984A22880D24}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4D964053-55A4-4522-BF52-984A22880D24}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4D964053-55A4-4522-BF52-984A22880D24}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PuferFishContracts/PuferFishContracts/PuferFishContracts.csproj b/PuferFishContracts/PuferFishContracts/PuferFishContracts.csproj new file mode 100644 index 0000000..125f4c9 --- /dev/null +++ b/PuferFishContracts/PuferFishContracts/PuferFishContracts.csproj @@ -0,0 +1,9 @@ + + + + net9.0 + enable + enable + + +