forked from bencorn/traceroute
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTraceRoute.sln
39 lines (39 loc) · 2.01 KB
/
TraceRoute.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TraceRoute", "TraceRoute\TraceRoute.csproj", "{B6FA57DC-1CA7-4BE7-B758-F3C684DE0C6D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{AAECBF87-D6FA-48DA-851F-7D8CFBC35B2E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CF5D81FA-5FFF-498E-8626-5FA87E144F26}"
ProjectSection(SolutionItems) = preProject
SupportFiles\Lighthouse Reports.xlsx = SupportFiles\Lighthouse Reports.xlsx
SupportFiles\logo.png = SupportFiles\logo.png
README.md = README.md
screenshot.png = screenshot.png
testEnvironments.json = testEnvironments.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B6FA57DC-1CA7-4BE7-B758-F3C684DE0C6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6FA57DC-1CA7-4BE7-B758-F3C684DE0C6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6FA57DC-1CA7-4BE7-B758-F3C684DE0C6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6FA57DC-1CA7-4BE7-B758-F3C684DE0C6D}.Release|Any CPU.Build.0 = Release|Any CPU
{AAECBF87-D6FA-48DA-851F-7D8CFBC35B2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAECBF87-D6FA-48DA-851F-7D8CFBC35B2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAECBF87-D6FA-48DA-851F-7D8CFBC35B2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAECBF87-D6FA-48DA-851F-7D8CFBC35B2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E626A8BE-B525-4583-AAB2-3589D61BD6A0}
EndGlobalSection
EndGlobal