-
Notifications
You must be signed in to change notification settings - Fork 1
/
Lob.Net.sln
76 lines (76 loc) · 4.65 KB
/
Lob.Net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lob.Net", "src\Lob.Net\Lob.Net.csproj", "{25F92D5D-54C5-4ED4-8B0F-A9145B995F5E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lob.Net.Tests", "test\Lob.Net.Tests\Lob.Net.Tests.csproj", "{170F687C-CB4C-48FD-9407-6820BDE48789}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lob.Net.Sample", "sample\Lob.Net.Sample\Lob.Net.Sample.csproj", "{861C29D2-76DE-40D0-A8F4-7399321E507F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{CB0E6ED9-6B29-4EE2-BD56-994F514C2B4D}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
build.bat = build.bat
create-nuget.bat = create-nuget.bat
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lob.Net.Formatters", "src\Lob.Net.Formatters\Lob.Net.Formatters.csproj", "{1322CC9F-67D1-4CC4-AAE4-07FF04D7668B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B5976B6E-9BA3-47F9-BFEB-D72010F62DF7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{83CA0393-1C5C-43B5-BE0D-CD196CA24C55}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lob.Net.Formatters.Tests", "test\Lob.Net.Formatters.Tests\Lob.Net.Formatters.Tests.csproj", "{3C0B3B8F-0280-45E2-810C-3F3E78DF9565}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lob.NetCore.Formatters", "src\Lob.NetCore.Formatters\Lob.NetCore.Formatters.csproj", "{B4C137A4-2D05-4C3D-8D75-2FEF91A76BD0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25F92D5D-54C5-4ED4-8B0F-A9145B995F5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25F92D5D-54C5-4ED4-8B0F-A9145B995F5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25F92D5D-54C5-4ED4-8B0F-A9145B995F5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25F92D5D-54C5-4ED4-8B0F-A9145B995F5E}.Release|Any CPU.Build.0 = Release|Any CPU
{170F687C-CB4C-48FD-9407-6820BDE48789}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{170F687C-CB4C-48FD-9407-6820BDE48789}.Debug|Any CPU.Build.0 = Debug|Any CPU
{170F687C-CB4C-48FD-9407-6820BDE48789}.Release|Any CPU.ActiveCfg = Release|Any CPU
{170F687C-CB4C-48FD-9407-6820BDE48789}.Release|Any CPU.Build.0 = Release|Any CPU
{861C29D2-76DE-40D0-A8F4-7399321E507F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{861C29D2-76DE-40D0-A8F4-7399321E507F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{861C29D2-76DE-40D0-A8F4-7399321E507F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{861C29D2-76DE-40D0-A8F4-7399321E507F}.Release|Any CPU.Build.0 = Release|Any CPU
{1322CC9F-67D1-4CC4-AAE4-07FF04D7668B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1322CC9F-67D1-4CC4-AAE4-07FF04D7668B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1322CC9F-67D1-4CC4-AAE4-07FF04D7668B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1322CC9F-67D1-4CC4-AAE4-07FF04D7668B}.Release|Any CPU.Build.0 = Release|Any CPU
{3C0B3B8F-0280-45E2-810C-3F3E78DF9565}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C0B3B8F-0280-45E2-810C-3F3E78DF9565}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C0B3B8F-0280-45E2-810C-3F3E78DF9565}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C0B3B8F-0280-45E2-810C-3F3E78DF9565}.Release|Any CPU.Build.0 = Release|Any CPU
{B4C137A4-2D05-4C3D-8D75-2FEF91A76BD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4C137A4-2D05-4C3D-8D75-2FEF91A76BD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4C137A4-2D05-4C3D-8D75-2FEF91A76BD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4C137A4-2D05-4C3D-8D75-2FEF91A76BD0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{25F92D5D-54C5-4ED4-8B0F-A9145B995F5E} = {83CA0393-1C5C-43B5-BE0D-CD196CA24C55}
{170F687C-CB4C-48FD-9407-6820BDE48789} = {B5976B6E-9BA3-47F9-BFEB-D72010F62DF7}
{861C29D2-76DE-40D0-A8F4-7399321E507F} = {B5976B6E-9BA3-47F9-BFEB-D72010F62DF7}
{1322CC9F-67D1-4CC4-AAE4-07FF04D7668B} = {83CA0393-1C5C-43B5-BE0D-CD196CA24C55}
{3C0B3B8F-0280-45E2-810C-3F3E78DF9565} = {B5976B6E-9BA3-47F9-BFEB-D72010F62DF7}
{B4C137A4-2D05-4C3D-8D75-2FEF91A76BD0} = {83CA0393-1C5C-43B5-BE0D-CD196CA24C55}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {13D85B55-F2E7-4A9C-BC94-5B604846163B}
EndGlobalSection
EndGlobal