forked from MarcosMeli/FileHelpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FileHelpers.sln
98 lines (98 loc) · 6.38 KB
/
FileHelpers.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
89
90
91
92
93
94
95
96
97
98
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Info", "Info", "{0ED20BF1-AC76-443E-9CA2-004A15B452A3}"
ProjectSection(SolutionItems) = preProject
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples - Demos", "Examples - Demos", "{747EBEDD-59D1-4F54-A2DE-DCA768339C9C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileHelpers", "FileHelpers\FileHelpers.csproj", "{EB8633FF-CEED-40EE-8D1A-CA1BF5678C42}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileHelpers.Tests", "FileHelpers.Tests\FileHelpers.Tests.csproj", "{3731CD63-3236-47FB-A27C-146D37DE88AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileHelpers.Benchmarks", "FileHelpers.Benchmarks\FileHelpers.Benchmarks.csproj", "{5F35893D-806D-4587-BC55-27E18B913B02}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileHelpers.ExcelNPOIStorage", "FileHelpers.ExcelNPOIStorage\FileHelpers.ExcelNPOIStorage.csproj", "{BEB0D823-6A7E-47FD-A275-1B3314F8412D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileHelpers.ExcelNPOIStorage.Tests", "FileHelpers.ExcelNPOIStorage.Tests\FileHelpers.ExcelNPOIStorage.Tests.csproj", "{F14D7DE4-0DCA-4316-AE4C-CD1D06FF1D32}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileHelpers.Examples", "FileHelpers.Examples\FileHelpers.Examples.csproj", "{CF51E633-CB40-49F4-939F-5E9A858A0F91}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB8633FF-CEED-40EE-8D1A-CA1BF5678C42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB8633FF-CEED-40EE-8D1A-CA1BF5678C42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB8633FF-CEED-40EE-8D1A-CA1BF5678C42}.Debug|x86.ActiveCfg = Debug|Any CPU
{EB8633FF-CEED-40EE-8D1A-CA1BF5678C42}.Debug|x86.Build.0 = Debug|Any CPU
{EB8633FF-CEED-40EE-8D1A-CA1BF5678C42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB8633FF-CEED-40EE-8D1A-CA1BF5678C42}.Release|Any CPU.Build.0 = Release|Any CPU
{EB8633FF-CEED-40EE-8D1A-CA1BF5678C42}.Release|x86.ActiveCfg = Release|Any CPU
{EB8633FF-CEED-40EE-8D1A-CA1BF5678C42}.Release|x86.Build.0 = Release|Any CPU
{3731CD63-3236-47FB-A27C-146D37DE88AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3731CD63-3236-47FB-A27C-146D37DE88AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3731CD63-3236-47FB-A27C-146D37DE88AC}.Debug|x86.ActiveCfg = Debug|Any CPU
{3731CD63-3236-47FB-A27C-146D37DE88AC}.Debug|x86.Build.0 = Debug|Any CPU
{3731CD63-3236-47FB-A27C-146D37DE88AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3731CD63-3236-47FB-A27C-146D37DE88AC}.Release|Any CPU.Build.0 = Release|Any CPU
{3731CD63-3236-47FB-A27C-146D37DE88AC}.Release|x86.ActiveCfg = Release|Any CPU
{3731CD63-3236-47FB-A27C-146D37DE88AC}.Release|x86.Build.0 = Release|Any CPU
{5F35893D-806D-4587-BC55-27E18B913B02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F35893D-806D-4587-BC55-27E18B913B02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F35893D-806D-4587-BC55-27E18B913B02}.Debug|x86.ActiveCfg = Debug|Any CPU
{5F35893D-806D-4587-BC55-27E18B913B02}.Debug|x86.Build.0 = Debug|Any CPU
{5F35893D-806D-4587-BC55-27E18B913B02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F35893D-806D-4587-BC55-27E18B913B02}.Release|Any CPU.Build.0 = Release|Any CPU
{5F35893D-806D-4587-BC55-27E18B913B02}.Release|x86.ActiveCfg = Release|Any CPU
{5F35893D-806D-4587-BC55-27E18B913B02}.Release|x86.Build.0 = Release|Any CPU
{BEB0D823-6A7E-47FD-A275-1B3314F8412D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEB0D823-6A7E-47FD-A275-1B3314F8412D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEB0D823-6A7E-47FD-A275-1B3314F8412D}.Debug|x86.ActiveCfg = Debug|Any CPU
{BEB0D823-6A7E-47FD-A275-1B3314F8412D}.Debug|x86.Build.0 = Debug|Any CPU
{BEB0D823-6A7E-47FD-A275-1B3314F8412D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEB0D823-6A7E-47FD-A275-1B3314F8412D}.Release|Any CPU.Build.0 = Release|Any CPU
{BEB0D823-6A7E-47FD-A275-1B3314F8412D}.Release|x86.ActiveCfg = Release|Any CPU
{BEB0D823-6A7E-47FD-A275-1B3314F8412D}.Release|x86.Build.0 = Release|Any CPU
{F14D7DE4-0DCA-4316-AE4C-CD1D06FF1D32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F14D7DE4-0DCA-4316-AE4C-CD1D06FF1D32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F14D7DE4-0DCA-4316-AE4C-CD1D06FF1D32}.Debug|x86.ActiveCfg = Debug|Any CPU
{F14D7DE4-0DCA-4316-AE4C-CD1D06FF1D32}.Debug|x86.Build.0 = Debug|Any CPU
{F14D7DE4-0DCA-4316-AE4C-CD1D06FF1D32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F14D7DE4-0DCA-4316-AE4C-CD1D06FF1D32}.Release|Any CPU.Build.0 = Release|Any CPU
{F14D7DE4-0DCA-4316-AE4C-CD1D06FF1D32}.Release|x86.ActiveCfg = Release|Any CPU
{F14D7DE4-0DCA-4316-AE4C-CD1D06FF1D32}.Release|x86.Build.0 = Release|Any CPU
{CF51E633-CB40-49F4-939F-5E9A858A0F91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF51E633-CB40-49F4-939F-5E9A858A0F91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF51E633-CB40-49F4-939F-5E9A858A0F91}.Debug|x86.ActiveCfg = Debug|x86
{CF51E633-CB40-49F4-939F-5E9A858A0F91}.Debug|x86.Build.0 = Debug|x86
{CF51E633-CB40-49F4-939F-5E9A858A0F91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF51E633-CB40-49F4-939F-5E9A858A0F91}.Release|Any CPU.Build.0 = Release|Any CPU
{CF51E633-CB40-49F4-939F-5E9A858A0F91}.Release|x86.ActiveCfg = Release|x86
{CF51E633-CB40-49F4-939F-5E9A858A0F91}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5F35893D-806D-4587-BC55-27E18B913B02} = {747EBEDD-59D1-4F54-A2DE-DCA768339C9C}
{CF51E633-CB40-49F4-939F-5E9A858A0F91} = {747EBEDD-59D1-4F54-A2DE-DCA768339C9C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CAFA81D6-580F-4E23-846C-BC1B3549BB9E}
EndGlobalSection
GlobalSection(DPCodeReviewSolutionGUID) = preSolution
DPCodeReviewSolutionGUID = {7ED1BD6E-F965-49DE-AC44-0FC8F9EA1E54}
EndGlobalSection
GlobalSection(NDepend) = preSolution
Project = ".\FileHelpers.ndproj"
EndGlobalSection
EndGlobal