From 7c705f3d6081f03e27ee914751ecd8d70a805f88 Mon Sep 17 00:00:00 2001 From: Ali Akbar Mohammadi Date: Sun, 14 Jun 2020 10:03:05 +0800 Subject: [PATCH] add ardb sharp --- .gitignore | 8 +++++++- .gitmodules | 3 +++ Server/Server.sln | 27 ++++++++++++++++++++++++++- ardb-sharp | 1 + 4 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 ardb-sharp diff --git a/.gitignore b/.gitignore index 5312d03..1787ea9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,10 @@ +# Folders + Server/.vs Server/obj -Server/bin \ No newline at end of file +Server/bin + +# Files + +*.user diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0e73715 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ardb-sharp"] + path = ardb-sharp + url = https://github.com/kochol/ardb-sharp.git diff --git a/Server/Server.sln b/Server/Server.sln index 6e4c8de..b436293 100644 --- a/Server/Server.sln +++ b/Server/Server.sln @@ -3,7 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.29911.84 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server.csproj", "{58C7B949-5968-4FA4-851A-FA61E2536837}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server", "Server.csproj", "{58C7B949-5968-4FA4-851A-FA61E2536837}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ardb-sharp", "..\ardb-sharp\src\ardb-sharp\ardb-sharp.csproj", "{350393AE-C9E5-46DB-BFA4-B49BA9B5856C}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RESPite", "..\ardb-sharp\deps\RESPite\src\RESPite\RESPite.csproj", "{FC375CFA-8010-4F16-86DF-060C557CE514}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RESPite.Redis", "..\ardb-sharp\deps\RESPite\src\RESPite.Redis\RESPite.Redis.csproj", "{821A2F3D-600D-439F-81C5-BC684B7A7473}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ARDB", "ARDB", "{AB85FE28-1831-42F7-8564-15A8B29975E5}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,10 +23,27 @@ Global {58C7B949-5968-4FA4-851A-FA61E2536837}.Debug|Any CPU.Build.0 = Debug|Any CPU {58C7B949-5968-4FA4-851A-FA61E2536837}.Release|Any CPU.ActiveCfg = Release|Any CPU {58C7B949-5968-4FA4-851A-FA61E2536837}.Release|Any CPU.Build.0 = Release|Any CPU + {350393AE-C9E5-46DB-BFA4-B49BA9B5856C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {350393AE-C9E5-46DB-BFA4-B49BA9B5856C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {350393AE-C9E5-46DB-BFA4-B49BA9B5856C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {350393AE-C9E5-46DB-BFA4-B49BA9B5856C}.Release|Any CPU.Build.0 = Release|Any CPU + {FC375CFA-8010-4F16-86DF-060C557CE514}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FC375CFA-8010-4F16-86DF-060C557CE514}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FC375CFA-8010-4F16-86DF-060C557CE514}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FC375CFA-8010-4F16-86DF-060C557CE514}.Release|Any CPU.Build.0 = Release|Any CPU + {821A2F3D-600D-439F-81C5-BC684B7A7473}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {821A2F3D-600D-439F-81C5-BC684B7A7473}.Debug|Any CPU.Build.0 = Debug|Any CPU + {821A2F3D-600D-439F-81C5-BC684B7A7473}.Release|Any CPU.ActiveCfg = Release|Any CPU + {821A2F3D-600D-439F-81C5-BC684B7A7473}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {350393AE-C9E5-46DB-BFA4-B49BA9B5856C} = {AB85FE28-1831-42F7-8564-15A8B29975E5} + {FC375CFA-8010-4F16-86DF-060C557CE514} = {AB85FE28-1831-42F7-8564-15A8B29975E5} + {821A2F3D-600D-439F-81C5-BC684B7A7473} = {AB85FE28-1831-42F7-8564-15A8B29975E5} + EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {08CAD048-778B-411D-AD30-F6BC4D918ADF} EndGlobalSection diff --git a/ardb-sharp b/ardb-sharp new file mode 160000 index 0000000..6561fd5 --- /dev/null +++ b/ardb-sharp @@ -0,0 +1 @@ +Subproject commit 6561fd51c7c5cf1500b2bd2a4e40a573fe230735