From b3958469b537f162ecbaa883231a8a3b17cf6f81 Mon Sep 17 00:00:00 2001 From: Alexander Kozachenko <119358312+Alex-Kozachenko@users.noreply.github.com> Date: Fri, 8 Dec 2023 09:01:48 +0300 Subject: [PATCH] changed structure --- ProSol.TagsProvider/ProSol.TagsProvider.sln | 25 ------------------- ...agsProvider.csproj => TagsProvider.csproj} | 0 ProSol.WebScrap.Demo.CLI/Demo.sln | 25 ------------------- ProSol.WebScrap.Demo.CLI/demo.code-workspace | 8 ------ .../Program.cs | 0 .../WebScrap.csproj | 0 6 files changed, 58 deletions(-) delete mode 100644 ProSol.TagsProvider/ProSol.TagsProvider.sln rename ProSol.TagsProvider/{ProSol.TagsProvider.csproj => TagsProvider.csproj} (100%) delete mode 100644 ProSol.WebScrap.Demo.CLI/Demo.sln delete mode 100644 ProSol.WebScrap.Demo.CLI/demo.code-workspace rename {ProSol.WebScrap.Demo.CLI => ProSol.WebScrap}/Program.cs (100%) rename ProSol.WebScrap.Demo.CLI/Demo.csproj => ProSol.WebScrap/WebScrap.csproj (100%) diff --git a/ProSol.TagsProvider/ProSol.TagsProvider.sln b/ProSol.TagsProvider/ProSol.TagsProvider.sln deleted file mode 100644 index 769a2ea..0000000 --- a/ProSol.TagsProvider/ProSol.TagsProvider.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.5.002.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProSol.TagsProvider", "ProSol.TagsProvider.csproj", "{8CDCF844-F7AA-43FD-A49A-DD8F580CD238}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {8CDCF844-F7AA-43FD-A49A-DD8F580CD238}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8CDCF844-F7AA-43FD-A49A-DD8F580CD238}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8CDCF844-F7AA-43FD-A49A-DD8F580CD238}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8CDCF844-F7AA-43FD-A49A-DD8F580CD238}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {E9BD37C0-9E45-494A-9836-B77E5FFBA73E} - EndGlobalSection -EndGlobal diff --git a/ProSol.TagsProvider/ProSol.TagsProvider.csproj b/ProSol.TagsProvider/TagsProvider.csproj similarity index 100% rename from ProSol.TagsProvider/ProSol.TagsProvider.csproj rename to ProSol.TagsProvider/TagsProvider.csproj diff --git a/ProSol.WebScrap.Demo.CLI/Demo.sln b/ProSol.WebScrap.Demo.CLI/Demo.sln deleted file mode 100644 index 1526cdd..0000000 --- a/ProSol.WebScrap.Demo.CLI/Demo.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.5.002.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "Demo.csproj", "{3735D643-CB62-446F-BCAD-C519785DF26C}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {3735D643-CB62-446F-BCAD-C519785DF26C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3735D643-CB62-446F-BCAD-C519785DF26C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3735D643-CB62-446F-BCAD-C519785DF26C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3735D643-CB62-446F-BCAD-C519785DF26C}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {AD5B549D-74E1-4C89-A4B6-505FCB0B0423} - EndGlobalSection -EndGlobal diff --git a/ProSol.WebScrap.Demo.CLI/demo.code-workspace b/ProSol.WebScrap.Demo.CLI/demo.code-workspace deleted file mode 100644 index 876a149..0000000 --- a/ProSol.WebScrap.Demo.CLI/demo.code-workspace +++ /dev/null @@ -1,8 +0,0 @@ -{ - "folders": [ - { - "path": "." - } - ], - "settings": {} -} \ No newline at end of file diff --git a/ProSol.WebScrap.Demo.CLI/Program.cs b/ProSol.WebScrap/Program.cs similarity index 100% rename from ProSol.WebScrap.Demo.CLI/Program.cs rename to ProSol.WebScrap/Program.cs diff --git a/ProSol.WebScrap.Demo.CLI/Demo.csproj b/ProSol.WebScrap/WebScrap.csproj similarity index 100% rename from ProSol.WebScrap.Demo.CLI/Demo.csproj rename to ProSol.WebScrap/WebScrap.csproj