forked from scottschluer/geolocation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGeolocation.sln
32 lines (32 loc) · 1.87 KB
/
Geolocation.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Geolocation", "Geolocation\Geolocation.csproj", "{5B8B81AA-7F84-4547-BE17-76BA10A67096}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Geolocation.UnitTests", "Geolocation.UnitTests\Geolocation.UnitTests.csproj", "{752B423B-D981-4C75-B3EA-C2CBF49EFAFB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Geolocation.Example", "Geolocation.Example\Geolocation.Example.csproj", "{67A3A06F-35C7-4304-B2BC-9EFFC6CED9E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B8B81AA-7F84-4547-BE17-76BA10A67096}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B8B81AA-7F84-4547-BE17-76BA10A67096}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B8B81AA-7F84-4547-BE17-76BA10A67096}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B8B81AA-7F84-4547-BE17-76BA10A67096}.Release|Any CPU.Build.0 = Release|Any CPU
{752B423B-D981-4C75-B3EA-C2CBF49EFAFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{752B423B-D981-4C75-B3EA-C2CBF49EFAFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{752B423B-D981-4C75-B3EA-C2CBF49EFAFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{752B423B-D981-4C75-B3EA-C2CBF49EFAFB}.Release|Any CPU.Build.0 = Release|Any CPU
{67A3A06F-35C7-4304-B2BC-9EFFC6CED9E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67A3A06F-35C7-4304-B2BC-9EFFC6CED9E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67A3A06F-35C7-4304-B2BC-9EFFC6CED9E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67A3A06F-35C7-4304-B2BC-9EFFC6CED9E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal