From eca2a3a9a5d7dac32e279052651049c6b58fc306 Mon Sep 17 00:00:00 2001 From: aleksandr chegodaev Date: Tue, 30 Apr 2024 18:30:17 +0400 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=BE=D0=B7=D0=B4=D0=B0=D0=BB=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D0=B5=D0=BA=D1=82=20=D1=81=20=D1=81=D1=81=D1=8B?= =?UTF-8?q?=D0=BB=D0=BA=D0=B0=D0=BC=D0=B8=20=D0=B8=20=D0=BF=D0=B0=D0=BA?= =?UTF-8?q?=D0=B5=D1=82=D0=B0=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CarCenter/CarCenter.sln | 14 +++++--- CarCenterDatabaseImplement/CarCenteDb.cs | 7 ++++ .../CarCenterDatabaseImplement.csproj | 32 +++++++++++++++++++ 3 files changed, 49 insertions(+), 4 deletions(-) create mode 100644 CarCenterDatabaseImplement/CarCenteDb.cs create mode 100644 CarCenterDatabaseImplement/CarCenterDatabaseImplement.csproj diff --git a/CarCenter/CarCenter.sln b/CarCenter/CarCenter.sln index 953e3e5..914b93e 100644 --- a/CarCenter/CarCenter.sln +++ b/CarCenter/CarCenter.sln @@ -3,13 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.8.34525.116 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarCenter", "CarCenter.csproj", "{67226823-B581-4EF2-85D9-EF237B3DA3AF}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CarCenter", "CarCenter.csproj", "{67226823-B581-4EF2-85D9-EF237B3DA3AF}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarCenterDataModels", "..\CarCenterDataModels\CarCenterDataModels.csproj", "{5C83F791-9BDF-4EE7-A2F9-E163E9A26613}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CarCenterDataModels", "..\CarCenterDataModels\CarCenterDataModels.csproj", "{5C83F791-9BDF-4EE7-A2F9-E163E9A26613}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarCenterContracts", "..\CarCenterContracts\CarCenterContracts.csproj", "{4A207999-1093-4596-B779-7366629753D3}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CarCenterContracts", "..\CarCenterContracts\CarCenterContracts.csproj", "{4A207999-1093-4596-B779-7366629753D3}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarCenterBusinessLogics", "..\CarCenterBusinessLogics\CarCenterBusinessLogics.csproj", "{6AD3202B-AE23-425B-B71C-07BC326F6EA6}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CarCenterBusinessLogics", "..\CarCenterBusinessLogics\CarCenterBusinessLogics.csproj", "{6AD3202B-AE23-425B-B71C-07BC326F6EA6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarCenterDatabaseImplement", "..\CarCenterDatabaseImplement\CarCenterDatabaseImplement.csproj", "{40629ABC-25BF-4898-996D-1F821DA20F54}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -33,6 +35,10 @@ Global {6AD3202B-AE23-425B-B71C-07BC326F6EA6}.Debug|Any CPU.Build.0 = Debug|Any CPU {6AD3202B-AE23-425B-B71C-07BC326F6EA6}.Release|Any CPU.ActiveCfg = Release|Any CPU {6AD3202B-AE23-425B-B71C-07BC326F6EA6}.Release|Any CPU.Build.0 = Release|Any CPU + {40629ABC-25BF-4898-996D-1F821DA20F54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {40629ABC-25BF-4898-996D-1F821DA20F54}.Debug|Any CPU.Build.0 = Debug|Any CPU + {40629ABC-25BF-4898-996D-1F821DA20F54}.Release|Any CPU.ActiveCfg = Release|Any CPU + {40629ABC-25BF-4898-996D-1F821DA20F54}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/CarCenterDatabaseImplement/CarCenteDb.cs b/CarCenterDatabaseImplement/CarCenteDb.cs new file mode 100644 index 0000000..b9926a6 --- /dev/null +++ b/CarCenterDatabaseImplement/CarCenteDb.cs @@ -0,0 +1,7 @@ +namespace CarCenterDatabaseImplement +{ + public class Class1 + { + + } +} diff --git a/CarCenterDatabaseImplement/CarCenterDatabaseImplement.csproj b/CarCenterDatabaseImplement/CarCenterDatabaseImplement.csproj new file mode 100644 index 0000000..24ad2e8 --- /dev/null +++ b/CarCenterDatabaseImplement/CarCenterDatabaseImplement.csproj @@ -0,0 +1,32 @@ + + + + net7.0 + enable + enable + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + +