-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathMPowerKit.GoogleMaps.sln
More file actions
33 lines (32 loc) · 1.73 KB
/
MPowerKit.GoogleMaps.sln
File metadata and controls
33 lines (32 loc) · 1.73 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35222.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MPowerKit.GoogleMaps", "MPowerKit.GoogleMaps\MPowerKit.GoogleMaps.csproj", "{D73351BD-8DCD-4053-8182-C6D3D21C1421}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{9DCCCAE1-47F0-4916-9573-66E242888CB5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D73351BD-8DCD-4053-8182-C6D3D21C1421}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D73351BD-8DCD-4053-8182-C6D3D21C1421}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D73351BD-8DCD-4053-8182-C6D3D21C1421}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D73351BD-8DCD-4053-8182-C6D3D21C1421}.Release|Any CPU.Build.0 = Release|Any CPU
{9DCCCAE1-47F0-4916-9573-66E242888CB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DCCCAE1-47F0-4916-9573-66E242888CB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DCCCAE1-47F0-4916-9573-66E242888CB5}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{9DCCCAE1-47F0-4916-9573-66E242888CB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DCCCAE1-47F0-4916-9573-66E242888CB5}.Release|Any CPU.Build.0 = Release|Any CPU
{9DCCCAE1-47F0-4916-9573-66E242888CB5}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E0D257E8-F7AB-4AE9-907F-6F8D6AC83BA7}
EndGlobalSection
EndGlobal