From ef6afd92dc2504b1795878773df9a7de6a53f945 Mon Sep 17 00:00:00 2001 From: Artyom_Yashin Date: Sat, 16 Mar 2024 16:12:22 +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 --- .../BArberShopDataModels.csproj | 10 ++++++++ BarberShop/BArberShopDataModels/Class1.cs | 6 +++++ BarberShop/BarberShop.sln | 25 +++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 BarberShop/BArberShopDataModels/BArberShopDataModels.csproj create mode 100644 BarberShop/BArberShopDataModels/Class1.cs create mode 100644 BarberShop/BarberShop.sln diff --git a/BarberShop/BArberShopDataModels/BArberShopDataModels.csproj b/BarberShop/BArberShopDataModels/BArberShopDataModels.csproj new file mode 100644 index 0000000..060aa1c --- /dev/null +++ b/BarberShop/BArberShopDataModels/BArberShopDataModels.csproj @@ -0,0 +1,10 @@ + + + + net6.0-windows + enable + true + enable + + + diff --git a/BarberShop/BArberShopDataModels/Class1.cs b/BarberShop/BArberShopDataModels/Class1.cs new file mode 100644 index 0000000..6e9f636 --- /dev/null +++ b/BarberShop/BArberShopDataModels/Class1.cs @@ -0,0 +1,6 @@ +namespace BArberShopDataModels +{ + public class Class1 + { + } +} \ No newline at end of file diff --git a/BarberShop/BarberShop.sln b/BarberShop/BarberShop.sln new file mode 100644 index 0000000..e3a76e8 --- /dev/null +++ b/BarberShop/BarberShop.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.7.34031.279 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BArberShopDataModels", "BArberShopDataModels\BArberShopDataModels.csproj", "{D6E96E29-B162-47C6-B052-2F0FBA58C76F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D6E96E29-B162-47C6-B052-2F0FBA58C76F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D6E96E29-B162-47C6-B052-2F0FBA58C76F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D6E96E29-B162-47C6-B052-2F0FBA58C76F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D6E96E29-B162-47C6-B052-2F0FBA58C76F}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {16F02BA7-9046-4B18-8252-0FB6C5EE90B9} + EndGlobalSection +EndGlobal