From 0d15923b94bcb57125a860aeca32fd56b72c2cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=A8=D0=B8=D0=BF?= =?UTF-8?q?=D0=B8=D0=BB=D0=BE=D0=B2?= Date: Mon, 28 Apr 2025 14:40:57 +0400 Subject: [PATCH] ProjectsInit --- .../ComputerStoreBusinessLogic.csproj | 9 +++++ .../ComputerStoreContracts.csproj | 9 +++++ .../ComputerStoreDatabase.csproj | 9 +++++ ComputerStoreProject/ComputerStoreProject.sln | 37 +++++++++++++++++++ 4 files changed, 64 insertions(+) create mode 100644 ComputerStoreProject/ComputerStoreBusinessLogic/ComputerStoreBusinessLogic.csproj create mode 100644 ComputerStoreProject/ComputerStoreContracts/ComputerStoreContracts.csproj create mode 100644 ComputerStoreProject/ComputerStoreDatabase/ComputerStoreDatabase.csproj create mode 100644 ComputerStoreProject/ComputerStoreProject.sln diff --git a/ComputerStoreProject/ComputerStoreBusinessLogic/ComputerStoreBusinessLogic.csproj b/ComputerStoreProject/ComputerStoreBusinessLogic/ComputerStoreBusinessLogic.csproj new file mode 100644 index 0000000..fa71b7a --- /dev/null +++ b/ComputerStoreProject/ComputerStoreBusinessLogic/ComputerStoreBusinessLogic.csproj @@ -0,0 +1,9 @@ + + + + net8.0 + enable + enable + + + diff --git a/ComputerStoreProject/ComputerStoreContracts/ComputerStoreContracts.csproj b/ComputerStoreProject/ComputerStoreContracts/ComputerStoreContracts.csproj new file mode 100644 index 0000000..fa71b7a --- /dev/null +++ b/ComputerStoreProject/ComputerStoreContracts/ComputerStoreContracts.csproj @@ -0,0 +1,9 @@ + + + + net8.0 + enable + enable + + + diff --git a/ComputerStoreProject/ComputerStoreDatabase/ComputerStoreDatabase.csproj b/ComputerStoreProject/ComputerStoreDatabase/ComputerStoreDatabase.csproj new file mode 100644 index 0000000..fa71b7a --- /dev/null +++ b/ComputerStoreProject/ComputerStoreDatabase/ComputerStoreDatabase.csproj @@ -0,0 +1,9 @@ + + + + net8.0 + enable + enable + + + diff --git a/ComputerStoreProject/ComputerStoreProject.sln b/ComputerStoreProject/ComputerStoreProject.sln new file mode 100644 index 0000000..16f9fe2 --- /dev/null +++ b/ComputerStoreProject/ComputerStoreProject.sln @@ -0,0 +1,37 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34330.188 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComputerStoreContracts", "ComputerStoreContracts\ComputerStoreContracts.csproj", "{DE750B8C-D9EC-4563-99C7-98D2EF835A80}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputerStoreDatabase", "ComputerStoreDatabase\ComputerStoreDatabase.csproj", "{CEDA00AE-6E2D-482C-8BDA-82F0038C1DD5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputerStoreBusinessLogic", "ComputerStoreBusinessLogic\ComputerStoreBusinessLogic.csproj", "{0F764D8C-71D0-4655-947B-91DF5663C822}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {DE750B8C-D9EC-4563-99C7-98D2EF835A80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DE750B8C-D9EC-4563-99C7-98D2EF835A80}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DE750B8C-D9EC-4563-99C7-98D2EF835A80}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DE750B8C-D9EC-4563-99C7-98D2EF835A80}.Release|Any CPU.Build.0 = Release|Any CPU + {CEDA00AE-6E2D-482C-8BDA-82F0038C1DD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CEDA00AE-6E2D-482C-8BDA-82F0038C1DD5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CEDA00AE-6E2D-482C-8BDA-82F0038C1DD5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CEDA00AE-6E2D-482C-8BDA-82F0038C1DD5}.Release|Any CPU.Build.0 = Release|Any CPU + {0F764D8C-71D0-4655-947B-91DF5663C822}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0F764D8C-71D0-4655-947B-91DF5663C822}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0F764D8C-71D0-4655-947B-91DF5663C822}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0F764D8C-71D0-4655-947B-91DF5663C822}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {7442B98E-BDFC-4BD3-85CC-DC74F8FF1692} + EndGlobalSection +EndGlobal