-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpenProtocol.sln
More file actions
44 lines (44 loc) · 2.3 KB
/
OpenProtocol.sln
File metadata and controls
44 lines (44 loc) · 2.3 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "Demo\Demo.csproj", "{BFD7427F-793E-41B5-9E74-71AAF4136754}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestProject1", "TestProject1\TestProject1.csproj", "{ED5B1C3B-5B75-48FD-81BC-0D73F4CA2F69}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案项", "解决方案项", "{441774A2-A330-4859-B350-DE1F0E4E2DBD}"
ProjectSection(SolutionItems) = preProject
apache-2.0.txt = apache-2.0.txt
LICENSE.md = LICENSE.md
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibOpenProtocol", "LibOpenProtocol\LibOpenProtocol.csproj", "{180DAB90-9DF4-4545-B020-586FA99F0E60}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BFD7427F-793E-41B5-9E74-71AAF4136754}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFD7427F-793E-41B5-9E74-71AAF4136754}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFD7427F-793E-41B5-9E74-71AAF4136754}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFD7427F-793E-41B5-9E74-71AAF4136754}.Release|Any CPU.Build.0 = Release|Any CPU
{ED5B1C3B-5B75-48FD-81BC-0D73F4CA2F69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED5B1C3B-5B75-48FD-81BC-0D73F4CA2F69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED5B1C3B-5B75-48FD-81BC-0D73F4CA2F69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED5B1C3B-5B75-48FD-81BC-0D73F4CA2F69}.Release|Any CPU.Build.0 = Release|Any CPU
{180DAB90-9DF4-4545-B020-586FA99F0E60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{180DAB90-9DF4-4545-B020-586FA99F0E60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{180DAB90-9DF4-4545-B020-586FA99F0E60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{180DAB90-9DF4-4545-B020-586FA99F0E60}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52B42377-6A58-4FDB-8977-B30CA2202190}
EndGlobalSection
EndGlobal