From f7ca21c9088d8c26833cba235eb30f02d72cadcd Mon Sep 17 00:00:00 2001 From: Nick Genovese Date: Sat, 19 Mar 2022 22:24:39 -0400 Subject: [PATCH] feat (essentials): deleted sln files --- .../PepperDash.Essentials.Core.sln | 20 ------------------- .../PeppeDash.Essentials.Devices.Common.sln | 20 ------------------- .../PepperDash.Essentials.Devices.Dm.sln | 20 ------------------- 3 files changed, 60 deletions(-) delete mode 100644 src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.sln delete mode 100644 src/PepperDash.Essentials.Devices.Common/PeppeDash.Essentials.Devices.Common.sln delete mode 100644 src/PepperDash.Essentials.Devices.DM/PepperDash.Essentials.Devices.Dm.sln diff --git a/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.sln b/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.sln deleted file mode 100644 index 58dd9d09..00000000 --- a/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.sln +++ /dev/null @@ -1,20 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PepperDash.Essentials.Core", "PepperDash.Essentials.Core.csproj", "{A49AD6C8-FC0A-4CC0-9089-DFB4CF92D2B5}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {A49AD6C8-FC0A-4CC0-9089-DFB4CF92D2B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A49AD6C8-FC0A-4CC0-9089-DFB4CF92D2B5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A49AD6C8-FC0A-4CC0-9089-DFB4CF92D2B5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A49AD6C8-FC0A-4CC0-9089-DFB4CF92D2B5}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/src/PepperDash.Essentials.Devices.Common/PeppeDash.Essentials.Devices.Common.sln b/src/PepperDash.Essentials.Devices.Common/PeppeDash.Essentials.Devices.Common.sln deleted file mode 100644 index 56bc036c..00000000 --- a/src/PepperDash.Essentials.Devices.Common/PeppeDash.Essentials.Devices.Common.sln +++ /dev/null @@ -1,20 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Essentials/Devices.Common", "Essentials.Devices.Common.csproj", "{892B761C-E479-44CE-BD74-243E9214AF13}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {892B761C-E479-44CE-BD74-243E9214AF13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {892B761C-E479-44CE-BD74-243E9214AF13}.Debug|Any CPU.Build.0 = Debug|Any CPU - {892B761C-E479-44CE-BD74-243E9214AF13}.Release|Any CPU.ActiveCfg = Release|Any CPU - {892B761C-E479-44CE-BD74-243E9214AF13}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/src/PepperDash.Essentials.Devices.DM/PepperDash.Essentials.Devices.Dm.sln b/src/PepperDash.Essentials.Devices.DM/PepperDash.Essentials.Devices.Dm.sln deleted file mode 100644 index fa874f80..00000000 --- a/src/PepperDash.Essentials.Devices.DM/PepperDash.Essentials.Devices.Dm.sln +++ /dev/null @@ -1,20 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Essentials_DM", "Essentials_DM\Essentials_DM.csproj", "{9199CE8A-0C9F-4952-8672-3EED798B284F}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {9199CE8A-0C9F-4952-8672-3EED798B284F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9199CE8A-0C9F-4952-8672-3EED798B284F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9199CE8A-0C9F-4952-8672-3EED798B284F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9199CE8A-0C9F-4952-8672-3EED798B284F}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal