-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathXamarin.Google.Maps.Utils.sln
50 lines (49 loc) · 3.25 KB
/
Xamarin.Google.Maps.Utils.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Nugets", "Nugets", "{F3373947-EC17-46F4-828E-BA139DF05F3E}"
ProjectSection(SolutionItems) = preProject
Nugets\Xamarin.Google.Maps.Utils.nuspec = Nugets\Xamarin.Google.Maps.Utils.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{3875E12A-644D-422B-BE78-D08D91147BEB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Bindings", "Bindings", "{3C92CE04-9DB4-4194-A22D-AFD9A8EC06B4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Maps.Utils.Android", "Bindings\Google.Maps.Utils.Android\Google.Maps.Utils.Android.csproj", "{4C9DC45A-6999-42AC-8F0B-2B54B98BF848}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Maps.Utils.iOS", "Bindings\Google.Maps.Utils.iOS\Google.Maps.Utils.iOS.csproj", "{83672C49-5783-4546-9BA4-52804E2B8B94}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.Android", "Samples\Sample.Android\Sample.Android.csproj", "{66A0FC1F-FBC6-4E65-914E-EF4A5A03011C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.iOS", "Samples\Sample.iOS\Sample.iOS.csproj", "{212C6385-A1CA-4ED6-8A46-252403B19E6A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C9DC45A-6999-42AC-8F0B-2B54B98BF848}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C9DC45A-6999-42AC-8F0B-2B54B98BF848}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C9DC45A-6999-42AC-8F0B-2B54B98BF848}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C9DC45A-6999-42AC-8F0B-2B54B98BF848}.Release|Any CPU.Build.0 = Release|Any CPU
{83672C49-5783-4546-9BA4-52804E2B8B94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83672C49-5783-4546-9BA4-52804E2B8B94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83672C49-5783-4546-9BA4-52804E2B8B94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83672C49-5783-4546-9BA4-52804E2B8B94}.Release|Any CPU.Build.0 = Release|Any CPU
{66A0FC1F-FBC6-4E65-914E-EF4A5A03011C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66A0FC1F-FBC6-4E65-914E-EF4A5A03011C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66A0FC1F-FBC6-4E65-914E-EF4A5A03011C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66A0FC1F-FBC6-4E65-914E-EF4A5A03011C}.Release|Any CPU.Build.0 = Release|Any CPU
{212C6385-A1CA-4ED6-8A46-252403B19E6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{212C6385-A1CA-4ED6-8A46-252403B19E6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{212C6385-A1CA-4ED6-8A46-252403B19E6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{212C6385-A1CA-4ED6-8A46-252403B19E6A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4C9DC45A-6999-42AC-8F0B-2B54B98BF848} = {3C92CE04-9DB4-4194-A22D-AFD9A8EC06B4}
{83672C49-5783-4546-9BA4-52804E2B8B94} = {3C92CE04-9DB4-4194-A22D-AFD9A8EC06B4}
{66A0FC1F-FBC6-4E65-914E-EF4A5A03011C} = {3875E12A-644D-422B-BE78-D08D91147BEB}
{212C6385-A1CA-4ED6-8A46-252403B19E6A} = {3875E12A-644D-422B-BE78-D08D91147BEB}
EndGlobalSection
EndGlobal