-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCoreZipCode.sln
76 lines (76 loc) · 4.45 KB
/
CoreZipCode.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 17
VisualStudioVersion = 17.3.32804.467
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreZipCode", "CoreZipCode\CoreZipCode.csproj", "{97D2EB8F-85C2-4C32-9786-8DBFABE70ED6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreZipCode.Tests", "CoreZipCode.Tests\CoreZipCode.Tests.csproj", "{BEBE3369-518F-46D3-A946-45066E705688}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleApp", "SampleApp\SampleApp.csproj", "{A6F19749-0E0C-4667-B702-734CDA305829}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AA76150E-93CD-4AF2-8507-22FCABB653EB}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.travis.yml = .travis.yml
corezipcode.png = corezipcode.png
corezipcode.svg = corezipcode.svg
.deploy\deploy.sh = .deploy\deploy.sh
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97D2EB8F-85C2-4C32-9786-8DBFABE70ED6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97D2EB8F-85C2-4C32-9786-8DBFABE70ED6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97D2EB8F-85C2-4C32-9786-8DBFABE70ED6}.Debug|x64.ActiveCfg = Debug|Any CPU
{97D2EB8F-85C2-4C32-9786-8DBFABE70ED6}.Debug|x64.Build.0 = Debug|Any CPU
{97D2EB8F-85C2-4C32-9786-8DBFABE70ED6}.Debug|x86.ActiveCfg = Debug|Any CPU
{97D2EB8F-85C2-4C32-9786-8DBFABE70ED6}.Debug|x86.Build.0 = Debug|Any CPU
{97D2EB8F-85C2-4C32-9786-8DBFABE70ED6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97D2EB8F-85C2-4C32-9786-8DBFABE70ED6}.Release|Any CPU.Build.0 = Release|Any CPU
{97D2EB8F-85C2-4C32-9786-8DBFABE70ED6}.Release|x64.ActiveCfg = Release|Any CPU
{97D2EB8F-85C2-4C32-9786-8DBFABE70ED6}.Release|x64.Build.0 = Release|Any CPU
{97D2EB8F-85C2-4C32-9786-8DBFABE70ED6}.Release|x86.ActiveCfg = Release|Any CPU
{97D2EB8F-85C2-4C32-9786-8DBFABE70ED6}.Release|x86.Build.0 = Release|Any CPU
{BEBE3369-518F-46D3-A946-45066E705688}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEBE3369-518F-46D3-A946-45066E705688}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEBE3369-518F-46D3-A946-45066E705688}.Debug|x64.ActiveCfg = Debug|Any CPU
{BEBE3369-518F-46D3-A946-45066E705688}.Debug|x64.Build.0 = Debug|Any CPU
{BEBE3369-518F-46D3-A946-45066E705688}.Debug|x86.ActiveCfg = Debug|Any CPU
{BEBE3369-518F-46D3-A946-45066E705688}.Debug|x86.Build.0 = Debug|Any CPU
{BEBE3369-518F-46D3-A946-45066E705688}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEBE3369-518F-46D3-A946-45066E705688}.Release|Any CPU.Build.0 = Release|Any CPU
{BEBE3369-518F-46D3-A946-45066E705688}.Release|x64.ActiveCfg = Release|Any CPU
{BEBE3369-518F-46D3-A946-45066E705688}.Release|x64.Build.0 = Release|Any CPU
{BEBE3369-518F-46D3-A946-45066E705688}.Release|x86.ActiveCfg = Release|Any CPU
{BEBE3369-518F-46D3-A946-45066E705688}.Release|x86.Build.0 = Release|Any CPU
{A6F19749-0E0C-4667-B702-734CDA305829}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6F19749-0E0C-4667-B702-734CDA305829}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6F19749-0E0C-4667-B702-734CDA305829}.Debug|x64.ActiveCfg = Debug|Any CPU
{A6F19749-0E0C-4667-B702-734CDA305829}.Debug|x64.Build.0 = Debug|Any CPU
{A6F19749-0E0C-4667-B702-734CDA305829}.Debug|x86.ActiveCfg = Debug|Any CPU
{A6F19749-0E0C-4667-B702-734CDA305829}.Debug|x86.Build.0 = Debug|Any CPU
{A6F19749-0E0C-4667-B702-734CDA305829}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6F19749-0E0C-4667-B702-734CDA305829}.Release|Any CPU.Build.0 = Release|Any CPU
{A6F19749-0E0C-4667-B702-734CDA305829}.Release|x64.ActiveCfg = Release|Any CPU
{A6F19749-0E0C-4667-B702-734CDA305829}.Release|x64.Build.0 = Release|Any CPU
{A6F19749-0E0C-4667-B702-734CDA305829}.Release|x86.ActiveCfg = Release|Any CPU
{A6F19749-0E0C-4667-B702-734CDA305829}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7D0E1371-6336-447D-BFD3-CB5A99F09A5C}
EndGlobalSection
EndGlobal