-
Notifications
You must be signed in to change notification settings - Fork 318
/
NetRipper.sln
34 lines (34 loc) · 1.63 KB
/
NetRipper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DLL", "DLL\InjectedDLL.vcxproj", "{60BBE2CB-585B-4DBD-9CB9-22F00D3F11E5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NetRipper", "NetRipper\SSLRipper.vcxproj", "{36AB45D2-F886-4803-AA7E-6FD5520458FC}"
ProjectSection(ProjectDependencies) = postProject
{60BBE2CB-585B-4DBD-9CB9-22F00D3F11E5} = {60BBE2CB-585B-4DBD-9CB9-22F00D3F11E5}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{60BBE2CB-585B-4DBD-9CB9-22F00D3F11E5}.Release|x64.ActiveCfg = Release|x64
{60BBE2CB-585B-4DBD-9CB9-22F00D3F11E5}.Release|x64.Build.0 = Release|x64
{60BBE2CB-585B-4DBD-9CB9-22F00D3F11E5}.Release|x86.ActiveCfg = Release|Win32
{60BBE2CB-585B-4DBD-9CB9-22F00D3F11E5}.Release|x86.Build.0 = Release|Win32
{36AB45D2-F886-4803-AA7E-6FD5520458FC}.Release|x64.ActiveCfg = Release|x64
{36AB45D2-F886-4803-AA7E-6FD5520458FC}.Release|x64.Build.0 = Release|x64
{36AB45D2-F886-4803-AA7E-6FD5520458FC}.Release|x86.ActiveCfg = Release|Win32
{36AB45D2-F886-4803-AA7E-6FD5520458FC}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {15184825-ED74-4467-BDD6-1E1745ED9D91}
EndGlobalSection
EndGlobal