forked from rungwiroon/BlazorGoogleMaps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BlazorGoogleMaps.sln
49 lines (49 loc) · 2.66 KB
/
BlazorGoogleMaps.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoogleMapsComponents", "GoogleMapsComponents\GoogleMapsComponents.csproj", "{EEFC0113-D075-4F36-ABC8-EAAB3A138079}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{575D69F2-3102-4FE1-A094-23A553B772AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerSideDemo", "ServerSideDemo\ServerSideDemo.csproj", "{4529EAF0-F632-485C-B76D-3B908767D0ED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8F72007D-A784-445E-907F-C68F6F9A72DA}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClientSideDemo", "ClientSideDemo\ClientSideDemo.csproj", "{101D4021-9338-498D-834D-0335F6B8175B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EEFC0113-D075-4F36-ABC8-EAAB3A138079}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEFC0113-D075-4F36-ABC8-EAAB3A138079}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEFC0113-D075-4F36-ABC8-EAAB3A138079}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEFC0113-D075-4F36-ABC8-EAAB3A138079}.Release|Any CPU.Build.0 = Release|Any CPU
{4529EAF0-F632-485C-B76D-3B908767D0ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4529EAF0-F632-485C-B76D-3B908767D0ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4529EAF0-F632-485C-B76D-3B908767D0ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4529EAF0-F632-485C-B76D-3B908767D0ED}.Release|Any CPU.Build.0 = Release|Any CPU
{101D4021-9338-498D-834D-0335F6B8175B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{101D4021-9338-498D-834D-0335F6B8175B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{101D4021-9338-498D-834D-0335F6B8175B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{101D4021-9338-498D-834D-0335F6B8175B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4529EAF0-F632-485C-B76D-3B908767D0ED} = {575D69F2-3102-4FE1-A094-23A553B772AA}
{101D4021-9338-498D-834D-0335F6B8175B} = {575D69F2-3102-4FE1-A094-23A553B772AA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {631CEE94-77D6-4F14-B8C6-4E51C2A924AE}
EndGlobalSection
EndGlobal