-
Notifications
You must be signed in to change notification settings - Fork 13
/
gbSip.sln
43 lines (43 loc) · 2.47 KB
/
gbSip.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SipServer", "SipServer\SipServer.csproj", "{53CC48EF-A69A-4F87-8135-01A9EC5F4076}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GB28181", "GB28181\GB28181.csproj", "{A605EB64-5745-486F-A6BC-CB212E7B865F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GBWeb", "GBWeb\GBWeb.csproj", "{1513A78A-4D7A-4862-AB10-7D9E0003C341}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GB28181.Client", "GB28181.Client\GB28181.Client.csproj", "{46C4F3C2-8480-4BF2-A316-A1C4AEE71EF0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53CC48EF-A69A-4F87-8135-01A9EC5F4076}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53CC48EF-A69A-4F87-8135-01A9EC5F4076}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53CC48EF-A69A-4F87-8135-01A9EC5F4076}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53CC48EF-A69A-4F87-8135-01A9EC5F4076}.Release|Any CPU.Build.0 = Release|Any CPU
{A605EB64-5745-486F-A6BC-CB212E7B865F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A605EB64-5745-486F-A6BC-CB212E7B865F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A605EB64-5745-486F-A6BC-CB212E7B865F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A605EB64-5745-486F-A6BC-CB212E7B865F}.Release|Any CPU.Build.0 = Release|Any CPU
{1513A78A-4D7A-4862-AB10-7D9E0003C341}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1513A78A-4D7A-4862-AB10-7D9E0003C341}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1513A78A-4D7A-4862-AB10-7D9E0003C341}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1513A78A-4D7A-4862-AB10-7D9E0003C341}.Release|Any CPU.Build.0 = Release|Any CPU
{46C4F3C2-8480-4BF2-A316-A1C4AEE71EF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46C4F3C2-8480-4BF2-A316-A1C4AEE71EF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46C4F3C2-8480-4BF2-A316-A1C4AEE71EF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46C4F3C2-8480-4BF2-A316-A1C4AEE71EF0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2963AAC2-252E-4C4C-9982-3EDCBADC7576}
EndGlobalSection
EndGlobal