Skip to content

Commit

Permalink
add ardb sharp
Browse files Browse the repository at this point in the history
  • Loading branch information
kochol committed Jun 14, 2020
1 parent 55b9c40 commit 7c705f3
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

# Folders

Server/.vs
Server/obj
Server/bin
Server/bin

# Files

*.user
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "ardb-sharp"]
path = ardb-sharp
url = https://github.com/kochol/ardb-sharp.git
27 changes: 26 additions & 1 deletion Server/Server.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions ardb-sharp
Submodule ardb-sharp added at 6561fd

0 comments on commit 7c705f3

Please sign in to comment.