-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ofl.Google.Maps.sln
66 lines (66 loc) · 3.85 KB
/
Ofl.Google.Maps.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
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ofl.Google.Maps", "src\Ofl.Google.Maps\Ofl.Google.Maps.csproj", "{3A05CE0C-A835-4993-BC8A-76E2234AC6B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{999A3573-281D-48E8-8F9A-1FE49637B11E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{0A27F9A8-405E-4AB5-AD4F-C6860212B571}"
ProjectSection(SolutionItems) = preProject
test\directory.build.props = test\directory.build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ofl.Google.Maps.Tests", "test\Ofl.Google.Maps.Tests\Ofl.Google.Maps.Tests.csproj", "{C5D7F9EC-1008-424A-A910-61E1F2D47173}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution-level items", "solution-level items", "{FD7DA5AE-906A-4526-87AB-33B92C271A5B}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.gitmodules = .gitmodules
appveyor.yml = appveyor.yml
directory.build.props = directory.build.props
LICENSE = LICENSE
Ofl.Google.Maps.sln.DotSettings = Ofl.Google.Maps.sln.DotSettings
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ofl.Google.Maps.Abstractions.Tests", "test\Ofl.Google.Maps.Abstractions.Tests\Ofl.Google.Maps.Abstractions.Tests.csproj", "{38D16A12-DAAF-4A26-BDEE-019DE9D9EC29}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ofl.Google.Maps.Abstractions", "src\Ofl.Google.Maps.Abstractions\Ofl.Google.Maps.Abstractions.csproj", "{79DC708E-71F5-40A4-B84C-2780D1C0C1B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3A05CE0C-A835-4993-BC8A-76E2234AC6B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A05CE0C-A835-4993-BC8A-76E2234AC6B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A05CE0C-A835-4993-BC8A-76E2234AC6B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A05CE0C-A835-4993-BC8A-76E2234AC6B7}.Release|Any CPU.Build.0 = Release|Any CPU
{C5D7F9EC-1008-424A-A910-61E1F2D47173}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5D7F9EC-1008-424A-A910-61E1F2D47173}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5D7F9EC-1008-424A-A910-61E1F2D47173}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5D7F9EC-1008-424A-A910-61E1F2D47173}.Release|Any CPU.Build.0 = Release|Any CPU
{38D16A12-DAAF-4A26-BDEE-019DE9D9EC29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38D16A12-DAAF-4A26-BDEE-019DE9D9EC29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38D16A12-DAAF-4A26-BDEE-019DE9D9EC29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38D16A12-DAAF-4A26-BDEE-019DE9D9EC29}.Release|Any CPU.Build.0 = Release|Any CPU
{79DC708E-71F5-40A4-B84C-2780D1C0C1B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79DC708E-71F5-40A4-B84C-2780D1C0C1B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79DC708E-71F5-40A4-B84C-2780D1C0C1B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79DC708E-71F5-40A4-B84C-2780D1C0C1B2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3A05CE0C-A835-4993-BC8A-76E2234AC6B7} = {999A3573-281D-48E8-8F9A-1FE49637B11E}
{C5D7F9EC-1008-424A-A910-61E1F2D47173} = {0A27F9A8-405E-4AB5-AD4F-C6860212B571}
{38D16A12-DAAF-4A26-BDEE-019DE9D9EC29} = {0A27F9A8-405E-4AB5-AD4F-C6860212B571}
{79DC708E-71F5-40A4-B84C-2780D1C0C1B2} = {999A3573-281D-48E8-8F9A-1FE49637B11E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {74F8746B-5242-4B68-87C7-AE25387AF90A}
EndGlobalSection
EndGlobal