|
@@ -46,6 +46,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "@", "@", "{FEA6F92D-28D4-4C
|
|
|
EndProject
|
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VCommon.Caching", "VCommon.Caching\VCommon.Caching.csproj", "{3FA626FD-0A30-42EE-A45F-1923544B5042}"
|
|
|
EndProject
|
|
|
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VCommon.PubSub", "VCommon.PubSub\VCommon.PubSub.csproj", "{D6020B9A-955C-4F05-92B6-CD43F1635871}"
|
|
|
+EndProject
|
|
|
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VCommon.Services", "VCommon.Services\VCommon.Services.csproj", "{2754DB53-E475-484B-B803-BD33E5E30C13}"
|
|
|
+EndProject
|
|
|
Global
|
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
|
Debug|Any CPU = Debug|Any CPU
|
|
@@ -124,6 +128,14 @@ Global
|
|
|
{3FA626FD-0A30-42EE-A45F-1923544B5042}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
{3FA626FD-0A30-42EE-A45F-1923544B5042}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
{3FA626FD-0A30-42EE-A45F-1923544B5042}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
|
+ {D6020B9A-955C-4F05-92B6-CD43F1635871}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
+ {D6020B9A-955C-4F05-92B6-CD43F1635871}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
+ {D6020B9A-955C-4F05-92B6-CD43F1635871}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
+ {D6020B9A-955C-4F05-92B6-CD43F1635871}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
|
+ {2754DB53-E475-484B-B803-BD33E5E30C13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
+ {2754DB53-E475-484B-B803-BD33E5E30C13}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
+ {2754DB53-E475-484B-B803-BD33E5E30C13}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
+ {2754DB53-E475-484B-B803-BD33E5E30C13}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
|
EndGlobalSection
|
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
|
HideSolutionNode = FALSE
|