From e7dec86f9c8435ab359b0908fc81601407fa69d3 Mon Sep 17 00:00:00 2001 From: devil_1nc Date: Sun, 16 Apr 2023 00:31:47 +0400 Subject: [PATCH] Bruch fix --- SoftwareInstallation/SoftwareInstallation.sln | 6 ------ SoftwareInstallation/SoftwareInstallation/Program.cs | 2 +- .../SoftwareInstallation/SoftwareInstallationView.csproj | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/SoftwareInstallation/SoftwareInstallation.sln b/SoftwareInstallation/SoftwareInstallation.sln index 418534c..500f0a9 100644 --- a/SoftwareInstallation/SoftwareInstallation.sln +++ b/SoftwareInstallation/SoftwareInstallation.sln @@ -15,8 +15,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AbstractSoftwareInstallatio EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AbstractSoftwareInstallationFileImplement", "AbstractSoftwareInstallationFileImplement\AbstractSoftwareInstallationFileImplement.csproj", "{BEE13C3F-1BB8-46B4-BC87-CFC367E52A77}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AbstractSoftwareInstallationDatabaseImplement", "AbstractSoftwareInstallationDatabaseImplement\AbstractSoftwareInstallationDatabaseImplement.csproj", "{C0E293F4-1C74-4852-BE77-2B30F51BA844}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -47,10 +45,6 @@ Global {BEE13C3F-1BB8-46B4-BC87-CFC367E52A77}.Debug|Any CPU.Build.0 = Debug|Any CPU {BEE13C3F-1BB8-46B4-BC87-CFC367E52A77}.Release|Any CPU.ActiveCfg = Release|Any CPU {BEE13C3F-1BB8-46B4-BC87-CFC367E52A77}.Release|Any CPU.Build.0 = Release|Any CPU - {C0E293F4-1C74-4852-BE77-2B30F51BA844}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C0E293F4-1C74-4852-BE77-2B30F51BA844}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C0E293F4-1C74-4852-BE77-2B30F51BA844}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C0E293F4-1C74-4852-BE77-2B30F51BA844}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/SoftwareInstallation/SoftwareInstallation/Program.cs b/SoftwareInstallation/SoftwareInstallation/Program.cs index cf7b6fb..1b6b0b8 100644 --- a/SoftwareInstallation/SoftwareInstallation/Program.cs +++ b/SoftwareInstallation/SoftwareInstallation/Program.cs @@ -1,4 +1,4 @@ -using AbstractSoftwareInstallationDatabaseImplement.Implements; +using AbstractSoftwareInstallationFileImplement.Implements; using AbstractSoftwareInstallationBusinessLogic; using AbstractSoftwareInstallationBusinessLogic.BusinessLogic; using AbstractSoftwareInstallationContracts.BusinessLogicsContracts; diff --git a/SoftwareInstallation/SoftwareInstallation/SoftwareInstallationView.csproj b/SoftwareInstallation/SoftwareInstallation/SoftwareInstallationView.csproj index e701f9c..e5ca85c 100644 --- a/SoftwareInstallation/SoftwareInstallation/SoftwareInstallationView.csproj +++ b/SoftwareInstallation/SoftwareInstallation/SoftwareInstallationView.csproj @@ -21,7 +21,7 @@ - +