diff --git a/SoftwareInstallation/SofrwareInstallationContracts/SofrwareInstallationContracts.csproj b/SoftwareInstallation/SofrwareInstallationContracts/SofrwareInstallationContracts.csproj index 4ed0801..f1230e8 100644 --- a/SoftwareInstallation/SofrwareInstallationContracts/SofrwareInstallationContracts.csproj +++ b/SoftwareInstallation/SofrwareInstallationContracts/SofrwareInstallationContracts.csproj @@ -32,7 +32,7 @@ - + diff --git a/SoftwareInstallation/SoftwareInstallation.sln b/SoftwareInstallation/SoftwareInstallation.sln index c44fcf1..671abeb 100644 --- a/SoftwareInstallation/SoftwareInstallation.sln +++ b/SoftwareInstallation/SoftwareInstallation.sln @@ -5,13 +5,13 @@ VisualStudioVersion = 17.3.32825.248 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SoftwareInstallationView", "SoftwareInstallation\SoftwareInstallationView.csproj", "{4FD4B54E-7826-42C3-AC7D-6DE0A0C32574}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SoftwareInstallationDataModels", "AbstractSoftwareInstallationDataModels\SoftwareInstallationDataModels.csproj", "{FF4F8531-C712-400C-8F0E-D74867ACF0A3}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SofrwareInstallationContracts", "SofrwareInstallationContracts\SofrwareInstallationContracts.csproj", "{58522156-D91F-4693-8EFC-7D47464FC4CE}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SofrwareInstallationContracts", "AbstractSofrwareInstallationContracts\SofrwareInstallationContracts.csproj", "{58522156-D91F-4693-8EFC-7D47464FC4CE}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SoftwareInstallationBusinessLogic", "SoftwareInstallationBusinessLogic\SoftwareInstallationBusinessLogic.csproj", "{B159A640-39C5-4778-81B9-E6956009E8E0}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SoftwareInstallationBusinessLogic", "AbstractSoftwareInstallationBusinessLogic\SoftwareInstallationBusinessLogic.csproj", "{B159A640-39C5-4778-81B9-E6956009E8E0}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SoftwareInstallationListImplement", "SoftwareInstallationListImplement\SoftwareInstallationListImplement.csproj", "{135DD9F6-73CE-4419-BA17-FE9E3262E0AE}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SoftwareInstallationListImplement", "AbstractSoftwareInstallationListImplement\SoftwareInstallationListImplement.csproj", "{135DD9F6-73CE-4419-BA17-FE9E3262E0AE}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SoftwareInstallationDataModels", "SoftwareInstallationDataModels\SoftwareInstallationDataModels.csproj", "{72ABCE8E-6DFD-4543-95E3-85BE26CF6C12}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -23,10 +23,6 @@ Global {4FD4B54E-7826-42C3-AC7D-6DE0A0C32574}.Debug|Any CPU.Build.0 = Debug|Any CPU {4FD4B54E-7826-42C3-AC7D-6DE0A0C32574}.Release|Any CPU.ActiveCfg = Release|Any CPU {4FD4B54E-7826-42C3-AC7D-6DE0A0C32574}.Release|Any CPU.Build.0 = Release|Any CPU - {FF4F8531-C712-400C-8F0E-D74867ACF0A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FF4F8531-C712-400C-8F0E-D74867ACF0A3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FF4F8531-C712-400C-8F0E-D74867ACF0A3}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FF4F8531-C712-400C-8F0E-D74867ACF0A3}.Release|Any CPU.Build.0 = Release|Any CPU {58522156-D91F-4693-8EFC-7D47464FC4CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {58522156-D91F-4693-8EFC-7D47464FC4CE}.Debug|Any CPU.Build.0 = Debug|Any CPU {58522156-D91F-4693-8EFC-7D47464FC4CE}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -39,6 +35,10 @@ Global {135DD9F6-73CE-4419-BA17-FE9E3262E0AE}.Debug|Any CPU.Build.0 = Debug|Any CPU {135DD9F6-73CE-4419-BA17-FE9E3262E0AE}.Release|Any CPU.ActiveCfg = Release|Any CPU {135DD9F6-73CE-4419-BA17-FE9E3262E0AE}.Release|Any CPU.Build.0 = Release|Any CPU + {72ABCE8E-6DFD-4543-95E3-85BE26CF6C12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {72ABCE8E-6DFD-4543-95E3-85BE26CF6C12}.Debug|Any CPU.Build.0 = Debug|Any CPU + {72ABCE8E-6DFD-4543-95E3-85BE26CF6C12}.Release|Any CPU.ActiveCfg = Release|Any CPU + {72ABCE8E-6DFD-4543-95E3-85BE26CF6C12}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/SoftwareInstallation/SoftwareInstallation/SoftwareInstallationView.csproj b/SoftwareInstallation/SoftwareInstallation/SoftwareInstallationView.csproj index ec277cf..023da90 100644 --- a/SoftwareInstallation/SoftwareInstallation/SoftwareInstallationView.csproj +++ b/SoftwareInstallation/SoftwareInstallation/SoftwareInstallationView.csproj @@ -34,7 +34,7 @@ - + \ No newline at end of file diff --git a/SoftwareInstallation/SoftwareInstallationBusinessLogic/SoftwareInstallationBusinessLogic.csproj b/SoftwareInstallation/SoftwareInstallationBusinessLogic/SoftwareInstallationBusinessLogic.csproj index eb6364d..e90c31a 100644 --- a/SoftwareInstallation/SoftwareInstallationBusinessLogic/SoftwareInstallationBusinessLogic.csproj +++ b/SoftwareInstallation/SoftwareInstallationBusinessLogic/SoftwareInstallationBusinessLogic.csproj @@ -32,7 +32,7 @@ - + diff --git a/SoftwareInstallation/SoftwareInstallationListImplement/SoftwareInstallationListImplement.csproj b/SoftwareInstallation/SoftwareInstallationListImplement/SoftwareInstallationListImplement.csproj index 05dacb5..fe1c43b 100644 --- a/SoftwareInstallation/SoftwareInstallationListImplement/SoftwareInstallationListImplement.csproj +++ b/SoftwareInstallation/SoftwareInstallationListImplement/SoftwareInstallationListImplement.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/SoftwareInstallation/SoftwareInstallationView/AbstractSoftwareInstallationView.csproj b/SoftwareInstallation/SoftwareInstallationView/AbstractSoftwareInstallationView.csproj deleted file mode 100644 index 132c02c..0000000 --- a/SoftwareInstallation/SoftwareInstallationView/AbstractSoftwareInstallationView.csproj +++ /dev/null @@ -1,9 +0,0 @@ - - - - net6.0 - enable - enable - - -