-
Notifications
You must be signed in to change notification settings - Fork 1
/
SecureWebApp.sln
34 lines (34 loc) · 1.73 KB
/
SecureWebApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecureWebApp", "SecureWebApp\SecureWebApp.csproj", "{DFB3E4F4-A56A-43BA-A06E-ED1120CEFF3B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecureWebApp.Tests", "SecureWebApp.Tests\SecureWebApp.Tests.csproj", "{C7DE6BFA-4936-4F62-B4B8-9246808C78DA}"
ProjectSection(ProjectDependencies) = postProject
{DFB3E4F4-A56A-43BA-A06E-ED1120CEFF3B} = {DFB3E4F4-A56A-43BA-A06E-ED1120CEFF3B}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFB3E4F4-A56A-43BA-A06E-ED1120CEFF3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFB3E4F4-A56A-43BA-A06E-ED1120CEFF3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFB3E4F4-A56A-43BA-A06E-ED1120CEFF3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFB3E4F4-A56A-43BA-A06E-ED1120CEFF3B}.Release|Any CPU.Build.0 = Release|Any CPU
{C7DE6BFA-4936-4F62-B4B8-9246808C78DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7DE6BFA-4936-4F62-B4B8-9246808C78DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7DE6BFA-4936-4F62-B4B8-9246808C78DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7DE6BFA-4936-4F62-B4B8-9246808C78DA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {344B7C5D-89E6-4B7C-8C84-B148FBEDBCC8}
EndGlobalSection
EndGlobal