From 186a7351240e2acaab1c52174b6b14e3a9d29950 Mon Sep 17 00:00:00 2001 From: rakhaliullov Date: Thu, 24 Apr 2025 17:54:26 +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 --- Bank/Bank.sln | 25 +++++++++++++++++++++++++ Bank/Bank/Bank.csproj | 9 +++++++++ 2 files changed, 34 insertions(+) create mode 100644 Bank/Bank.sln create mode 100644 Bank/Bank/Bank.csproj diff --git a/Bank/Bank.sln b/Bank/Bank.sln new file mode 100644 index 0000000..611ef40 --- /dev/null +++ b/Bank/Bank.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.13.35919.96 d17.13 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bank", "Bank\Bank.csproj", "{4D1918AC-313F-49A6-9FA3-620F496B2484}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4D1918AC-313F-49A6-9FA3-620F496B2484}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4D1918AC-313F-49A6-9FA3-620F496B2484}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4D1918AC-313F-49A6-9FA3-620F496B2484}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4D1918AC-313F-49A6-9FA3-620F496B2484}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F031059E-5420-4C9E-8900-3F0258FB4C0D} + EndGlobalSection +EndGlobal diff --git a/Bank/Bank/Bank.csproj b/Bank/Bank/Bank.csproj new file mode 100644 index 0000000..125f4c9 --- /dev/null +++ b/Bank/Bank/Bank.csproj @@ -0,0 +1,9 @@ + + + + net9.0 + enable + enable + + +