-
Notifications
You must be signed in to change notification settings - Fork 0
/
CK-BinarySerialization.sln
88 lines (87 loc) · 5.53 KB
/
CK-BinarySerialization.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{A5FD7DA3-11D3-459F-98D5-91778C4DB4BC}"
ProjectSection(SolutionItems) = preProject
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.BinarySerialization", "CK.BinarySerialization/CK.BinarySerialization.csproj", "{31A5034B-1478-4D30-9F46-0157B6CEC1A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.BinarySerialization.Tests", "Tests/CK.BinarySerialization.Tests/CK.BinarySerialization.Tests.csproj", "{FD7CB9D0-080E-4649-B8FD-3B801F0596C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5AF86BF8-AD20-4F0C-B3B1-120CB23FA7CD}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
NuGet.config = NuGet.config
README.md = README.md
RepositoryInfo.xml = RepositoryInfo.xml
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.BinarySerialization.Sliced", "CK.BinarySerialization.Sliced/CK.BinarySerialization.Sliced.csproj", "{1B5B6799-B3EA-453A-BFE2-94222F994CBC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.BinarySerialization.Sliced.Tests", "Tests/CK.BinarySerialization.Sliced.Tests/CK.BinarySerialization.Sliced.Tests.csproj", "{0B322956-C8AC-4D51-A25E-5AED319537EC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Doc", "Doc", "{42FA6687-C89D-4B8F-BB4D-78016526CD0E}"
ProjectSection(SolutionItems) = preProject
Doc\BinarySerializerInterface.png = Doc\BinarySerializerInterface.png
Doc\TypeReadInfo.png = Doc\TypeReadInfo.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeCakeBuilder", "CodeCakeBuilder/CodeCakeBuilder.csproj", "{19F23EAD-A2C3-47A2-875D-E5D3E0EFA053}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.BinarySerialization.IPoco", "CK.BinarySerialization.IPoco/CK.BinarySerialization.IPoco.csproj", "{ED19EF4C-B230-4A16-B093-069A9B426A3C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.BinarySerialization.IPoco.Tests", "Tests/CK.BinarySerialization.IPoco.Tests/CK.BinarySerialization.IPoco.Tests.csproj", "{9B2DAC0A-9901-4B47-949A-08DFF510E817}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{31A5034B-1478-4D30-9F46-0157B6CEC1A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31A5034B-1478-4D30-9F46-0157B6CEC1A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31A5034B-1478-4D30-9F46-0157B6CEC1A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31A5034B-1478-4D30-9F46-0157B6CEC1A0}.Release|Any CPU.Build.0 = Release|Any CPU
{FD7CB9D0-080E-4649-B8FD-3B801F0596C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD7CB9D0-080E-4649-B8FD-3B801F0596C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD7CB9D0-080E-4649-B8FD-3B801F0596C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD7CB9D0-080E-4649-B8FD-3B801F0596C0}.Release|Any CPU.Build.0 = Release|Any CPU
{1B5B6799-B3EA-453A-BFE2-94222F994CBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B5B6799-B3EA-453A-BFE2-94222F994CBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B5B6799-B3EA-453A-BFE2-94222F994CBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B5B6799-B3EA-453A-BFE2-94222F994CBC}.Release|Any CPU.Build.0 = Release|Any CPU
{0B322956-C8AC-4D51-A25E-5AED319537EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B322956-C8AC-4D51-A25E-5AED319537EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B322956-C8AC-4D51-A25E-5AED319537EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B322956-C8AC-4D51-A25E-5AED319537EC}.Release|Any CPU.Build.0 = Release|Any CPU
{19F23EAD-A2C3-47A2-875D-E5D3E0EFA053}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F23EAD-A2C3-47A2-875D-E5D3E0EFA053}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F23EAD-A2C3-47A2-875D-E5D3E0EFA053}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19F23EAD-A2C3-47A2-875D-E5D3E0EFA053}.Release|Any CPU.Build.0 = Release|Any CPU
{ED19EF4C-B230-4A16-B093-069A9B426A3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED19EF4C-B230-4A16-B093-069A9B426A3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED19EF4C-B230-4A16-B093-069A9B426A3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED19EF4C-B230-4A16-B093-069A9B426A3C}.Release|Any CPU.Build.0 = Release|Any CPU
{9B2DAC0A-9901-4B47-949A-08DFF510E817}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B2DAC0A-9901-4B47-949A-08DFF510E817}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B2DAC0A-9901-4B47-949A-08DFF510E817}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B2DAC0A-9901-4B47-949A-08DFF510E817}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FD7CB9D0-080E-4649-B8FD-3B801F0596C0} = {A5FD7DA3-11D3-459F-98D5-91778C4DB4BC}
{0B322956-C8AC-4D51-A25E-5AED319537EC} = {A5FD7DA3-11D3-459F-98D5-91778C4DB4BC}
{42FA6687-C89D-4B8F-BB4D-78016526CD0E} = {5AF86BF8-AD20-4F0C-B3B1-120CB23FA7CD}
{9B2DAC0A-9901-4B47-949A-08DFF510E817} = {A5FD7DA3-11D3-459F-98D5-91778C4DB4BC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93CA138B-7F46-47B4-89F6-5E6DC5E83F95}
EndGlobalSection
EndGlobal