-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFileZapper.sln
More file actions
97 lines (97 loc) · 6.67 KB
/
FileZapper.sln
File metadata and controls
97 lines (97 loc) · 6.67 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
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
89
90
91
92
93
94
95
96
97
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2041
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileZapper.Core", "FileZapper.Core\FileZapper.Core.csproj", "{22915517-067C-4DCC-A5E7-8E71B34090F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileZapper.Test", "FileZapper.Test\FileZapper.Test.csproj", "{E79C9035-3CD5-4500-9673-94AE6344EBAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileZapper", "FileZapper\FileZapper.csproj", "{E8B0F0B5-DCF5-4749-BAC0-89466DE24B77}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileZapper.Benchmark", "FileZapper.Benchmark\FileZapper.Benchmark.csproj", "{C92D8878-FE47-421C-B24B-9B2C380C9687}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22915517-067C-4DCC-A5E7-8E71B34090F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22915517-067C-4DCC-A5E7-8E71B34090F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22915517-067C-4DCC-A5E7-8E71B34090F1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{22915517-067C-4DCC-A5E7-8E71B34090F1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{22915517-067C-4DCC-A5E7-8E71B34090F1}.Debug|x64.ActiveCfg = Debug|Any CPU
{22915517-067C-4DCC-A5E7-8E71B34090F1}.Debug|x64.Build.0 = Debug|Any CPU
{22915517-067C-4DCC-A5E7-8E71B34090F1}.Debug|x86.ActiveCfg = Debug|Any CPU
{22915517-067C-4DCC-A5E7-8E71B34090F1}.Debug|x86.Build.0 = Debug|Any CPU
{22915517-067C-4DCC-A5E7-8E71B34090F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22915517-067C-4DCC-A5E7-8E71B34090F1}.Release|Any CPU.Build.0 = Release|Any CPU
{22915517-067C-4DCC-A5E7-8E71B34090F1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{22915517-067C-4DCC-A5E7-8E71B34090F1}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{22915517-067C-4DCC-A5E7-8E71B34090F1}.Release|x64.ActiveCfg = Release|Any CPU
{22915517-067C-4DCC-A5E7-8E71B34090F1}.Release|x64.Build.0 = Release|Any CPU
{22915517-067C-4DCC-A5E7-8E71B34090F1}.Release|x86.ActiveCfg = Release|Any CPU
{22915517-067C-4DCC-A5E7-8E71B34090F1}.Release|x86.Build.0 = Release|Any CPU
{E79C9035-3CD5-4500-9673-94AE6344EBAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E79C9035-3CD5-4500-9673-94AE6344EBAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E79C9035-3CD5-4500-9673-94AE6344EBAF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{E79C9035-3CD5-4500-9673-94AE6344EBAF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{E79C9035-3CD5-4500-9673-94AE6344EBAF}.Debug|x64.ActiveCfg = Debug|Any CPU
{E79C9035-3CD5-4500-9673-94AE6344EBAF}.Debug|x64.Build.0 = Debug|Any CPU
{E79C9035-3CD5-4500-9673-94AE6344EBAF}.Debug|x86.ActiveCfg = Debug|Any CPU
{E79C9035-3CD5-4500-9673-94AE6344EBAF}.Debug|x86.Build.0 = Debug|Any CPU
{E79C9035-3CD5-4500-9673-94AE6344EBAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E79C9035-3CD5-4500-9673-94AE6344EBAF}.Release|Any CPU.Build.0 = Release|Any CPU
{E79C9035-3CD5-4500-9673-94AE6344EBAF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E79C9035-3CD5-4500-9673-94AE6344EBAF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{E79C9035-3CD5-4500-9673-94AE6344EBAF}.Release|x64.ActiveCfg = Release|Any CPU
{E79C9035-3CD5-4500-9673-94AE6344EBAF}.Release|x64.Build.0 = Release|Any CPU
{E79C9035-3CD5-4500-9673-94AE6344EBAF}.Release|x86.ActiveCfg = Release|Any CPU
{E79C9035-3CD5-4500-9673-94AE6344EBAF}.Release|x86.Build.0 = Release|Any CPU
{E8B0F0B5-DCF5-4749-BAC0-89466DE24B77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8B0F0B5-DCF5-4749-BAC0-89466DE24B77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8B0F0B5-DCF5-4749-BAC0-89466DE24B77}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{E8B0F0B5-DCF5-4749-BAC0-89466DE24B77}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{E8B0F0B5-DCF5-4749-BAC0-89466DE24B77}.Debug|x64.ActiveCfg = Debug|Any CPU
{E8B0F0B5-DCF5-4749-BAC0-89466DE24B77}.Debug|x64.Build.0 = Debug|Any CPU
{E8B0F0B5-DCF5-4749-BAC0-89466DE24B77}.Debug|x86.ActiveCfg = Debug|Any CPU
{E8B0F0B5-DCF5-4749-BAC0-89466DE24B77}.Debug|x86.Build.0 = Debug|Any CPU
{E8B0F0B5-DCF5-4749-BAC0-89466DE24B77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8B0F0B5-DCF5-4749-BAC0-89466DE24B77}.Release|Any CPU.Build.0 = Release|Any CPU
{E8B0F0B5-DCF5-4749-BAC0-89466DE24B77}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E8B0F0B5-DCF5-4749-BAC0-89466DE24B77}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{E8B0F0B5-DCF5-4749-BAC0-89466DE24B77}.Release|x64.ActiveCfg = Release|Any CPU
{E8B0F0B5-DCF5-4749-BAC0-89466DE24B77}.Release|x64.Build.0 = Release|Any CPU
{E8B0F0B5-DCF5-4749-BAC0-89466DE24B77}.Release|x86.ActiveCfg = Release|Any CPU
{E8B0F0B5-DCF5-4749-BAC0-89466DE24B77}.Release|x86.Build.0 = Release|Any CPU
{C92D8878-FE47-421C-B24B-9B2C380C9687}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C92D8878-FE47-421C-B24B-9B2C380C9687}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C92D8878-FE47-421C-B24B-9B2C380C9687}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{C92D8878-FE47-421C-B24B-9B2C380C9687}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{C92D8878-FE47-421C-B24B-9B2C380C9687}.Debug|x64.ActiveCfg = Debug|Any CPU
{C92D8878-FE47-421C-B24B-9B2C380C9687}.Debug|x64.Build.0 = Debug|Any CPU
{C92D8878-FE47-421C-B24B-9B2C380C9687}.Debug|x86.ActiveCfg = Debug|Any CPU
{C92D8878-FE47-421C-B24B-9B2C380C9687}.Debug|x86.Build.0 = Debug|Any CPU
{C92D8878-FE47-421C-B24B-9B2C380C9687}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C92D8878-FE47-421C-B24B-9B2C380C9687}.Release|Any CPU.Build.0 = Release|Any CPU
{C92D8878-FE47-421C-B24B-9B2C380C9687}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{C92D8878-FE47-421C-B24B-9B2C380C9687}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{C92D8878-FE47-421C-B24B-9B2C380C9687}.Release|x64.ActiveCfg = Release|Any CPU
{C92D8878-FE47-421C-B24B-9B2C380C9687}.Release|x64.Build.0 = Release|Any CPU
{C92D8878-FE47-421C-B24B-9B2C380C9687}.Release|x86.ActiveCfg = Release|Any CPU
{C92D8878-FE47-421C-B24B-9B2C380C9687}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6858D968-73BF-4559-8BE5-423826F81601}
EndGlobalSection
EndGlobal