forked from 5andr0/PogoLocationFeeder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PogoLocationFeeder.sln
40 lines (40 loc) · 2.48 KB
/
PogoLocationFeeder.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 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PogoLocationFeeder", "PogoLocationFeeder\PogoLocationFeeder.csproj", "{76F6EEEF-E89F-4E43-AA9D-1567CBC1420B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PogoLocationFeederTests", "PogoLocationFeederTests\PogoLocationFeederTests.csproj", "{7411B812-CF4C-4BD2-84B4-09EBD6D08DA4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PogoLocationFeeder.GUI", "PogoLocationFeeder.GUI\PogoLocationFeeder.GUI.csproj", "{D6536900-0B51-454E-AC1E-87EF86CCE31B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PogoLocationFeeder.API", "PogoLocationFeeder.API\PogoLocationFeeder.API.csproj", "{E82FE137-7326-4EFA-A4DD-A8592BF70F36}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{76F6EEEF-E89F-4E43-AA9D-1567CBC1420B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76F6EEEF-E89F-4E43-AA9D-1567CBC1420B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76F6EEEF-E89F-4E43-AA9D-1567CBC1420B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76F6EEEF-E89F-4E43-AA9D-1567CBC1420B}.Release|Any CPU.Build.0 = Release|Any CPU
{7411B812-CF4C-4BD2-84B4-09EBD6D08DA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7411B812-CF4C-4BD2-84B4-09EBD6D08DA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7411B812-CF4C-4BD2-84B4-09EBD6D08DA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7411B812-CF4C-4BD2-84B4-09EBD6D08DA4}.Release|Any CPU.Build.0 = Release|Any CPU
{D6536900-0B51-454E-AC1E-87EF86CCE31B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6536900-0B51-454E-AC1E-87EF86CCE31B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6536900-0B51-454E-AC1E-87EF86CCE31B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6536900-0B51-454E-AC1E-87EF86CCE31B}.Release|Any CPU.Build.0 = Release|Any CPU
{E82FE137-7326-4EFA-A4DD-A8592BF70F36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E82FE137-7326-4EFA-A4DD-A8592BF70F36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E82FE137-7326-4EFA-A4DD-A8592BF70F36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E82FE137-7326-4EFA-A4DD-A8592BF70F36}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal