-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathKellermanSoftware-Serialization.sln
More file actions
37 lines (37 loc) · 2.08 KB
/
KellermanSoftware-Serialization.sln
File metadata and controls
37 lines (37 loc) · 2.08 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serialization", "Serialization\Serialization.csproj", "{43E1C1B0-3EE5-47DF-9F25-937917546CE0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serialization-Tests", "Serialization-Tests\Serialization-Tests.csproj", "{DE721146-53A5-4D5C-98B1-A1280DF42703}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SerializationConsoleTest", "SerializationConsoleTest\SerializationConsoleTest.csproj", "{80769704-576F-4BF8-9FC0-69BF4623910D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{DAE3C6BE-C065-4DC3-9CA8-20BB2F8278A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{43E1C1B0-3EE5-47DF-9F25-937917546CE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43E1C1B0-3EE5-47DF-9F25-937917546CE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43E1C1B0-3EE5-47DF-9F25-937917546CE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43E1C1B0-3EE5-47DF-9F25-937917546CE0}.Release|Any CPU.Build.0 = Release|Any CPU
{DE721146-53A5-4D5C-98B1-A1280DF42703}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE721146-53A5-4D5C-98B1-A1280DF42703}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE721146-53A5-4D5C-98B1-A1280DF42703}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE721146-53A5-4D5C-98B1-A1280DF42703}.Release|Any CPU.Build.0 = Release|Any CPU
{80769704-576F-4BF8-9FC0-69BF4623910D}.Debug|Any CPU.ActiveCfg = Debug|x86
{80769704-576F-4BF8-9FC0-69BF4623910D}.Release|Any CPU.ActiveCfg = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E53FBD61-56A0-4D94-9F19-2D02CBE9ED69}
EndGlobalSection
EndGlobal