This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LocationByZip.sln
68 lines (68 loc) · 4.22 KB
/
LocationByZip.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33103.201
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LocationByZip", "src\LocationByZip\LocationByZip.csproj", "{75D81BF8-3EA4-47B3-A844-A2F81631CA72}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LocationByZip.DemoConsoleApp", "src\LocationByZip.DemoConsoleApp\LocationByZip.DemoConsoleApp.csproj", "{1CE77534-68E7-4F63-B359-7D446F3384E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LocationByZip.UnitTests", "src\LocationByZip.UnitTests\LocationByZip.UnitTests.csproj", "{F70FA580-74E6-450D-A746-E17FEA61A1D6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{E6C0B5C1-D4BB-4E07-B534-C0DA02DF638C}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{75D81BF8-3EA4-47B3-A844-A2F81631CA72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75D81BF8-3EA4-47B3-A844-A2F81631CA72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75D81BF8-3EA4-47B3-A844-A2F81631CA72}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{75D81BF8-3EA4-47B3-A844-A2F81631CA72}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{75D81BF8-3EA4-47B3-A844-A2F81631CA72}.Debug|x86.ActiveCfg = Debug|Any CPU
{75D81BF8-3EA4-47B3-A844-A2F81631CA72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75D81BF8-3EA4-47B3-A844-A2F81631CA72}.Release|Any CPU.Build.0 = Release|Any CPU
{75D81BF8-3EA4-47B3-A844-A2F81631CA72}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{75D81BF8-3EA4-47B3-A844-A2F81631CA72}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{75D81BF8-3EA4-47B3-A844-A2F81631CA72}.Release|x86.ActiveCfg = Release|Any CPU
{1CE77534-68E7-4F63-B359-7D446F3384E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CE77534-68E7-4F63-B359-7D446F3384E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CE77534-68E7-4F63-B359-7D446F3384E5}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{1CE77534-68E7-4F63-B359-7D446F3384E5}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{1CE77534-68E7-4F63-B359-7D446F3384E5}.Debug|x86.ActiveCfg = Debug|Any CPU
{1CE77534-68E7-4F63-B359-7D446F3384E5}.Debug|x86.Build.0 = Debug|Any CPU
{1CE77534-68E7-4F63-B359-7D446F3384E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CE77534-68E7-4F63-B359-7D446F3384E5}.Release|Any CPU.Build.0 = Release|Any CPU
{1CE77534-68E7-4F63-B359-7D446F3384E5}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{1CE77534-68E7-4F63-B359-7D446F3384E5}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{1CE77534-68E7-4F63-B359-7D446F3384E5}.Release|x86.ActiveCfg = Release|Any CPU
{1CE77534-68E7-4F63-B359-7D446F3384E5}.Release|x86.Build.0 = Release|Any CPU
{F70FA580-74E6-450D-A746-E17FEA61A1D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F70FA580-74E6-450D-A746-E17FEA61A1D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F70FA580-74E6-450D-A746-E17FEA61A1D6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F70FA580-74E6-450D-A746-E17FEA61A1D6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F70FA580-74E6-450D-A746-E17FEA61A1D6}.Debug|x86.ActiveCfg = Debug|Any CPU
{F70FA580-74E6-450D-A746-E17FEA61A1D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F70FA580-74E6-450D-A746-E17FEA61A1D6}.Release|Any CPU.Build.0 = Release|Any CPU
{F70FA580-74E6-450D-A746-E17FEA61A1D6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F70FA580-74E6-450D-A746-E17FEA61A1D6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F70FA580-74E6-450D-A746-E17FEA61A1D6}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {831B07DE-F1D1-4578-A764-F7EF9539CCFD}
EndGlobalSection
EndGlobal