-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAzureMap.sln
47 lines (47 loc) · 2.22 KB
/
AzureMap.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureMap", "AzureMap\AzureMap.csproj", "{A83EDEE0-E72B-43F5-AE4B-64BE857EA4B2}"
ProjectSection(ProjectDependencies) = postProject
{D2D7E7B6-DC1C-466A-BFB0-C664BC47318A} = {D2D7E7B6-DC1C-466A-BFB0-C664BC47318A}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataCenterJavaScriptGenerator", "DataCenterJavaScriptGenerator\DataCenterJavaScriptGenerator.csproj", "{D2D7E7B6-DC1C-466A-BFB0-C664BC47318A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".meta", ".meta", "{C5B7D576-FFD5-43AB-A51A-60F6E7290A9A}"
ProjectSection(SolutionItems) = preProject
.deployment = .deployment
.gitignore = .gitignore
LICENSE = LICENSE
readme.md = readme.md
TODO.md = TODO.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{DB63FEBD-51E1-4F0D-B6D3-2B1AAC76C67E}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A83EDEE0-E72B-43F5-AE4B-64BE857EA4B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A83EDEE0-E72B-43F5-AE4B-64BE857EA4B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A83EDEE0-E72B-43F5-AE4B-64BE857EA4B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A83EDEE0-E72B-43F5-AE4B-64BE857EA4B2}.Release|Any CPU.Build.0 = Release|Any CPU
{D2D7E7B6-DC1C-466A-BFB0-C664BC47318A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2D7E7B6-DC1C-466A-BFB0-C664BC47318A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2D7E7B6-DC1C-466A-BFB0-C664BC47318A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2D7E7B6-DC1C-466A-BFB0-C664BC47318A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal