-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTBC.OpenAPI.SDK.DBI.sln
55 lines (55 loc) · 3.38 KB
/
TBC.OpenAPI.SDK.DBI.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 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TBC.OpenAPI.SDK.DBI", "src\TBC.OpenAPI.SDK.DBI\TBC.OpenAPI.SDK.DBI.csproj", "{25E006CE-F023-43E8-B36B-129867814FC3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2E642209-3256-428A-9F27-63FFF78C3456}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{B8FD6E92-5329-4A52-8B3D-2B3A4546FD5D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TBC.OpenAPI.SDK.DBI.Tests", "tests\TBC.OpenAPI.SDK.DBI.Tests\TBC.OpenAPI.SDK.DBI.Tests.csproj", "{C8D642F0-FD49-4215-B13B-2C092BF1F6F1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{8F1639FF-CB5A-4316-99BB-5A3A18984873}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreApiAppExmaple", "examples\CoreApiAppExmaple\CoreApiAppExmaple.csproj", "{1F56A329-9FD6-4529-B8DC-8BB6AC58D6AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreConsoleAppExample", "examples\CoreConsoleAppExample\CoreConsoleAppExample.csproj", "{B486F6E1-E3DC-4787-89E9-7236C57D74BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25E006CE-F023-43E8-B36B-129867814FC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25E006CE-F023-43E8-B36B-129867814FC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25E006CE-F023-43E8-B36B-129867814FC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25E006CE-F023-43E8-B36B-129867814FC3}.Release|Any CPU.Build.0 = Release|Any CPU
{C8D642F0-FD49-4215-B13B-2C092BF1F6F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8D642F0-FD49-4215-B13B-2C092BF1F6F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8D642F0-FD49-4215-B13B-2C092BF1F6F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8D642F0-FD49-4215-B13B-2C092BF1F6F1}.Release|Any CPU.Build.0 = Release|Any CPU
{1F56A329-9FD6-4529-B8DC-8BB6AC58D6AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F56A329-9FD6-4529-B8DC-8BB6AC58D6AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F56A329-9FD6-4529-B8DC-8BB6AC58D6AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F56A329-9FD6-4529-B8DC-8BB6AC58D6AE}.Release|Any CPU.Build.0 = Release|Any CPU
{B486F6E1-E3DC-4787-89E9-7236C57D74BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B486F6E1-E3DC-4787-89E9-7236C57D74BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B486F6E1-E3DC-4787-89E9-7236C57D74BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B486F6E1-E3DC-4787-89E9-7236C57D74BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{25E006CE-F023-43E8-B36B-129867814FC3} = {2E642209-3256-428A-9F27-63FFF78C3456}
{C8D642F0-FD49-4215-B13B-2C092BF1F6F1} = {B8FD6E92-5329-4A52-8B3D-2B3A4546FD5D}
{1F56A329-9FD6-4529-B8DC-8BB6AC58D6AE} = {8F1639FF-CB5A-4316-99BB-5A3A18984873}
{B486F6E1-E3DC-4787-89E9-7236C57D74BC} = {8F1639FF-CB5A-4316-99BB-5A3A18984873}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7B5A5AA1-7DA1-47F9-BCFC-AB3394A288F6}
EndGlobalSection
EndGlobal