From 125ee5d22e8749c7d7ab7bd64ab562e001524df0 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 17 Sep 2024 10:50:52 +0200 Subject: [PATCH] moves to correct folders --- .../BittorrentPlugin}/BittorrentPlugin.cs | 0 .../BittorrentPlugin}/BittorrentPlugin.csproj | 2 +- .../CoreInterfaceExtensions.cs | 0 Tests/CodexTests/CodexTests.csproj | 2 +- .../BittorrentDriver}/BittorrentDriver.csproj | 4 ++-- .../BittorrentDriver.csproj.user | 0 .../BittorrentDriver}/BittorrentDriver.http | 0 .../Controllers/TorrentController.cs | 0 .../BittorrentDriver}/Dockerfile | 0 .../BittorrentDriver}/Program.cs | 0 .../Properties/launchSettings.json | 0 .../BittorrentDriver}/README.md | 0 .../BittorrentDriver}/TorrentTracker.cs | 0 .../BittorrentDriver}/Transmission.cs | 0 .../appsettings.Development.json | 0 .../BittorrentDriver}/appsettings.json | 0 cs-codex-dist-testing.sln | 24 +++++++++---------- 17 files changed, 16 insertions(+), 16 deletions(-) rename {BittorrentPlugin => ProjectPlugins/BittorrentPlugin}/BittorrentPlugin.cs (100%) rename {BittorrentPlugin => ProjectPlugins/BittorrentPlugin}/BittorrentPlugin.csproj (77%) rename {BittorrentPlugin => ProjectPlugins/BittorrentPlugin}/CoreInterfaceExtensions.cs (100%) rename {BittorrentDriver => Tools/BittorrentDriver}/BittorrentDriver.csproj (81%) rename {BittorrentDriver => Tools/BittorrentDriver}/BittorrentDriver.csproj.user (100%) rename {BittorrentDriver => Tools/BittorrentDriver}/BittorrentDriver.http (100%) rename {BittorrentDriver => Tools/BittorrentDriver}/Controllers/TorrentController.cs (100%) rename {BittorrentDriver => Tools/BittorrentDriver}/Dockerfile (100%) rename {BittorrentDriver => Tools/BittorrentDriver}/Program.cs (100%) rename {BittorrentDriver => Tools/BittorrentDriver}/Properties/launchSettings.json (100%) rename {BittorrentDriver => Tools/BittorrentDriver}/README.md (100%) rename {BittorrentDriver => Tools/BittorrentDriver}/TorrentTracker.cs (100%) rename {BittorrentDriver => Tools/BittorrentDriver}/Transmission.cs (100%) rename {BittorrentDriver => Tools/BittorrentDriver}/appsettings.Development.json (100%) rename {BittorrentDriver => Tools/BittorrentDriver}/appsettings.json (100%) diff --git a/BittorrentPlugin/BittorrentPlugin.cs b/ProjectPlugins/BittorrentPlugin/BittorrentPlugin.cs similarity index 100% rename from BittorrentPlugin/BittorrentPlugin.cs rename to ProjectPlugins/BittorrentPlugin/BittorrentPlugin.cs diff --git a/BittorrentPlugin/BittorrentPlugin.csproj b/ProjectPlugins/BittorrentPlugin/BittorrentPlugin.csproj similarity index 77% rename from BittorrentPlugin/BittorrentPlugin.csproj rename to ProjectPlugins/BittorrentPlugin/BittorrentPlugin.csproj index f8d505f..6782ed9 100644 --- a/BittorrentPlugin/BittorrentPlugin.csproj +++ b/ProjectPlugins/BittorrentPlugin/BittorrentPlugin.csproj @@ -7,7 +7,7 @@ - + diff --git a/BittorrentPlugin/CoreInterfaceExtensions.cs b/ProjectPlugins/BittorrentPlugin/CoreInterfaceExtensions.cs similarity index 100% rename from BittorrentPlugin/CoreInterfaceExtensions.cs rename to ProjectPlugins/BittorrentPlugin/CoreInterfaceExtensions.cs diff --git a/Tests/CodexTests/CodexTests.csproj b/Tests/CodexTests/CodexTests.csproj index ceda9c0..ecbbaa9 100644 --- a/Tests/CodexTests/CodexTests.csproj +++ b/Tests/CodexTests/CodexTests.csproj @@ -13,8 +13,8 @@ - + diff --git a/BittorrentDriver/BittorrentDriver.csproj b/Tools/BittorrentDriver/BittorrentDriver.csproj similarity index 81% rename from BittorrentDriver/BittorrentDriver.csproj rename to Tools/BittorrentDriver/BittorrentDriver.csproj index f0fc5a2..78a4332 100644 --- a/BittorrentDriver/BittorrentDriver.csproj +++ b/Tools/BittorrentDriver/BittorrentDriver.csproj @@ -1,7 +1,7 @@ - net8.0 + net7.0 enable enable 4d58719c-20df-4407-bfb4-0f65a324a118 @@ -14,7 +14,7 @@ - + diff --git a/BittorrentDriver/BittorrentDriver.csproj.user b/Tools/BittorrentDriver/BittorrentDriver.csproj.user similarity index 100% rename from BittorrentDriver/BittorrentDriver.csproj.user rename to Tools/BittorrentDriver/BittorrentDriver.csproj.user diff --git a/BittorrentDriver/BittorrentDriver.http b/Tools/BittorrentDriver/BittorrentDriver.http similarity index 100% rename from BittorrentDriver/BittorrentDriver.http rename to Tools/BittorrentDriver/BittorrentDriver.http diff --git a/BittorrentDriver/Controllers/TorrentController.cs b/Tools/BittorrentDriver/Controllers/TorrentController.cs similarity index 100% rename from BittorrentDriver/Controllers/TorrentController.cs rename to Tools/BittorrentDriver/Controllers/TorrentController.cs diff --git a/BittorrentDriver/Dockerfile b/Tools/BittorrentDriver/Dockerfile similarity index 100% rename from BittorrentDriver/Dockerfile rename to Tools/BittorrentDriver/Dockerfile diff --git a/BittorrentDriver/Program.cs b/Tools/BittorrentDriver/Program.cs similarity index 100% rename from BittorrentDriver/Program.cs rename to Tools/BittorrentDriver/Program.cs diff --git a/BittorrentDriver/Properties/launchSettings.json b/Tools/BittorrentDriver/Properties/launchSettings.json similarity index 100% rename from BittorrentDriver/Properties/launchSettings.json rename to Tools/BittorrentDriver/Properties/launchSettings.json diff --git a/BittorrentDriver/README.md b/Tools/BittorrentDriver/README.md similarity index 100% rename from BittorrentDriver/README.md rename to Tools/BittorrentDriver/README.md diff --git a/BittorrentDriver/TorrentTracker.cs b/Tools/BittorrentDriver/TorrentTracker.cs similarity index 100% rename from BittorrentDriver/TorrentTracker.cs rename to Tools/BittorrentDriver/TorrentTracker.cs diff --git a/BittorrentDriver/Transmission.cs b/Tools/BittorrentDriver/Transmission.cs similarity index 100% rename from BittorrentDriver/Transmission.cs rename to Tools/BittorrentDriver/Transmission.cs diff --git a/BittorrentDriver/appsettings.Development.json b/Tools/BittorrentDriver/appsettings.Development.json similarity index 100% rename from BittorrentDriver/appsettings.Development.json rename to Tools/BittorrentDriver/appsettings.Development.json diff --git a/BittorrentDriver/appsettings.json b/Tools/BittorrentDriver/appsettings.json similarity index 100% rename from BittorrentDriver/appsettings.json rename to Tools/BittorrentDriver/appsettings.json diff --git a/cs-codex-dist-testing.sln b/cs-codex-dist-testing.sln index 8dc5e8c..7cefff2 100644 --- a/cs-codex-dist-testing.sln +++ b/cs-codex-dist-testing.sln @@ -76,9 +76,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TranscriptAnalysis", "Tools EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MarketInsights", "Tools\MarketInsights\MarketInsights.csproj", "{004614DF-1C65-45E3-882D-59AE44282573}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BittorrentPlugin", "BittorrentPlugin\BittorrentPlugin.csproj", "{0E2C6152-951D-433A-A150-96CFBCD1472A}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BittorrentPlugin", "ProjectPlugins\BittorrentPlugin\BittorrentPlugin.csproj", "{79866016-8CB3-4A30-9E5E-54070F27BE1E}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BittorrentDriver", "BittorrentDriver\BittorrentDriver.csproj", "{59B53781-9E5E-4A38-89F3-52996556B593}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BittorrentDriver", "Tools\BittorrentDriver\BittorrentDriver.csproj", "{AB9F7F80-9071-49A8-8B9D-D5B5D3E56560}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -206,14 +206,14 @@ Global {004614DF-1C65-45E3-882D-59AE44282573}.Debug|Any CPU.Build.0 = Debug|Any CPU {004614DF-1C65-45E3-882D-59AE44282573}.Release|Any CPU.ActiveCfg = Release|Any CPU {004614DF-1C65-45E3-882D-59AE44282573}.Release|Any CPU.Build.0 = Release|Any CPU - {0E2C6152-951D-433A-A150-96CFBCD1472A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0E2C6152-951D-433A-A150-96CFBCD1472A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0E2C6152-951D-433A-A150-96CFBCD1472A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0E2C6152-951D-433A-A150-96CFBCD1472A}.Release|Any CPU.Build.0 = Release|Any CPU - {59B53781-9E5E-4A38-89F3-52996556B593}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {59B53781-9E5E-4A38-89F3-52996556B593}.Debug|Any CPU.Build.0 = Debug|Any CPU - {59B53781-9E5E-4A38-89F3-52996556B593}.Release|Any CPU.ActiveCfg = Release|Any CPU - {59B53781-9E5E-4A38-89F3-52996556B593}.Release|Any CPU.Build.0 = Release|Any CPU + {79866016-8CB3-4A30-9E5E-54070F27BE1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {79866016-8CB3-4A30-9E5E-54070F27BE1E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {79866016-8CB3-4A30-9E5E-54070F27BE1E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {79866016-8CB3-4A30-9E5E-54070F27BE1E}.Release|Any CPU.Build.0 = Release|Any CPU + {AB9F7F80-9071-49A8-8B9D-D5B5D3E56560}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AB9F7F80-9071-49A8-8B9D-D5B5D3E56560}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AB9F7F80-9071-49A8-8B9D-D5B5D3E56560}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AB9F7F80-9071-49A8-8B9D-D5B5D3E56560}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -249,8 +249,8 @@ Global {870DDFBE-D7ED-4196-9681-13CA947BDEA6} = {81AE04BC-CBFA-4E6F-B039-8208E9AFAAE7} {C0EEBD32-23CB-45EC-A863-79FB948508C8} = {7591C5B3-D86E-4AE4-8ED2-B272D17FE7E3} {004614DF-1C65-45E3-882D-59AE44282573} = {7591C5B3-D86E-4AE4-8ED2-B272D17FE7E3} - {0E2C6152-951D-433A-A150-96CFBCD1472A} = {8F1F1C2A-E313-4E0C-BE40-58FB0BA91124} - {59B53781-9E5E-4A38-89F3-52996556B593} = {7591C5B3-D86E-4AE4-8ED2-B272D17FE7E3} + {79866016-8CB3-4A30-9E5E-54070F27BE1E} = {8F1F1C2A-E313-4E0C-BE40-58FB0BA91124} + {AB9F7F80-9071-49A8-8B9D-D5B5D3E56560} = {7591C5B3-D86E-4AE4-8ED2-B272D17FE7E3} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {237BF0AA-9EC4-4659-AD9A-65DEB974250C}