-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAkka.Serialization.Compressed.sln
65 lines (65 loc) · 4.03 KB
/
Akka.Serialization.Compressed.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Akka.Serialization.Compressed.Json", "src\Akka.Serialization.Compressed.Json\Akka.Serialization.Compressed.Json.csproj", "{E945AABA-2779-41E8-9B43-8898FFD64F22}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Akka.Serialization.Compressed.Json.Tests", "src\Akka.Serialization.Compressed.Json.Tests\Akka.Serialization.Compressed.Json.Tests.csproj", "{0F9B9BC6-9F86-40E8-BA9B-D27BF3AC7970}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Akka.Serialization.Compressed.Json.Tests.Performance", "src\Akka.Serialization.Compressed.Json.Tests.Performance\Akka.Serialization.Compressed.Json.Tests.Performance.csproj", "{F7035FC5-8658-42AC-9317-749CC089C262}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{AD88EB36-E919-4948-855E-2223B5826AA7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2B9D74C1-4148-46EF-B3FE-7357839FAF40}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Generated.props = src\Directory.Generated.props
src\Directory.Packages.props = src\Directory.Packages.props
NuGet.Config = NuGet.Config
BUILD.md = BUILD.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Json", "Json", "{25F8AE7C-D98B-41B1-A534-49E9603D8533}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Akka.Serialization.TestKit", "src\Akka.Serialization.TestKit\Akka.Serialization.TestKit.csproj", "{640F5154-074A-4855-8A15-B2C3F874CEFD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E945AABA-2779-41E8-9B43-8898FFD64F22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E945AABA-2779-41E8-9B43-8898FFD64F22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E945AABA-2779-41E8-9B43-8898FFD64F22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E945AABA-2779-41E8-9B43-8898FFD64F22}.Release|Any CPU.Build.0 = Release|Any CPU
{0F9B9BC6-9F86-40E8-BA9B-D27BF3AC7970}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F9B9BC6-9F86-40E8-BA9B-D27BF3AC7970}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F9B9BC6-9F86-40E8-BA9B-D27BF3AC7970}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F9B9BC6-9F86-40E8-BA9B-D27BF3AC7970}.Release|Any CPU.Build.0 = Release|Any CPU
{F7035FC5-8658-42AC-9317-749CC089C262}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7035FC5-8658-42AC-9317-749CC089C262}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7035FC5-8658-42AC-9317-749CC089C262}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7035FC5-8658-42AC-9317-749CC089C262}.Release|Any CPU.Build.0 = Release|Any CPU
{AD88EB36-E919-4948-855E-2223B5826AA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD88EB36-E919-4948-855E-2223B5826AA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{640F5154-074A-4855-8A15-B2C3F874CEFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{640F5154-074A-4855-8A15-B2C3F874CEFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{640F5154-074A-4855-8A15-B2C3F874CEFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{640F5154-074A-4855-8A15-B2C3F874CEFD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B99E6BB8-642A-4A68-86DF-69567CBA700A}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E945AABA-2779-41E8-9B43-8898FFD64F22} = {25F8AE7C-D98B-41B1-A534-49E9603D8533}
{0F9B9BC6-9F86-40E8-BA9B-D27BF3AC7970} = {25F8AE7C-D98B-41B1-A534-49E9603D8533}
{F7035FC5-8658-42AC-9317-749CC089C262} = {25F8AE7C-D98B-41B1-A534-49E9603D8533}
EndGlobalSection
EndGlobal