-
Notifications
You must be signed in to change notification settings - Fork 15
/
snyk-visual-studio-plugin.sln
69 lines (69 loc) · 3.97 KB
/
snyk-visual-studio-plugin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D96E849F-BE0B-475D-873B-A0C0C6CC3D47}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
CONTRIBUTING.md = CONTRIBUTING.md
Contributor-Agreement.md = Contributor-Agreement.md
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{9AAC9A90-42B0-464D-B4D5-4E30E148954C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{99BED51B-0DEF-4CF8-9029-CFB41C24B43F}"
ProjectSection(SolutionItems) = preProject
doc\images\Contribution_screenshot_1.png = doc\images\Contribution_screenshot_1.png
doc\images\Contribution_screenshot_2.png = doc\images\Contribution_screenshot_2.png
doc\images\Contribution_screenshot_3.png = doc\images\Contribution_screenshot_3.png
doc\images\Contribution_screenshot_4.png = doc\images\Contribution_screenshot_4.png
doc\images\Contribution_screenshot_5.png = doc\images\Contribution_screenshot_5.png
doc\images\Contribution_screenshot_6.png = doc\images\Contribution_screenshot_6.png
doc\images\Contribution_screenshot_7.png = doc\images\Contribution_screenshot_7.png
doc\images\readme_image_3_1_3.png = doc\images\readme_image_3_1_3.png
doc\images\readme_image_3_1_4.png = doc\images\readme_image_3_1_4.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Snyk.VisualStudio.Extension.Tests", "Snyk.VisualStudio.Extension.Tests\Snyk.VisualStudio.Extension.Tests.csproj", "{42A7C4CF-C297-4F07-B8F1-832C48AA1F5F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Snyk.VisualStudio.Extension.2022", "Snyk.VisualStudio.Extension.2022\Snyk.VisualStudio.Extension.2022.csproj", "{AB050A12-200E-48AE-898D-CB5532151A66}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{ADBE502B-B340-41A1-AC16-41E00AE86D55}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Integration.Tests", "Tests\Integration.Tests\Integration.Tests.csproj", "{10CB14D3-CB55-461C-B100-70E803198A7D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42A7C4CF-C297-4F07-B8F1-832C48AA1F5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42A7C4CF-C297-4F07-B8F1-832C48AA1F5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42A7C4CF-C297-4F07-B8F1-832C48AA1F5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42A7C4CF-C297-4F07-B8F1-832C48AA1F5F}.Release|Any CPU.Build.0 = Release|Any CPU
{AB050A12-200E-48AE-898D-CB5532151A66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB050A12-200E-48AE-898D-CB5532151A66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB050A12-200E-48AE-898D-CB5532151A66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB050A12-200E-48AE-898D-CB5532151A66}.Release|Any CPU.Build.0 = Release|Any CPU
{10CB14D3-CB55-461C-B100-70E803198A7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10CB14D3-CB55-461C-B100-70E803198A7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10CB14D3-CB55-461C-B100-70E803198A7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10CB14D3-CB55-461C-B100-70E803198A7D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{99BED51B-0DEF-4CF8-9029-CFB41C24B43F} = {9AAC9A90-42B0-464D-B4D5-4E30E148954C}
{10CB14D3-CB55-461C-B100-70E803198A7D} = {ADBE502B-B340-41A1-AC16-41E00AE86D55}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0587AA6-C5A0-421C-B01F-ED9D91CF8AB6}
EndGlobalSection
EndGlobal