-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathP2PNet.sln
49 lines (49 loc) · 2.97 KB
/
P2PNet.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
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "P2PNet", "P2PNet\P2PNet.csproj", "{5513BE3C-21CC-4F7B-BE6B-CD2A5955B67F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "P2PNet.Widescan", "P2PWidescan\P2PNet.Widescan.csproj", "{B17DC68F-6AE7-47A3-A948-562BA0C11D47}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "P2PBootstrap", "P2PBootstrap\P2PBootstrap.csproj", "{E30E8D11-91CC-4F2D-A396-57451EB5D0B2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Testing", "Testing\Testing.csproj", "{238B57F8-4239-4C13-9FBB-BA567250C679}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleApplication", "ExampleApplication\ExampleApplication.csproj", "{16092892-A578-B5AA-4504-8E46B0005D0F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5513BE3C-21CC-4F7B-BE6B-CD2A5955B67F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5513BE3C-21CC-4F7B-BE6B-CD2A5955B67F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5513BE3C-21CC-4F7B-BE6B-CD2A5955B67F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5513BE3C-21CC-4F7B-BE6B-CD2A5955B67F}.Release|Any CPU.Build.0 = Release|Any CPU
{B17DC68F-6AE7-47A3-A948-562BA0C11D47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B17DC68F-6AE7-47A3-A948-562BA0C11D47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B17DC68F-6AE7-47A3-A948-562BA0C11D47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B17DC68F-6AE7-47A3-A948-562BA0C11D47}.Release|Any CPU.Build.0 = Release|Any CPU
{E30E8D11-91CC-4F2D-A396-57451EB5D0B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E30E8D11-91CC-4F2D-A396-57451EB5D0B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E30E8D11-91CC-4F2D-A396-57451EB5D0B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E30E8D11-91CC-4F2D-A396-57451EB5D0B2}.Release|Any CPU.Build.0 = Release|Any CPU
{238B57F8-4239-4C13-9FBB-BA567250C679}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{238B57F8-4239-4C13-9FBB-BA567250C679}.Debug|Any CPU.Build.0 = Debug|Any CPU
{238B57F8-4239-4C13-9FBB-BA567250C679}.Release|Any CPU.ActiveCfg = Release|Any CPU
{238B57F8-4239-4C13-9FBB-BA567250C679}.Release|Any CPU.Build.0 = Release|Any CPU
{16092892-A578-B5AA-4504-8E46B0005D0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16092892-A578-B5AA-4504-8E46B0005D0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16092892-A578-B5AA-4504-8E46B0005D0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16092892-A578-B5AA-4504-8E46B0005D0F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {91DE92A3-93E3-4380-B55D-F6FC380CDE15}
EndGlobalSection
EndGlobal