-
Notifications
You must be signed in to change notification settings - Fork 36
/
IWA.NET.sln
65 lines (65 loc) · 4.72 KB
/
IWA.NET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InsecureWebApp", "InsecureWebApp\InsecureWebApp.csproj", "{B014F7E7-4909-469B-9A4E-E09A48DEBF37}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InsecureWebAppTests", "InsecureWebAppTests\InsecureWebAppTests.csproj", "{A544E42D-D65D-4C81-8500-0DA1F2B3E5DC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1957714E-BC03-4D95-9E4E-D960D85A0ECE}"
ProjectSection(SolutionItems) = preProject
.env = .env
azure-pipelines.yml = azure-pipelines.yml
InsecurePaymentService\azure-pipelines.yml = InsecurePaymentService\azure-pipelines.yml
devops-integrations\azure-pipelines\templates\build-and-test.yml = devops-integrations\azure-pipelines\templates\build-and-test.yml
devops-integrations\azure-pipelines\templates\debricked-oss-scan.yml = devops-integrations\azure-pipelines\templates\debricked-oss-scan.yml
devops-integrations\azure-pipelines\templates\deploy-to-azure.yml = devops-integrations\azure-pipelines\templates\deploy-to-azure.yml
devops-integrations\azure-pipelines\templates\fod-dast-scan.yml = devops-integrations\azure-pipelines\templates\fod-dast-scan.yml
devops-integrations\azure-pipelines\templates\fod-oss-scan.yml = devops-integrations\azure-pipelines\templates\fod-oss-scan.yml
devops-integrations\azure-pipelines\templates\fod-sast-scan.yml = devops-integrations\azure-pipelines\templates\fod-sast-scan.yml
devops-integrations\azure-pipelines\templates\fod-security-gate.yml = devops-integrations\azure-pipelines\templates\fod-security-gate.yml
README.md = README.md
devops-integrations\azure-pipelines\templates\scancentral-dast-scan.yml = devops-integrations\azure-pipelines\templates\scancentral-dast-scan.yml
devops-integrations\azure-pipelines\templates\scancentral-sast-scan.yml = devops-integrations\azure-pipelines\templates\scancentral-sast-scan.yml
devops-integrations\azure-pipelines\templates\simulate-deployment.yml = devops-integrations\azure-pipelines\templates\simulate-deployment.yml
devops-integrations\azure-pipelines\templates\ssc-security-gate.yml = devops-integrations\azure-pipelines\templates\ssc-security-gate.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InsecureProductService", "InsecureProductService\InsecureProductService.csproj", "{D9C33705-D886-43D9-B5CA-E0ABF57F0970}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InsecurePaymentService", "InsecurePaymentService\InsecurePaymentService.csproj", "{32A4F1A7-CE7C-48E5-8578-2F739E13ED79}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InsecureShippingService", "InsecureShippingService\InsecureShippingService.csproj", "{9118EE7E-AAA4-417B-9AA3-DAF901B1F39F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B014F7E7-4909-469B-9A4E-E09A48DEBF37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B014F7E7-4909-469B-9A4E-E09A48DEBF37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B014F7E7-4909-469B-9A4E-E09A48DEBF37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B014F7E7-4909-469B-9A4E-E09A48DEBF37}.Release|Any CPU.Build.0 = Release|Any CPU
{A544E42D-D65D-4C81-8500-0DA1F2B3E5DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A544E42D-D65D-4C81-8500-0DA1F2B3E5DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A544E42D-D65D-4C81-8500-0DA1F2B3E5DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A544E42D-D65D-4C81-8500-0DA1F2B3E5DC}.Release|Any CPU.Build.0 = Release|Any CPU
{D9C33705-D886-43D9-B5CA-E0ABF57F0970}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9C33705-D886-43D9-B5CA-E0ABF57F0970}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9C33705-D886-43D9-B5CA-E0ABF57F0970}.Release|Any CPU.Build.0 = Release|Any CPU
{32A4F1A7-CE7C-48E5-8578-2F739E13ED79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32A4F1A7-CE7C-48E5-8578-2F739E13ED79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32A4F1A7-CE7C-48E5-8578-2F739E13ED79}.Release|Any CPU.Build.0 = Release|Any CPU
{9118EE7E-AAA4-417B-9AA3-DAF901B1F39F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9118EE7E-AAA4-417B-9AA3-DAF901B1F39F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9118EE7E-AAA4-417B-9AA3-DAF901B1F39F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {48CC928A-DEF7-4204-AB3E-087D66D53AD3}
EndGlobalSection
EndGlobal