forked from hoffmanc/FileHelpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FileHelpers.sln
85 lines (85 loc) · 5.92 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 10.00
# Visual Studio 2008
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0ED20BF1-AC76-443E-9CA2-004A15B452A3}"
ProjectSection(SolutionItems) = preProject
DeveloperStuff\Readme for Developers.txt = DeveloperStuff\Readme for Developers.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Demos", "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.Demos", "FileHelpers.Demos\FileHelpers.Demos.csproj", "{944A90EE-3AF2-476D-8C3D-ECE453ECF4AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileHelpers.ExcelStorage", "FileHelpers.ExcelStorage\FileHelpers.ExcelStorage.csproj", "{B3F2B976-73D5-49C7-BEAA-BF62E233132A}"
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}") = "Demo.IronPython.Hosting", "FileHelpers.Demos\Demo.IronPython.Hosting\Demo.IronPython.Hosting.csproj", "{2EE250D6-38E9-4CF5-9BB6-DE8262D8229D}"
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.DataLink", "FileHelpers.DataLink\FileHelpers.DataLink.csproj", "{94B329D5-E42A-42E4-AAC1-05DA361FFF53}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileHelpers.SamplesDashboard", "FileHelpers.SamplesDashboard\FileHelpers.SamplesDashboard.csproj", "{38971F6D-4C12-4C0D-8B79-D1C80DDC69D8}"
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
{944A90EE-3AF2-476D-8C3D-ECE453ECF4AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{944A90EE-3AF2-476D-8C3D-ECE453ECF4AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{944A90EE-3AF2-476D-8C3D-ECE453ECF4AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{944A90EE-3AF2-476D-8C3D-ECE453ECF4AA}.Release|Any CPU.Build.0 = Release|Any CPU
{B3F2B976-73D5-49C7-BEAA-BF62E233132A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3F2B976-73D5-49C7-BEAA-BF62E233132A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3F2B976-73D5-49C7-BEAA-BF62E233132A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3F2B976-73D5-49C7-BEAA-BF62E233132A}.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
{2EE250D6-38E9-4CF5-9BB6-DE8262D8229D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EE250D6-38E9-4CF5-9BB6-DE8262D8229D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EE250D6-38E9-4CF5-9BB6-DE8262D8229D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EE250D6-38E9-4CF5-9BB6-DE8262D8229D}.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
{94B329D5-E42A-42E4-AAC1-05DA361FFF53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94B329D5-E42A-42E4-AAC1-05DA361FFF53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94B329D5-E42A-42E4-AAC1-05DA361FFF53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94B329D5-E42A-42E4-AAC1-05DA361FFF53}.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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{944A90EE-3AF2-476D-8C3D-ECE453ECF4AA} = {747EBEDD-59D1-4F54-A2DE-DCA768339C9C}
{2EE250D6-38E9-4CF5-9BB6-DE8262D8229D} = {747EBEDD-59D1-4F54-A2DE-DCA768339C9C}
{38971F6D-4C12-4C0D-8B79-D1C80DDC69D8} = {747EBEDD-59D1-4F54-A2DE-DCA768339C9C}
EndGlobalSection
GlobalSection(DPCodeReviewSolutionGUID) = preSolution
DPCodeReviewSolutionGUID = {7ED1BD6E-F965-49DE-AC44-0FC8F9EA1E54}
EndGlobalSection
GlobalSection(NDepend) = preSolution
Project = ".\FileHelpers.ndproj"
EndGlobalSection
EndGlobal