-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathViaCep.sln
52 lines (52 loc) · 2.9 KB
/
ViaCep.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29920.165
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{A8E8D875-2058-4E15-B179-37FD1D408F66}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{474F8215-8B66-4E36-927C-E078635C7996}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ViaCep", "Src\ViaCep\ViaCep.csproj", "{A251D320-410E-48F1-889D-9F59EB8CFEB9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ViaCep.Tests", "Tests\ViaCep.Tests\ViaCep.Tests.csproj", "{D9FD0AA7-A4C5-43A2-820F-827BD503B52B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5A1303EA-8DFA-48C6-A96D-EC71AE4EC0E8}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ViaCep.IntegrationTests", "Tests\ViaCep.IntegrationTests\ViaCep.IntegrationTests.csproj", "{E57D93CD-0D0B-414B-96F6-6B9FCC661893}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A251D320-410E-48F1-889D-9F59EB8CFEB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A251D320-410E-48F1-889D-9F59EB8CFEB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A251D320-410E-48F1-889D-9F59EB8CFEB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A251D320-410E-48F1-889D-9F59EB8CFEB9}.Release|Any CPU.Build.0 = Release|Any CPU
{D9FD0AA7-A4C5-43A2-820F-827BD503B52B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9FD0AA7-A4C5-43A2-820F-827BD503B52B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9FD0AA7-A4C5-43A2-820F-827BD503B52B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9FD0AA7-A4C5-43A2-820F-827BD503B52B}.Release|Any CPU.Build.0 = Release|Any CPU
{E57D93CD-0D0B-414B-96F6-6B9FCC661893}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E57D93CD-0D0B-414B-96F6-6B9FCC661893}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E57D93CD-0D0B-414B-96F6-6B9FCC661893}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E57D93CD-0D0B-414B-96F6-6B9FCC661893}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A251D320-410E-48F1-889D-9F59EB8CFEB9} = {A8E8D875-2058-4E15-B179-37FD1D408F66}
{D9FD0AA7-A4C5-43A2-820F-827BD503B52B} = {474F8215-8B66-4E36-927C-E078635C7996}
{E57D93CD-0D0B-414B-96F6-6B9FCC661893} = {474F8215-8B66-4E36-927C-E078635C7996}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC1987AC-4E78-4CCD-84BC-543F3D7426B4}
EndGlobalSection
EndGlobal