From 8efec1a3355fd971fcda173da95c8a9394066b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A2=D0=B0=D0=B1=D0=B5=D0=B5=D0=B2=20=D0=90=D0=BB=D0=B5?= =?UTF-8?q?=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80?= Date: Tue, 16 Apr 2024 23:11:19 +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=D1=81=D0=BB=D0=BE=D1=8F=20=D0=BC=D0=BE=D0=B4=D0=B5?= =?UTF-8?q?=D0=BB=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ServiceStation/ServiceStation.sln | 8 +++++++- .../ServiceStationDataModels.csproj | 9 +++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 ServiceStation/ServiceStationDataModels/ServiceStationDataModels.csproj diff --git a/ServiceStation/ServiceStation.sln b/ServiceStation/ServiceStation.sln index 090271f..9a5dd7a 100644 --- a/ServiceStation/ServiceStation.sln +++ b/ServiceStation/ServiceStation.sln @@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.9.34714.143 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceStation", "ServiceStation\ServiceStation.csproj", "{C9C1F10E-E230-41C6-B049-045F1FD1451C}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceStation", "ServiceStation\ServiceStation.csproj", "{C9C1F10E-E230-41C6-B049-045F1FD1451C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceStationDataModels", "ServiceStationDataModels\ServiceStationDataModels.csproj", "{B9302F55-74F5-4A39-8384-C99BDB7E5159}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,6 +17,10 @@ Global {C9C1F10E-E230-41C6-B049-045F1FD1451C}.Debug|Any CPU.Build.0 = Debug|Any CPU {C9C1F10E-E230-41C6-B049-045F1FD1451C}.Release|Any CPU.ActiveCfg = Release|Any CPU {C9C1F10E-E230-41C6-B049-045F1FD1451C}.Release|Any CPU.Build.0 = Release|Any CPU + {B9302F55-74F5-4A39-8384-C99BDB7E5159}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B9302F55-74F5-4A39-8384-C99BDB7E5159}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B9302F55-74F5-4A39-8384-C99BDB7E5159}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B9302F55-74F5-4A39-8384-C99BDB7E5159}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/ServiceStation/ServiceStationDataModels/ServiceStationDataModels.csproj b/ServiceStation/ServiceStationDataModels/ServiceStationDataModels.csproj new file mode 100644 index 0000000..132c02c --- /dev/null +++ b/ServiceStation/ServiceStationDataModels/ServiceStationDataModels.csproj @@ -0,0 +1,9 @@ + + + + net6.0 + enable + enable + + +