-
Notifications
You must be signed in to change notification settings - Fork 0
/
UdpNatPunchClient.sln
43 lines (43 loc) · 2.58 KB
/
UdpNatPunchClient.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.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UdpNatPunchClient", "UdpNatPunchClient\UdpNatPunchClient.csproj", "{09CAEC37-814D-40D3-997C-59B733620D83}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlaceholderTextBoxControl", "PlaceholderTextBoxControl\PlaceholderTextBoxControl.csproj", "{32775F93-F586-4E9A-9F90-F5282B133EDE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetworkingLib", "NetworkingLib\NetworkingLib.csproj", "{9920F8FD-52E9-44BD-A20B-94AC6BBCD32C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetworkingLib.Tests", "NetworkingLib.Tests\NetworkingLib.Tests.csproj", "{FC50557F-419C-4F6D-A9CF-AF329C1F884E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{09CAEC37-814D-40D3-997C-59B733620D83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09CAEC37-814D-40D3-997C-59B733620D83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09CAEC37-814D-40D3-997C-59B733620D83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09CAEC37-814D-40D3-997C-59B733620D83}.Release|Any CPU.Build.0 = Release|Any CPU
{32775F93-F586-4E9A-9F90-F5282B133EDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32775F93-F586-4E9A-9F90-F5282B133EDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32775F93-F586-4E9A-9F90-F5282B133EDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32775F93-F586-4E9A-9F90-F5282B133EDE}.Release|Any CPU.Build.0 = Release|Any CPU
{9920F8FD-52E9-44BD-A20B-94AC6BBCD32C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9920F8FD-52E9-44BD-A20B-94AC6BBCD32C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9920F8FD-52E9-44BD-A20B-94AC6BBCD32C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9920F8FD-52E9-44BD-A20B-94AC6BBCD32C}.Release|Any CPU.Build.0 = Release|Any CPU
{FC50557F-419C-4F6D-A9CF-AF329C1F884E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC50557F-419C-4F6D-A9CF-AF329C1F884E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC50557F-419C-4F6D-A9CF-AF329C1F884E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC50557F-419C-4F6D-A9CF-AF329C1F884E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D2F4D005-9CAE-413F-9D6D-650D68C25712}
EndGlobalSection
EndGlobal