forked from MarcosMeli/FileHelpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FileHelpers.sln
85 lines (85 loc) · 5.54 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2018
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Info", "Info", "{0ED20BF1-AC76-443E-9CA2-004A15B452A3}"
ProjectSection(SolutionItems) = preProject
License - MIT.txt = License - MIT.txt
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples - Demos", "Examples - Demos", "{747EBEDD-59D1-4F54-A2DE-DCA768339C9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileHelpers.WizardApp", "FileHelpers.WizardApp\FileHelpers.WizardApp.csproj", "{8997A588-1D83-4211-980D-28D8BF0CDA8E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileHelpers", "FileHelpers\FileHelpers.csproj", "{EB8633FF-CEED-40EE-8D1A-CA1BF5678C42}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileHelpers.Tests", "FileHelpers.Tests\FileHelpers.Tests.csproj", "{3731CD63-3236-47FB-A27C-146D37DE88AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileHelpers.Benchmarks", "FileHelpers.Benchmarks\FileHelpers.Benchmarks.csproj", "{5F35893D-806D-4587-BC55-27E18B913B02}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileHelpers.Examples", "FileHelpers.Examples\FileHelpers.Examples.csproj", "{38971F6D-4C12-4C0D-8B79-D1C80DDC69D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileHelpers.ExcelNPOIStorage", "FileHelpers.ExcelNPOIStorage\FileHelpers.ExcelNPOIStorage.csproj", "{BEB0D823-6A7E-47FD-A275-1B3314F8412D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileHelpers.ExcelNPOIStorage.Test", "FileHelpers.ExcelNPOIStorage\Test\FileHelpers.ExcelNPOIStorage.Test.csproj", "{A145DFC9-D4DA-4350-8D24-8474D3B33B40}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileHelpers.FSharp.Tests", "FileHelpers.FSharp.Tests\FileHelpers.FSharp.Tests.csproj", "{84897773-77C3-4A98-A2E4-E3C2AF2C6D35}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8997A588-1D83-4211-980D-28D8BF0CDA8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8997A588-1D83-4211-980D-28D8BF0CDA8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8997A588-1D83-4211-980D-28D8BF0CDA8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8997A588-1D83-4211-980D-28D8BF0CDA8E}.Release|Any CPU.Build.0 = Release|Any CPU
{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}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB8633FF-CEED-40EE-8D1A-CA1BF5678C42}.Release|Any CPU.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}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3731CD63-3236-47FB-A27C-146D37DE88AC}.Release|Any CPU.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}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F35893D-806D-4587-BC55-27E18B913B02}.Release|Any CPU.Build.0 = Release|Any CPU
{38971F6D-4C12-4C0D-8B79-D1C80DDC69D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38971F6D-4C12-4C0D-8B79-D1C80DDC69D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38971F6D-4C12-4C0D-8B79-D1C80DDC69D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38971F6D-4C12-4C0D-8B79-D1C80DDC69D8}.Release|Any CPU.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}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEB0D823-6A7E-47FD-A275-1B3314F8412D}.Release|Any CPU.Build.0 = Release|Any CPU
{A145DFC9-D4DA-4350-8D24-8474D3B33B40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A145DFC9-D4DA-4350-8D24-8474D3B33B40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A145DFC9-D4DA-4350-8D24-8474D3B33B40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A145DFC9-D4DA-4350-8D24-8474D3B33B40}.Release|Any CPU.Build.0 = Release|Any CPU
{84897773-77C3-4A98-A2E4-E3C2AF2C6D35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84897773-77C3-4A98-A2E4-E3C2AF2C6D35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84897773-77C3-4A98-A2E4-E3C2AF2C6D35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84897773-77C3-4A98-A2E4-E3C2AF2C6D35}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5F35893D-806D-4587-BC55-27E18B913B02} = {747EBEDD-59D1-4F54-A2DE-DCA768339C9C}
{38971F6D-4C12-4C0D-8B79-D1C80DDC69D8} = {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