-
Notifications
You must be signed in to change notification settings - Fork 0
/
Zippy.sln
79 lines (79 loc) · 4.45 KB
/
Zippy.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleTest", "ConsoleTest\ConsoleTest.csproj", "{9798F02E-0688-4374-886C-692709BC2A84}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmarks", "Benchmarks\Benchmarks.csproj", "{6FE7A5C9-02A0-46AF-A807-E65781438329}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Models", "Models\Models.csproj", "{5EAA74F1-E06A-41EB-AB19-5143571B07D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerformanceComparison", "PerformanceComparison\PerformanceComparison.csproj", "{B1142E68-278A-4A98-80AB-FA850AF3B68F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zippy", "Zippy\Zippy.csproj", "{09C7FDAF-AD10-4487-864A-52C91B49A66A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zippy.UnitTest", "Zippy.UnitTest\Zippy.UnitTest.csproj", "{5A064381-F9E1-4B56-8702-715FE8C5200F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreConsole", "CoreConsole\CoreConsole.csproj", "{FC507320-19D8-4D57-B293-23840E4C8C9B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9798F02E-0688-4374-886C-692709BC2A84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9798F02E-0688-4374-886C-692709BC2A84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9798F02E-0688-4374-886C-692709BC2A84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9798F02E-0688-4374-886C-692709BC2A84}.Release|Any CPU.Build.0 = Release|Any CPU
{6FE7A5C9-02A0-46AF-A807-E65781438329}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FE7A5C9-02A0-46AF-A807-E65781438329}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FE7A5C9-02A0-46AF-A807-E65781438329}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FE7A5C9-02A0-46AF-A807-E65781438329}.Release|Any CPU.Build.0 = Release|Any CPU
{5EAA74F1-E06A-41EB-AB19-5143571B07D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EAA74F1-E06A-41EB-AB19-5143571B07D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EAA74F1-E06A-41EB-AB19-5143571B07D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EAA74F1-E06A-41EB-AB19-5143571B07D8}.Release|Any CPU.Build.0 = Release|Any CPU
{B1142E68-278A-4A98-80AB-FA850AF3B68F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1142E68-278A-4A98-80AB-FA850AF3B68F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1142E68-278A-4A98-80AB-FA850AF3B68F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1142E68-278A-4A98-80AB-FA850AF3B68F}.Release|Any CPU.Build.0 = Release|Any CPU
{09C7FDAF-AD10-4487-864A-52C91B49A66A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09C7FDAF-AD10-4487-864A-52C91B49A66A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09C7FDAF-AD10-4487-864A-52C91B49A66A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09C7FDAF-AD10-4487-864A-52C91B49A66A}.Release|Any CPU.Build.0 = Release|Any CPU
{5A064381-F9E1-4B56-8702-715FE8C5200F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A064381-F9E1-4B56-8702-715FE8C5200F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A064381-F9E1-4B56-8702-715FE8C5200F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A064381-F9E1-4B56-8702-715FE8C5200F}.Release|Any CPU.Build.0 = Release|Any CPU
{FC507320-19D8-4D57-B293-23840E4C8C9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC507320-19D8-4D57-B293-23840E4C8C9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC507320-19D8-4D57-B293-23840E4C8C9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC507320-19D8-4D57-B293-23840E4C8C9B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F53792E7-9EFD-48B9-A981-2B3302E1D597}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal