-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIP2Location.sln
40 lines (40 loc) · 1.9 KB
/
IP2Location.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IP2Location", "IP2Location\IP2Location.csproj", "{6548BBDB-A1AB-452D-923B-97D7B86563A9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IP2Location_SampleApp", "IP2Location_SampleApp\IP2Location_SampleApp.csproj", "{FEEA208B-2A5B-40B6-9C9F-7C4185C0E008}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{666A43A9-FD34-4599-AEA2-F48C3EB8410E}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
SS01.png = SS01.png
SS02.png = SS02.png
SS03.png = SS03.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6548BBDB-A1AB-452D-923B-97D7B86563A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6548BBDB-A1AB-452D-923B-97D7B86563A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6548BBDB-A1AB-452D-923B-97D7B86563A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6548BBDB-A1AB-452D-923B-97D7B86563A9}.Release|Any CPU.Build.0 = Release|Any CPU
{FEEA208B-2A5B-40B6-9C9F-7C4185C0E008}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEEA208B-2A5B-40B6-9C9F-7C4185C0E008}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEEA208B-2A5B-40B6-9C9F-7C4185C0E008}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEEA208B-2A5B-40B6-9C9F-7C4185C0E008}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4C6A3F40-0F7E-4A2E-8809-D456C7C29C9D}
EndGlobalSection
EndGlobal