-
Notifications
You must be signed in to change notification settings - Fork 7
/
IpInfo.sln
62 lines (62 loc) · 3.33 KB
/
IpInfo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E793AF18-4371-4EBD-96FC-195EB1798855}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
src\Directory.Build.props = src\Directory.Build.props
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
LICENSE = LICENSE
docs\openapi.nswag = docs\openapi.nswag
docs\openapi.yaml = docs\openapi.yaml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{F3FD9454-458F-429F-A781-2AD146C82AEE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libs", "libs", "{61E7E11E-4558-434C-ACE8-06316A3097B3}"
ProjectSection(SolutionItems) = preProject
src\libs\Directory.Build.props = src\libs\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{AAA11B78-2764-4520-A97E-46AA7089A588}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IpInfo", "src\libs\IpInfo\IpInfo.csproj", "{A952B397-943E-4E7C-AC32-ED5CE3892057}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IpInfo.Example", "examples\IpInfo.Example\IpInfo.Example.csproj", "{3BDFB74E-9DAF-4206-BF37-8F2915050DEB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IpInfo.IntegrationTests", "src\tests\IpInfo.IntegrationTests\IpInfo.IntegrationTests.csproj", "{506F7F46-2ACA-4FF6-A158-41BF2E10C49C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A952B397-943E-4E7C-AC32-ED5CE3892057}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A952B397-943E-4E7C-AC32-ED5CE3892057}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A952B397-943E-4E7C-AC32-ED5CE3892057}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A952B397-943E-4E7C-AC32-ED5CE3892057}.Release|Any CPU.Build.0 = Release|Any CPU
{3BDFB74E-9DAF-4206-BF37-8F2915050DEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BDFB74E-9DAF-4206-BF37-8F2915050DEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BDFB74E-9DAF-4206-BF37-8F2915050DEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BDFB74E-9DAF-4206-BF37-8F2915050DEB}.Release|Any CPU.Build.0 = Release|Any CPU
{506F7F46-2ACA-4FF6-A158-41BF2E10C49C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{506F7F46-2ACA-4FF6-A158-41BF2E10C49C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{506F7F46-2ACA-4FF6-A158-41BF2E10C49C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{506F7F46-2ACA-4FF6-A158-41BF2E10C49C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A952B397-943E-4E7C-AC32-ED5CE3892057} = {61E7E11E-4558-434C-ACE8-06316A3097B3}
{3BDFB74E-9DAF-4206-BF37-8F2915050DEB} = {F3FD9454-458F-429F-A781-2AD146C82AEE}
{506F7F46-2ACA-4FF6-A158-41BF2E10C49C} = {AAA11B78-2764-4520-A97E-46AA7089A588}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CED9A020-DBA5-4BE6-8096-75E528648EC1}
EndGlobalSection
EndGlobal