-
Notifications
You must be signed in to change notification settings - Fork 0
/
TencentLbs.sln
55 lines (55 loc) · 3.09 KB
/
TencentLbs.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
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29418.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{672FEA18-F072-4549-9C4C-DBD1F9CDC7BB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_", "_", "{E9754587-13F5-4E3A-9F3F-71C98EF97990}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
global.json = global.json
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Myvas.AspNetCore.TencentLbs", "src\Myvas.AspNetCore.TencentLbs\Myvas.AspNetCore.TencentLbs.csproj", "{DCCBD789-AB73-4BF3-9B38-F0CD24F96494}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Myvas.AspNetCore.Components.TencentMap", "src\Myvas.AspNetCore.Components.TencentMap\Myvas.AspNetCore.Components.TencentMap.csproj", "{7177A531-E39A-43C2-96C9-1E136BB1D506}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{FF64583D-888F-4E4B-8A8B-C432262946A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Myvas.AspNetCore.TencentLbs.UnitTests", "test\Myvas.AspNetCore.TencentLbs.UnitTests\Myvas.AspNetCore.TencentLbs.UnitTests.csproj", "{DDD79FEF-D589-4DE9-ADEA-87B2AB606850}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DCCBD789-AB73-4BF3-9B38-F0CD24F96494}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCCBD789-AB73-4BF3-9B38-F0CD24F96494}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCCBD789-AB73-4BF3-9B38-F0CD24F96494}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCCBD789-AB73-4BF3-9B38-F0CD24F96494}.Release|Any CPU.Build.0 = Release|Any CPU
{7177A531-E39A-43C2-96C9-1E136BB1D506}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7177A531-E39A-43C2-96C9-1E136BB1D506}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7177A531-E39A-43C2-96C9-1E136BB1D506}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7177A531-E39A-43C2-96C9-1E136BB1D506}.Release|Any CPU.Build.0 = Release|Any CPU
{DDD79FEF-D589-4DE9-ADEA-87B2AB606850}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDD79FEF-D589-4DE9-ADEA-87B2AB606850}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDD79FEF-D589-4DE9-ADEA-87B2AB606850}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDD79FEF-D589-4DE9-ADEA-87B2AB606850}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DCCBD789-AB73-4BF3-9B38-F0CD24F96494} = {672FEA18-F072-4549-9C4C-DBD1F9CDC7BB}
{7177A531-E39A-43C2-96C9-1E136BB1D506} = {672FEA18-F072-4549-9C4C-DBD1F9CDC7BB}
{DDD79FEF-D589-4DE9-ADEA-87B2AB606850} = {FF64583D-888F-4E4B-8A8B-C432262946A0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {084E5FFC-66BB-40F9-A42B-8CF8FF2C4A41}
EndGlobalSection
EndGlobal