-
Notifications
You must be signed in to change notification settings - Fork 0
/
peer.tcp.sln
43 lines (43 loc) · 2.54 KB
/
peer.tcp.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 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "allpet.Peer.Tcp.Interface", "Interface\allpet.Peer.Tcp.Interface.csproj", "{52AF9DCB-6C84-4E1C-B482-7FD5EB66CCC6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "peer.test", "peer.test\peer.test.csproj", "{989FEDD0-F7D5-4784-ADB6-DE6D65508BAD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "allpet.Peer.Tcp.PeerV1", "PeerV1\allpet.Peer.Tcp.PeerV1.csproj", "{7ACCFA45-27FC-4034-AB4F-07A8882E7549}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "allpet.Peer.Tcp.PeerV2", "PeerV2\allpet.Peer.Tcp.PeerV2.csproj", "{00D1E0EB-E967-476A-9BCA-742EE3462EAF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{52AF9DCB-6C84-4E1C-B482-7FD5EB66CCC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52AF9DCB-6C84-4E1C-B482-7FD5EB66CCC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52AF9DCB-6C84-4E1C-B482-7FD5EB66CCC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52AF9DCB-6C84-4E1C-B482-7FD5EB66CCC6}.Release|Any CPU.Build.0 = Release|Any CPU
{989FEDD0-F7D5-4784-ADB6-DE6D65508BAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{989FEDD0-F7D5-4784-ADB6-DE6D65508BAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{989FEDD0-F7D5-4784-ADB6-DE6D65508BAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{989FEDD0-F7D5-4784-ADB6-DE6D65508BAD}.Release|Any CPU.Build.0 = Release|Any CPU
{7ACCFA45-27FC-4034-AB4F-07A8882E7549}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7ACCFA45-27FC-4034-AB4F-07A8882E7549}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7ACCFA45-27FC-4034-AB4F-07A8882E7549}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7ACCFA45-27FC-4034-AB4F-07A8882E7549}.Release|Any CPU.Build.0 = Release|Any CPU
{00D1E0EB-E967-476A-9BCA-742EE3462EAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00D1E0EB-E967-476A-9BCA-742EE3462EAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00D1E0EB-E967-476A-9BCA-742EE3462EAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00D1E0EB-E967-476A-9BCA-742EE3462EAF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3A291EFE-77C4-4F33-A1B5-FB54FBD472E0}
EndGlobalSection
EndGlobal