-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathdetectxsslib.sln
29 lines (29 loc) · 1.46 KB
/
detectxsslib.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "detectXssLib", "detectxsslib\detectXssLib.vcxproj", "{9150F25F-8BA3-4516-AD6C-219A04EC1C80}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xssscan", "tools\xssscan\xssscan.vcxproj", "{9F0952D5-CFE0-4116-A85B-348F7D95B497}"
ProjectSection(ProjectDependencies) = postProject
{9150F25F-8BA3-4516-AD6C-219A04EC1C80} = {9150F25F-8BA3-4516-AD6C-219A04EC1C80}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9150F25F-8BA3-4516-AD6C-219A04EC1C80}.Debug|Win32.ActiveCfg = Debug|Win32
{9150F25F-8BA3-4516-AD6C-219A04EC1C80}.Debug|Win32.Build.0 = Debug|Win32
{9150F25F-8BA3-4516-AD6C-219A04EC1C80}.Release|Win32.ActiveCfg = Release|Win32
{9150F25F-8BA3-4516-AD6C-219A04EC1C80}.Release|Win32.Build.0 = Release|Win32
{9F0952D5-CFE0-4116-A85B-348F7D95B497}.Debug|Win32.ActiveCfg = Debug|Win32
{9F0952D5-CFE0-4116-A85B-348F7D95B497}.Debug|Win32.Build.0 = Debug|Win32
{9F0952D5-CFE0-4116-A85B-348F7D95B497}.Release|Win32.ActiveCfg = Release|Win32
{9F0952D5-CFE0-4116-A85B-348F7D95B497}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal