From 298892a57471a3f34f3f83b12451fb5650d42296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=AF=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=B2?= Date: Wed, 17 Apr 2024 13:24:01 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=81=D0=BD=D0=BE=D0=B2=D0=B0=20=D1=81?= =?UTF-8?q?=D0=BB=D0=BE=D1=8F=20=D0=BA=D0=BE=D0=BD=D1=82=D1=80=D0=B0=D0=BA?= =?UTF-8?q?=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ServiceStation/ServiceStation.sln | 8 +++++++- .../ServiceStationContracts.csproj | 17 +++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 ServiceStation/ServiceStationContracts/ServiceStationContracts.csproj diff --git a/ServiceStation/ServiceStation.sln b/ServiceStation/ServiceStation.sln index 9a5dd7a..432cce4 100644 --- a/ServiceStation/ServiceStation.sln +++ b/ServiceStation/ServiceStation.sln @@ -5,7 +5,9 @@ VisualStudioVersion = 17.9.34714.143 MinimumVisualStudioVersion = 10.0.40219.1 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}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceStationDataModels", "ServiceStationDataModels\ServiceStationDataModels.csproj", "{B9302F55-74F5-4A39-8384-C99BDB7E5159}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceStationContracts", "ServiceStationContracts\ServiceStationContracts.csproj", "{7813B987-065A-48FA-A3D0-70F02DFF21A4}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -21,6 +23,10 @@ Global {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 + {7813B987-065A-48FA-A3D0-70F02DFF21A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7813B987-065A-48FA-A3D0-70F02DFF21A4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7813B987-065A-48FA-A3D0-70F02DFF21A4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7813B987-065A-48FA-A3D0-70F02DFF21A4}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/ServiceStation/ServiceStationContracts/ServiceStationContracts.csproj b/ServiceStation/ServiceStationContracts/ServiceStationContracts.csproj new file mode 100644 index 0000000..38b0ca1 --- /dev/null +++ b/ServiceStation/ServiceStationContracts/ServiceStationContracts.csproj @@ -0,0 +1,17 @@ + + + + net6.0 + enable + enable + + + + + + + + + + +