@@ -45,6 +45,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CacheTower.Serializers.Newt
4545EndProject
4646Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "CacheTower.Serializers.Protobuf" , "src\CacheTower.Serializers.Protobuf\CacheTower.Serializers.Protobuf.csproj" , "{436A6DF0-3DD8-4342-ACC5-EF0B8D5DF9DD}"
4747EndProject
48+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "CacheTower.Serializers.SystemTextJson" , "src\CacheTower.Serializers.SystemTextJson\CacheTower.Serializers.SystemTextJson.csproj" , "{4E94E3E8-3CC0-4F23-BFD7-157C8C386AFB}"
49+ EndProject
4850Global
4951 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
5052 Debug| Any CPU = Debug| Any CPU
@@ -95,6 +97,10 @@ Global
9597 {436A6DF0-3DD8-4342-ACC5-EF0B8D5DF9DD} .Debug| Any CPU .Build .0 = Debug| Any CPU
9698 {436A6DF0-3DD8-4342-ACC5-EF0B8D5DF9DD} .Release| Any CPU .ActiveCfg = Release| Any CPU
9799 {436A6DF0-3DD8-4342-ACC5-EF0B8D5DF9DD} .Release| Any CPU .Build .0 = Release| Any CPU
100+ {4E94E3E8-3CC0-4F23-BFD7-157C8C386AFB} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
101+ {4E94E3E8-3CC0-4F23-BFD7-157C8C386AFB} .Debug| Any CPU .Build .0 = Debug| Any CPU
102+ {4E94E3E8-3CC0-4F23-BFD7-157C8C386AFB} .Release| Any CPU .ActiveCfg = Release| Any CPU
103+ {4E94E3E8-3CC0-4F23-BFD7-157C8C386AFB} .Release| Any CPU .Build .0 = Release| Any CPU
98104 EndGlobalSection
99105 GlobalSection (SolutionProperties ) = preSolution
100106 HideSolutionNode = FALSE
@@ -111,6 +117,7 @@ Global
111117 {7830CC14-9FF6-4C56-BBFE-8AE9B6C7AFFA} = {FD0B0385-93AD-4DDF-9FE7-C7325B05B6B0}
112118 {06C698D6-51AB-4DA5-ABF3-5207115A38B9} = {E261C038-498E-4F5A-B2D7-B79AB36FFEB0}
113119 {436A6DF0-3DD8-4342-ACC5-EF0B8D5DF9DD} = {E261C038-498E-4F5A-B2D7-B79AB36FFEB0}
120+ {4E94E3E8-3CC0-4F23-BFD7-157C8C386AFB} = {E261C038-498E-4F5A-B2D7-B79AB36FFEB0}
114121 EndGlobalSection
115122 GlobalSection (ExtensibilityGlobals ) = postSolution
116123 SolutionGuid = {F159337A-B345-49EE-8D58-A72EF1643174}
0 commit comments