-
Notifications
You must be signed in to change notification settings - Fork 0
/
Wigle2Geo.sln
43 lines (43 loc) · 2.34 KB
/
Wigle2Geo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wigle2Geo", "Wigle2Geo.Web\Wigle2Geo.Web.csproj", "{D3775B6F-2A91-4493-B0E2-0530EDA54450}"
ProjectSection(ProjectDependencies) = postProject
{7A229A7C-5D6E-4C7F-91DA-727906C6F9D4} = {7A229A7C-5D6E-4C7F-91DA-727906C6F9D4}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wigle2Geo.CLI", "Wigle2Geo.CLI\Wigle2Geo.CLI.csproj", "{4BA7ED34-9742-40F3-9B42-464C41AAEC5D}"
ProjectSection(ProjectDependencies) = postProject
{7A229A7C-5D6E-4C7F-91DA-727906C6F9D4} = {7A229A7C-5D6E-4C7F-91DA-727906C6F9D4}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wigle2Geo.Core", "Wigle2Geo.Core\Wigle2Geo.Core.csproj", "{7A229A7C-5D6E-4C7F-91DA-727906C6F9D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3775B6F-2A91-4493-B0E2-0530EDA54450}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3775B6F-2A91-4493-B0E2-0530EDA54450}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3775B6F-2A91-4493-B0E2-0530EDA54450}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3775B6F-2A91-4493-B0E2-0530EDA54450}.Release|Any CPU.Build.0 = Release|Any CPU
{4BA7ED34-9742-40F3-9B42-464C41AAEC5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BA7ED34-9742-40F3-9B42-464C41AAEC5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BA7ED34-9742-40F3-9B42-464C41AAEC5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BA7ED34-9742-40F3-9B42-464C41AAEC5D}.Release|Any CPU.Build.0 = Release|Any CPU
{7A229A7C-5D6E-4C7F-91DA-727906C6F9D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A229A7C-5D6E-4C7F-91DA-727906C6F9D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A229A7C-5D6E-4C7F-91DA-727906C6F9D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A229A7C-5D6E-4C7F-91DA-727906C6F9D4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E11F54C6-0120-4C48-AE93-CBB8D4BF595A}
EndGlobalSection
EndGlobal