-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ping.sln
40 lines (40 loc) · 2.33 KB
/
Ping.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.20827.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ping", "Ping\Ping.csproj", "{EC2AAE3B-D614-4A28-91B3-33B0731E6B0D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ICMP", "ICMP\ICMP.csproj", "{B6F477F1-F766-4D05-914D-A1DDFE6B74CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thoro.Console", "Thoro.Console\Thoro.Console.csproj", "{338C93BF-3C30-452B-8654-322CE9BF3F05}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Traceroute", "Traceroute\Traceroute.csproj", "{4C231BE4-9CBF-41E6-B03F-4295F4295293}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC2AAE3B-D614-4A28-91B3-33B0731E6B0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC2AAE3B-D614-4A28-91B3-33B0731E6B0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC2AAE3B-D614-4A28-91B3-33B0731E6B0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC2AAE3B-D614-4A28-91B3-33B0731E6B0D}.Release|Any CPU.Build.0 = Release|Any CPU
{B6F477F1-F766-4D05-914D-A1DDFE6B74CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6F477F1-F766-4D05-914D-A1DDFE6B74CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6F477F1-F766-4D05-914D-A1DDFE6B74CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6F477F1-F766-4D05-914D-A1DDFE6B74CD}.Release|Any CPU.Build.0 = Release|Any CPU
{338C93BF-3C30-452B-8654-322CE9BF3F05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{338C93BF-3C30-452B-8654-322CE9BF3F05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{338C93BF-3C30-452B-8654-322CE9BF3F05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{338C93BF-3C30-452B-8654-322CE9BF3F05}.Release|Any CPU.Build.0 = Release|Any CPU
{4C231BE4-9CBF-41E6-B03F-4295F4295293}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C231BE4-9CBF-41E6-B03F-4295F4295293}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C231BE4-9CBF-41E6-B03F-4295F4295293}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C231BE4-9CBF-41E6-B03F-4295F4295293}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal