-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathMiniUDP.sln
45 lines (45 loc) · 2.73 KB
/
MiniUDP.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 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MiniUDP", "MiniUDP\MiniUDP.csproj", "{2F6BDFFF-CF4E-4C97-9ECB-04A4E4282660}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleClient", "SampleClient\SampleClient.csproj", "{00247247-297F-413E-BA96-759E22034D6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleServer", "SampleServer\SampleServer.csproj", "{1C46FF0A-AE62-40CE-B49B-1EB940AC9E45}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{CD693CCF-11A6-4746-9F22-E55B9C5AFADB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleCommon", "SampleCommon\SampleCommon.csproj", "{85C3E882-7FA3-41B5-9E5C-72189C6F3ECB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F6BDFFF-CF4E-4C97-9ECB-04A4E4282660}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F6BDFFF-CF4E-4C97-9ECB-04A4E4282660}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F6BDFFF-CF4E-4C97-9ECB-04A4E4282660}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F6BDFFF-CF4E-4C97-9ECB-04A4E4282660}.Release|Any CPU.Build.0 = Release|Any CPU
{00247247-297F-413E-BA96-759E22034D6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00247247-297F-413E-BA96-759E22034D6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00247247-297F-413E-BA96-759E22034D6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00247247-297F-413E-BA96-759E22034D6C}.Release|Any CPU.Build.0 = Release|Any CPU
{1C46FF0A-AE62-40CE-B49B-1EB940AC9E45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C46FF0A-AE62-40CE-B49B-1EB940AC9E45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C46FF0A-AE62-40CE-B49B-1EB940AC9E45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C46FF0A-AE62-40CE-B49B-1EB940AC9E45}.Release|Any CPU.Build.0 = Release|Any CPU
{CD693CCF-11A6-4746-9F22-E55B9C5AFADB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD693CCF-11A6-4746-9F22-E55B9C5AFADB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD693CCF-11A6-4746-9F22-E55B9C5AFADB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85C3E882-7FA3-41B5-9E5C-72189C6F3ECB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85C3E882-7FA3-41B5-9E5C-72189C6F3ECB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85C3E882-7FA3-41B5-9E5C-72189C6F3ECB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85C3E882-7FA3-41B5-9E5C-72189C6F3ECB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal