-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQuicWithDatagram.sln
45 lines (45 loc) · 2.24 KB
/
QuicWithDatagram.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
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}") = "QuicWithDatagram", "QuicWithDatagram\QuicWithDatagram.csproj", "{840269C7-D6B5-49D8-8C91-4B59DF1EE299}"
ProjectSection(ProjectDependencies) = postProject
{4287DEB9-E438-41EB-B485-65EEB34ABEEB} = {4287DEB9-E438-41EB-B485-65EEB34ABEEB}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ref", "ref", "{E0654486-F121-42C6-9C5B-6268F740DB9D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuicWithDatagram", "ref\QuicWithDatagram\QuicWithDatagram.csproj", "{4287DEB9-E438-41EB-B485-65EEB34ABEEB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CE87F45E-95F0-4695-AE6D-D09E12333DC3}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{840269C7-D6B5-49D8-8C91-4B59DF1EE299}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{840269C7-D6B5-49D8-8C91-4B59DF1EE299}.Debug|Any CPU.Build.0 = Debug|Any CPU
{840269C7-D6B5-49D8-8C91-4B59DF1EE299}.Release|Any CPU.ActiveCfg = Release|Any CPU
{840269C7-D6B5-49D8-8C91-4B59DF1EE299}.Release|Any CPU.Build.0 = Release|Any CPU
{4287DEB9-E438-41EB-B485-65EEB34ABEEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4287DEB9-E438-41EB-B485-65EEB34ABEEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4287DEB9-E438-41EB-B485-65EEB34ABEEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4287DEB9-E438-41EB-B485-65EEB34ABEEB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4287DEB9-E438-41EB-B485-65EEB34ABEEB} = {E0654486-F121-42C6-9C5B-6268F740DB9D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E8C2257B-2483-4A0D-BEF4-4844016D9CBE}
EndGlobalSection
EndGlobal