-
-
Notifications
You must be signed in to change notification settings - Fork 150
/
Copy pathUdpThreadSamples.sln
48 lines (48 loc) · 2.41 KB
/
UdpThreadSamples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "UdpThreadClient", "UdpThreadClient\UdpThreadClient.nfproj", "{C679EDD8-8104-4188-B1E3-A7B84C5B7E7B}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "UdpThreadServer", "UdpThreadServer\UdpThreadServer.nfproj", "{EA37527A-FC52-4269-A9B1-ACC366ECD0C5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{2B0FD5A8-FC86-4111-8B70-2B0D7090F468}"
ProjectSection(SolutionItems) = preProject
Display.cs = Display.cs
Led.cs = Led.cs
SocketUtils.cs = SocketUtils.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{581E3239-0AE5-4403-B31C-C91265E4AA5E}"
ProjectSection(SolutionItems) = preProject
category.txt = category.txt
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
{C679EDD8-8104-4188-B1E3-A7B84C5B7E7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C679EDD8-8104-4188-B1E3-A7B84C5B7E7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C679EDD8-8104-4188-B1E3-A7B84C5B7E7B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{C679EDD8-8104-4188-B1E3-A7B84C5B7E7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C679EDD8-8104-4188-B1E3-A7B84C5B7E7B}.Release|Any CPU.Build.0 = Release|Any CPU
{C679EDD8-8104-4188-B1E3-A7B84C5B7E7B}.Release|Any CPU.Deploy.0 = Release|Any CPU
{EA37527A-FC52-4269-A9B1-ACC366ECD0C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA37527A-FC52-4269-A9B1-ACC366ECD0C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA37527A-FC52-4269-A9B1-ACC366ECD0C5}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{EA37527A-FC52-4269-A9B1-ACC366ECD0C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA37527A-FC52-4269-A9B1-ACC366ECD0C5}.Release|Any CPU.Build.0 = Release|Any CPU
{EA37527A-FC52-4269-A9B1-ACC366ECD0C5}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5BE944EC-96F1-4350-88E2-C133969F1FC8}
EndGlobalSection
EndGlobal