-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScanners.sln
46 lines (46 loc) · 2.19 KB
/
Scanners.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Psw.Scanners", "Psw.Scanners\Psw.Scanners.csproj", "{598FF919-6CF1-4F39-A44D-535C47778677}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7F2B8AD3-9CCA-479B-8593-DBCC5F5AB01B}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
Nuget\Nuget.md = Nuget\Nuget.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DevTest", "DevTest\DevTest.csproj", "{6FF72806-089E-4621-A254-5DFAB83B5C00}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{5ACCD640-982D-40E3-AF1B-BF683483F8D3}"
ProjectSection(SolutionItems) = preProject
Docs\ILogScanError.md = Docs\ILogScanError.md
Docs\ScanErrorLog.md = Docs\ScanErrorLog.md
Docs\ScriptScanner.md = Docs\ScriptScanner.md
Docs\TextScanner.md = Docs\TextScanner.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{598FF919-6CF1-4F39-A44D-535C47778677}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{598FF919-6CF1-4F39-A44D-535C47778677}.Debug|Any CPU.Build.0 = Debug|Any CPU
{598FF919-6CF1-4F39-A44D-535C47778677}.Release|Any CPU.ActiveCfg = Release|Any CPU
{598FF919-6CF1-4F39-A44D-535C47778677}.Release|Any CPU.Build.0 = Release|Any CPU
{6FF72806-089E-4621-A254-5DFAB83B5C00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FF72806-089E-4621-A254-5DFAB83B5C00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FF72806-089E-4621-A254-5DFAB83B5C00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FF72806-089E-4621-A254-5DFAB83B5C00}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {91120247-E48B-469B-8CAE-43DC0A32196F}
EndGlobalSection
EndGlobal