forked from security-code-scan/security-code-scan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSecurityCodeScan.sln
86 lines (86 loc) · 5.89 KB
/
SecurityCodeScan.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecurityCodeScan", "SecurityCodeScan\SecurityCodeScan.csproj", "{D7034F4A-4741-4493-8E1E-0A6D3BE9734E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecurityCodeScan.Test", "SecurityCodeScan.Test\SecurityCodeScan.Test.csproj", "{5F79D0FA-AC61-4D61-A12E-010A026A0D27}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecurityCodeScan.Vsix", "SecurityCodeScan.Vsix\SecurityCodeScan.Vsix.csproj", "{449FA31F-A571-4091-97A7-FDD37F0AE7AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Roslyn", "Roslyn", "{34B11A26-6373-492D-ACCC-F11D1E4FC16F}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Analyzer.Utilities", "Roslyn\Compiler\Analyzer.Utilities.shproj", "{EC946164-1E17-410B-B7D9-7DE7E6268D63}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "FlowAnalysis.Utilities", "Roslyn\FlowAnalysis\FlowAnalysis.Utilities.shproj", "{FCB56CBA-FA35-46A8-86B7-BAE5433197D9}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Workspaces.Utilities", "Roslyn\Workspaces\Workspaces.Utilities.shproj", "{99F594B1-3916-471D-A761-A6731FC50E9A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SecurityCodeScan.Tool", "SecurityCodeScan.Tool", "{25169C5D-7B60-454B-8F79-0DBEFD794792}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".NET Core", ".NET Core", "{E64EB091-6B68-48AB-9F27-F5D66412F385}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".NET 4.x", ".NET 4.x", "{4AEA00DB-C7E7-4047-A3B8-9D2B5119B20D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "security-scan", "SecurityCodeScan.Tool\.NET Core\security-scan.csproj", "{45D6A226-F2A4-476F-8D3D-264E4195C073}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "security-scan", "SecurityCodeScan.Tool\.NET 4.x\security-scan.csproj", "{D697AA62-A7E1-43F5-ADD3-D691D5C05859}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CB773D3E-CEC4-45EE-A76C-7CE7C44D88D7}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Roslyn\Workspaces\Workspaces.Utilities.projitems*{99f594b1-3916-471d-a761-a6731fc50e9a}*SharedItemsImports = 13
Roslyn\Compiler\Analyzer.Utilities.projitems*{d7034f4a-4741-4493-8e1e-0a6d3be9734e}*SharedItemsImports = 5
Roslyn\FlowAnalysis\FlowAnalysis.Utilities.projitems*{d7034f4a-4741-4493-8e1e-0a6d3be9734e}*SharedItemsImports = 5
Roslyn\Workspaces\Workspaces.Utilities.projitems*{d7034f4a-4741-4493-8e1e-0a6d3be9734e}*SharedItemsImports = 5
Roslyn\Compiler\Analyzer.Utilities.projitems*{ec946164-1e17-410b-b7d9-7de7e6268d63}*SharedItemsImports = 13
Roslyn\FlowAnalysis\FlowAnalysis.Utilities.projitems*{fcb56cba-fa35-46a8-86b7-bae5433197d9}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7034F4A-4741-4493-8E1E-0A6D3BE9734E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7034F4A-4741-4493-8E1E-0A6D3BE9734E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7034F4A-4741-4493-8E1E-0A6D3BE9734E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7034F4A-4741-4493-8E1E-0A6D3BE9734E}.Release|Any CPU.Build.0 = Release|Any CPU
{5F79D0FA-AC61-4D61-A12E-010A026A0D27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F79D0FA-AC61-4D61-A12E-010A026A0D27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F79D0FA-AC61-4D61-A12E-010A026A0D27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F79D0FA-AC61-4D61-A12E-010A026A0D27}.Release|Any CPU.Build.0 = Release|Any CPU
{449FA31F-A571-4091-97A7-FDD37F0AE7AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{449FA31F-A571-4091-97A7-FDD37F0AE7AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{449FA31F-A571-4091-97A7-FDD37F0AE7AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{449FA31F-A571-4091-97A7-FDD37F0AE7AC}.Release|Any CPU.Build.0 = Release|Any CPU
{45D6A226-F2A4-476F-8D3D-264E4195C073}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45D6A226-F2A4-476F-8D3D-264E4195C073}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45D6A226-F2A4-476F-8D3D-264E4195C073}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45D6A226-F2A4-476F-8D3D-264E4195C073}.Release|Any CPU.Build.0 = Release|Any CPU
{D697AA62-A7E1-43F5-ADD3-D691D5C05859}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D697AA62-A7E1-43F5-ADD3-D691D5C05859}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D697AA62-A7E1-43F5-ADD3-D691D5C05859}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D697AA62-A7E1-43F5-ADD3-D691D5C05859}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EC946164-1E17-410B-B7D9-7DE7E6268D63} = {34B11A26-6373-492D-ACCC-F11D1E4FC16F}
{FCB56CBA-FA35-46A8-86B7-BAE5433197D9} = {34B11A26-6373-492D-ACCC-F11D1E4FC16F}
{99F594B1-3916-471D-A761-A6731FC50E9A} = {34B11A26-6373-492D-ACCC-F11D1E4FC16F}
{E64EB091-6B68-48AB-9F27-F5D66412F385} = {25169C5D-7B60-454B-8F79-0DBEFD794792}
{4AEA00DB-C7E7-4047-A3B8-9D2B5119B20D} = {25169C5D-7B60-454B-8F79-0DBEFD794792}
{45D6A226-F2A4-476F-8D3D-264E4195C073} = {E64EB091-6B68-48AB-9F27-F5D66412F385}
{D697AA62-A7E1-43F5-ADD3-D691D5C05859} = {4AEA00DB-C7E7-4047-A3B8-9D2B5119B20D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPathV6 = packages\EnterpriseLibrary.Common.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.Data.6.0.1304.0\lib\NET45
SolutionGuid = {4890F503-884C-48F5-982B-41C1DB7472F5}
EndGlobalSection
EndGlobal