Skip to content

Commit

Permalink
WIP: Updated RCommon solution to include new persistence caching prov…
Browse files Browse the repository at this point in the history
…iders.
  • Loading branch information
jasonmwebb-lv committed Sep 6, 2024
1 parent a3b1b90 commit 59587a3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Src/RCommon.sln
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RCommon.Persistence.Caching
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RCommon.MemoryCache", "RCommon.MemoryCache\RCommon.MemoryCache.csproj", "{76DD86CF-B7D4-4F77-B772-C1F740B117EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RCommon.Persistence.Caching.MemoryCache", "RCommon.Persistence.Caching.MemoryCache\RCommon.Persistence.Caching.MemoryCache.csproj", "{0D7E4DB6-D03E-43B4-BB01-D6C35DD68292}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RCommon.Persistence.Caching.RedisCache", "RCommon.Persistence.Caching.RedisCache\RCommon.Persistence.Caching.RedisCache.csproj", "{8255067B-DDB6-4FAC-AB12-90B7903AEA11}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RCommon.SystemTextJson", "RCommon.SystemTextJson\RCommon.SystemTextJson.csproj", "{B9E0B12D-1EF5-4584-ACBA-4B027DBA6A82}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -231,6 +237,18 @@ Global
{76DD86CF-B7D4-4F77-B772-C1F740B117EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76DD86CF-B7D4-4F77-B772-C1F740B117EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76DD86CF-B7D4-4F77-B772-C1F740B117EA}.Release|Any CPU.Build.0 = Release|Any CPU
{0D7E4DB6-D03E-43B4-BB01-D6C35DD68292}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D7E4DB6-D03E-43B4-BB01-D6C35DD68292}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D7E4DB6-D03E-43B4-BB01-D6C35DD68292}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D7E4DB6-D03E-43B4-BB01-D6C35DD68292}.Release|Any CPU.Build.0 = Release|Any CPU
{8255067B-DDB6-4FAC-AB12-90B7903AEA11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8255067B-DDB6-4FAC-AB12-90B7903AEA11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8255067B-DDB6-4FAC-AB12-90B7903AEA11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8255067B-DDB6-4FAC-AB12-90B7903AEA11}.Release|Any CPU.Build.0 = Release|Any CPU
{B9E0B12D-1EF5-4584-ACBA-4B027DBA6A82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9E0B12D-1EF5-4584-ACBA-4B027DBA6A82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9E0B12D-1EF5-4584-ACBA-4B027DBA6A82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9E0B12D-1EF5-4584-ACBA-4B027DBA6A82}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -266,6 +284,9 @@ Global
{C66C9E1B-F76F-401B-A135-D894FB732481} = {09EB12C1-8CE6-47DE-9204-26779A33B40C}
{1343BAC3-A380-42FB-89E3-FD64E1EE7F0A} = {09EB12C1-8CE6-47DE-9204-26779A33B40C}
{76DD86CF-B7D4-4F77-B772-C1F740B117EA} = {09EB12C1-8CE6-47DE-9204-26779A33B40C}
{0D7E4DB6-D03E-43B4-BB01-D6C35DD68292} = {09EB12C1-8CE6-47DE-9204-26779A33B40C}
{8255067B-DDB6-4FAC-AB12-90B7903AEA11} = {09EB12C1-8CE6-47DE-9204-26779A33B40C}
{B9E0B12D-1EF5-4584-ACBA-4B027DBA6A82} = {62620D67-BE67-4C3C-ABE7-205B805A7002}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0B0CD26D-8067-4667-863E-6B0EE7EDAA42}
Expand Down

0 comments on commit 59587a3

Please sign in to comment.