forked from nccgroup/VCG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVisualCodeGrepper.sln
47 lines (47 loc) · 2.37 KB
/
VisualCodeGrepper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VisualCodeGrepper", "VisualCodeGrepper\VisualCodeGrepper.vbproj", "{DF04B593-4694-49F8-BC1E-70D064BE8C53}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "VCG-Setup", "VCG-Setup\VCG-Setup.vdproj", "{3880AD67-DEC6-408E-B056-69D8EDA6135C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FB66862F-CE43-4163-887B-29E14A697F36}"
ProjectSection(SolutionItems) = preProject
EULA.docx = EULA.docx
EULA.txt = EULA.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
Description = Code security review tool
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF04B593-4694-49F8-BC1E-70D064BE8C53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF04B593-4694-49F8-BC1E-70D064BE8C53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF04B593-4694-49F8-BC1E-70D064BE8C53}.Debug|x86.ActiveCfg = Debug|x86
{DF04B593-4694-49F8-BC1E-70D064BE8C53}.Debug|x86.Build.0 = Debug|x86
{DF04B593-4694-49F8-BC1E-70D064BE8C53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF04B593-4694-49F8-BC1E-70D064BE8C53}.Release|Any CPU.Build.0 = Release|Any CPU
{DF04B593-4694-49F8-BC1E-70D064BE8C53}.Release|x86.ActiveCfg = Release|x86
{DF04B593-4694-49F8-BC1E-70D064BE8C53}.Release|x86.Build.0 = Release|x86
{3880AD67-DEC6-408E-B056-69D8EDA6135C}.Debug|Any CPU.ActiveCfg = Debug
{3880AD67-DEC6-408E-B056-69D8EDA6135C}.Debug|x86.ActiveCfg = Debug
{3880AD67-DEC6-408E-B056-69D8EDA6135C}.Release|Any CPU.ActiveCfg = Release
{3880AD67-DEC6-408E-B056-69D8EDA6135C}.Release|Any CPU.Build.0 = Release
{3880AD67-DEC6-408E-B056-69D8EDA6135C}.Release|x86.ActiveCfg = Release
{3880AD67-DEC6-408E-B056-69D8EDA6135C}.Release|x86.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4438DA2B-63E3-4B29-B43A-68652C36FA88}
EndGlobalSection
EndGlobal