This repository was archived by the owner on Jun 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFubarDev.Example.GoogleMaps.sln
More file actions
36 lines (36 loc) · 2.24 KB
/
FubarDev.Example.GoogleMaps.sln
File metadata and controls
36 lines (36 loc) · 2.24 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FubarDev.Example.GoogleMaps.Windows", "FubarDev.Example.GoogleMaps.Windows\FubarDev.Example.GoogleMaps.Windows.csproj", "{69D50C44-F05D-41C0-A745-B08DBF1E9129}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FubarDev.Example.GoogleMaps", "FubarDev.Example.GoogleMaps\FubarDev.Example.GoogleMaps.csproj", "{D1422D45-8C28-4D3E-B400-7CE55418E939}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FubarDev.Example.GoogleMaps.Android", "FubarDev.Example.GoogleMaps.Android\FubarDev.Example.GoogleMaps.Android.csproj", "{709FFECB-60BF-406D-97A6-173CC09BEE0E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69D50C44-F05D-41C0-A745-B08DBF1E9129}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69D50C44-F05D-41C0-A745-B08DBF1E9129}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69D50C44-F05D-41C0-A745-B08DBF1E9129}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69D50C44-F05D-41C0-A745-B08DBF1E9129}.Release|Any CPU.Build.0 = Release|Any CPU
{D1422D45-8C28-4D3E-B400-7CE55418E939}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1422D45-8C28-4D3E-B400-7CE55418E939}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1422D45-8C28-4D3E-B400-7CE55418E939}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1422D45-8C28-4D3E-B400-7CE55418E939}.Release|Any CPU.Build.0 = Release|Any CPU
{709FFECB-60BF-406D-97A6-173CC09BEE0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{709FFECB-60BF-406D-97A6-173CC09BEE0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{709FFECB-60BF-406D-97A6-173CC09BEE0E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{709FFECB-60BF-406D-97A6-173CC09BEE0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{709FFECB-60BF-406D-97A6-173CC09BEE0E}.Release|Any CPU.Build.0 = Release|Any CPU
{709FFECB-60BF-406D-97A6-173CC09BEE0E}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal