-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathCountries.sln
More file actions
79 lines (79 loc) · 4.99 KB
/
Countries.sln
File metadata and controls
79 lines (79 loc) · 4.99 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Countries.Net", "src\Countries.Net\Countries.Net.csproj", "{463E6167-3CDE-4249-BB52-534CA0FAD178}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Countries.Net.Loader", "src\Countries.Net.Loader\Countries.Net.Loader.csproj", "{9F365D1E-FA99-4B4E-9922-567518C16501}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Countries.Net.Test", "tests\Countries.Net.Test\Countries.Net.Test.csproj", "{F213F8DC-6FC7-4C5A-9B1A-E94B5E8B86BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Countries.Net.DependencyInjection", "src\Countries.Net.DependencyInjection\Countries.Net.DependencyInjection.csproj", "{D798E772-1063-48F4-84CA-8071129F0891}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0AC54446-D16D-4D0B-A7B5-F96941D29D29}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{D7F7782C-6792-4565-808C-CB2CCC65C325}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C0B5D278-119A-4983-AC5B-73BF45127BB8}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
Countries.md = Countries.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{1702FA22-6FD3-4DAF-8BF4-2EF08A5FAC7C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Countries.Net.Samples.Console", "samples\Countries.Net.Samples.Console\Countries.Net.Samples.Console.csproj", "{13EE6CFE-3D24-45AE-A64A-01E46307166D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Countries.Net.Samples.AspCore", "samples\Countries.Net.Samples.AspCore\Countries.Net.Samples.AspCore.csproj", "{FC6A6D74-5430-4DF1-82E5-54A90381C52D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{463E6167-3CDE-4249-BB52-534CA0FAD178}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{463E6167-3CDE-4249-BB52-534CA0FAD178}.Debug|Any CPU.Build.0 = Debug|Any CPU
{463E6167-3CDE-4249-BB52-534CA0FAD178}.Release|Any CPU.ActiveCfg = Release|Any CPU
{463E6167-3CDE-4249-BB52-534CA0FAD178}.Release|Any CPU.Build.0 = Release|Any CPU
{9F365D1E-FA99-4B4E-9922-567518C16501}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F365D1E-FA99-4B4E-9922-567518C16501}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F365D1E-FA99-4B4E-9922-567518C16501}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F365D1E-FA99-4B4E-9922-567518C16501}.Release|Any CPU.Build.0 = Release|Any CPU
{F213F8DC-6FC7-4C5A-9B1A-E94B5E8B86BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F213F8DC-6FC7-4C5A-9B1A-E94B5E8B86BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F213F8DC-6FC7-4C5A-9B1A-E94B5E8B86BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F213F8DC-6FC7-4C5A-9B1A-E94B5E8B86BC}.Release|Any CPU.Build.0 = Release|Any CPU
{D798E772-1063-48F4-84CA-8071129F0891}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D798E772-1063-48F4-84CA-8071129F0891}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D798E772-1063-48F4-84CA-8071129F0891}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D798E772-1063-48F4-84CA-8071129F0891}.Release|Any CPU.Build.0 = Release|Any CPU
{13EE6CFE-3D24-45AE-A64A-01E46307166D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13EE6CFE-3D24-45AE-A64A-01E46307166D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13EE6CFE-3D24-45AE-A64A-01E46307166D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13EE6CFE-3D24-45AE-A64A-01E46307166D}.Release|Any CPU.Build.0 = Release|Any CPU
{FC6A6D74-5430-4DF1-82E5-54A90381C52D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC6A6D74-5430-4DF1-82E5-54A90381C52D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC6A6D74-5430-4DF1-82E5-54A90381C52D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC6A6D74-5430-4DF1-82E5-54A90381C52D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{463E6167-3CDE-4249-BB52-534CA0FAD178} = {0AC54446-D16D-4D0B-A7B5-F96941D29D29}
{9F365D1E-FA99-4B4E-9922-567518C16501} = {0AC54446-D16D-4D0B-A7B5-F96941D29D29}
{F213F8DC-6FC7-4C5A-9B1A-E94B5E8B86BC} = {D7F7782C-6792-4565-808C-CB2CCC65C325}
{D798E772-1063-48F4-84CA-8071129F0891} = {0AC54446-D16D-4D0B-A7B5-F96941D29D29}
{13EE6CFE-3D24-45AE-A64A-01E46307166D} = {1702FA22-6FD3-4DAF-8BF4-2EF08A5FAC7C}
{FC6A6D74-5430-4DF1-82E5-54A90381C52D} = {1702FA22-6FD3-4DAF-8BF4-2EF08A5FAC7C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D164FE0F-6F41-463C-9330-F27535934E98}
EndGlobalSection
EndGlobal