-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWebTransport.sln
49 lines (49 loc) · 2.74 KB
/
WebTransport.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.1.32203.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server", "Server\Server.csproj", "{D374B135-4261-4041-97B0-E88EB0C6A67C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerDemo", "ServerDemo\ServerDemo.csproj", "{D73DCE0E-B8E0-437E-8CD2-DCC66A792A4F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{33558419-F380-4F69-BAC1-324C35AF18B6}"
ProjectSection(SolutionItems) = preProject
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CertService", "CertService\CertService.csproj", "{FEEF90DD-50CC-4FBE-8877-6DF98062F066}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CertService.Test", "CertService.Test\CertService.Test.csproj", "{6D940E9A-CF9C-4B08-86EA-009ADD1F19C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D374B135-4261-4041-97B0-E88EB0C6A67C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D374B135-4261-4041-97B0-E88EB0C6A67C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D374B135-4261-4041-97B0-E88EB0C6A67C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D374B135-4261-4041-97B0-E88EB0C6A67C}.Release|Any CPU.Build.0 = Release|Any CPU
{D73DCE0E-B8E0-437E-8CD2-DCC66A792A4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D73DCE0E-B8E0-437E-8CD2-DCC66A792A4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D73DCE0E-B8E0-437E-8CD2-DCC66A792A4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D73DCE0E-B8E0-437E-8CD2-DCC66A792A4F}.Release|Any CPU.Build.0 = Release|Any CPU
{FEEF90DD-50CC-4FBE-8877-6DF98062F066}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEEF90DD-50CC-4FBE-8877-6DF98062F066}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEEF90DD-50CC-4FBE-8877-6DF98062F066}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEEF90DD-50CC-4FBE-8877-6DF98062F066}.Release|Any CPU.Build.0 = Release|Any CPU
{6D940E9A-CF9C-4B08-86EA-009ADD1F19C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D940E9A-CF9C-4B08-86EA-009ADD1F19C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D940E9A-CF9C-4B08-86EA-009ADD1F19C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D940E9A-CF9C-4B08-86EA-009ADD1F19C1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2E969AAF-9C35-4232-868E-B69E43FCC887}
EndGlobalSection
EndGlobal