From abbb6df66d150ac71feb1c2f324f89a6e0092bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20Kov=C3=A1cs?= Date: Tue, 22 Aug 2023 16:47:48 +0200 Subject: [PATCH] Sftp, Smb projects --- src/FileTime.sln | 28 +++++++++++++++++++ ...ileTime.Providers.Sftp.Abstractions.csproj | 9 ++++++ .../FileTime.Providers.Sftp.csproj | 13 +++++++++ ...FileTime.Providers.Smb.Abstractions.csproj | 9 ++++++ .../FileTime.Providers.Smb.csproj | 13 +++++++++ 5 files changed, 72 insertions(+) create mode 100644 src/Providers/FileTime.Providers.Sftp.Abstractions/FileTime.Providers.Sftp.Abstractions.csproj create mode 100644 src/Providers/FileTime.Providers.Sftp/FileTime.Providers.Sftp.csproj create mode 100644 src/Providers/FileTime.Providers.Smb.Abstractions/FileTime.Providers.Smb.Abstractions.csproj create mode 100644 src/Providers/FileTime.Providers.Smb/FileTime.Providers.Smb.csproj diff --git a/src/FileTime.sln b/src/FileTime.sln index 1f75577..f400b77 100644 --- a/src/FileTime.sln +++ b/src/FileTime.sln @@ -131,6 +131,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TerminalUI.Tests", "Library EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TerminalUI.Examples", "Library\TerminalUI.Examples\TerminalUI.Examples.csproj", "{14AC0667-A660-4CFC-960E-77E5E5B46D15}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileTime.Providers.Sftp", "Providers\FileTime.Providers.Sftp\FileTime.Providers.Sftp.csproj", "{1920B265-77E3-4E03-8756-D13F41A93583}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileTime.Providers.Sftp.Abstractions", "Providers\FileTime.Providers.Sftp.Abstractions\FileTime.Providers.Sftp.Abstractions.csproj", "{CA48A181-256E-4546-B164-6768B240BFFC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileTime.Providers.Smb", "Providers\FileTime.Providers.Smb\FileTime.Providers.Smb.csproj", "{CC8AA3FC-7A5B-4558-AB35-DFF59F2AEF47}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileTime.Providers.Smb.Abstractions", "Providers\FileTime.Providers.Smb.Abstractions\FileTime.Providers.Smb.Abstractions.csproj", "{595F736D-4711-4AD3-8D4F-13DD85FB35E7}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -357,6 +365,22 @@ Global {14AC0667-A660-4CFC-960E-77E5E5B46D15}.Debug|Any CPU.Build.0 = Debug|Any CPU {14AC0667-A660-4CFC-960E-77E5E5B46D15}.Release|Any CPU.ActiveCfg = Release|Any CPU {14AC0667-A660-4CFC-960E-77E5E5B46D15}.Release|Any CPU.Build.0 = Release|Any CPU + {1920B265-77E3-4E03-8756-D13F41A93583}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1920B265-77E3-4E03-8756-D13F41A93583}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1920B265-77E3-4E03-8756-D13F41A93583}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1920B265-77E3-4E03-8756-D13F41A93583}.Release|Any CPU.Build.0 = Release|Any CPU + {CA48A181-256E-4546-B164-6768B240BFFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CA48A181-256E-4546-B164-6768B240BFFC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CA48A181-256E-4546-B164-6768B240BFFC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CA48A181-256E-4546-B164-6768B240BFFC}.Release|Any CPU.Build.0 = Release|Any CPU + {CC8AA3FC-7A5B-4558-AB35-DFF59F2AEF47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CC8AA3FC-7A5B-4558-AB35-DFF59F2AEF47}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CC8AA3FC-7A5B-4558-AB35-DFF59F2AEF47}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CC8AA3FC-7A5B-4558-AB35-DFF59F2AEF47}.Release|Any CPU.Build.0 = Release|Any CPU + {595F736D-4711-4AD3-8D4F-13DD85FB35E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {595F736D-4711-4AD3-8D4F-13DD85FB35E7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {595F736D-4711-4AD3-8D4F-13DD85FB35E7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {595F736D-4711-4AD3-8D4F-13DD85FB35E7}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -418,6 +442,10 @@ Global {E72F6430-0E6E-4818-BD5F-114893ACB18E} = {07CA18AA-B85D-4DEE-BB86-F569F6029853} {30B6E288-F314-494B-8550-1329BFF664D2} = {07CA18AA-B85D-4DEE-BB86-F569F6029853} {14AC0667-A660-4CFC-960E-77E5E5B46D15} = {07CA18AA-B85D-4DEE-BB86-F569F6029853} + {1920B265-77E3-4E03-8756-D13F41A93583} = {2FC40FE1-4446-44AB-BF77-00F94D995FA3} + {CA48A181-256E-4546-B164-6768B240BFFC} = {2FC40FE1-4446-44AB-BF77-00F94D995FA3} + {CC8AA3FC-7A5B-4558-AB35-DFF59F2AEF47} = {2FC40FE1-4446-44AB-BF77-00F94D995FA3} + {595F736D-4711-4AD3-8D4F-13DD85FB35E7} = {2FC40FE1-4446-44AB-BF77-00F94D995FA3} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {859FB3DF-C60A-46B1-82E5-90274905D1EF} diff --git a/src/Providers/FileTime.Providers.Sftp.Abstractions/FileTime.Providers.Sftp.Abstractions.csproj b/src/Providers/FileTime.Providers.Sftp.Abstractions/FileTime.Providers.Sftp.Abstractions.csproj new file mode 100644 index 0000000..cfadb03 --- /dev/null +++ b/src/Providers/FileTime.Providers.Sftp.Abstractions/FileTime.Providers.Sftp.Abstractions.csproj @@ -0,0 +1,9 @@ + + + + net7.0 + enable + enable + + + diff --git a/src/Providers/FileTime.Providers.Sftp/FileTime.Providers.Sftp.csproj b/src/Providers/FileTime.Providers.Sftp/FileTime.Providers.Sftp.csproj new file mode 100644 index 0000000..20be851 --- /dev/null +++ b/src/Providers/FileTime.Providers.Sftp/FileTime.Providers.Sftp.csproj @@ -0,0 +1,13 @@ + + + + net7.0 + enable + enable + + + + + + + diff --git a/src/Providers/FileTime.Providers.Smb.Abstractions/FileTime.Providers.Smb.Abstractions.csproj b/src/Providers/FileTime.Providers.Smb.Abstractions/FileTime.Providers.Smb.Abstractions.csproj new file mode 100644 index 0000000..cfadb03 --- /dev/null +++ b/src/Providers/FileTime.Providers.Smb.Abstractions/FileTime.Providers.Smb.Abstractions.csproj @@ -0,0 +1,9 @@ + + + + net7.0 + enable + enable + + + diff --git a/src/Providers/FileTime.Providers.Smb/FileTime.Providers.Smb.csproj b/src/Providers/FileTime.Providers.Smb/FileTime.Providers.Smb.csproj new file mode 100644 index 0000000..1a11fea --- /dev/null +++ b/src/Providers/FileTime.Providers.Smb/FileTime.Providers.Smb.csproj @@ -0,0 +1,13 @@ + + + + net7.0 + enable + enable + + + + + + +