-
Notifications
You must be signed in to change notification settings - Fork 0
/
SecurityTraining.sln
37 lines (37 loc) · 2.15 KB
/
SecurityTraining.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2008
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecurityTraining", "SecurityTraining\SecurityTraining.csproj", "{328525DB-2027-49B8-9432-9C67966C8C45}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecurityTraining.Encryption", "SecurityTraining.Encryption\SecurityTraining.Encryption.csproj", "{E4520FF2-0AE0-43B4-BE9B-DC3487BC8694}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecurityTraining.Encryption.Tests", "SecurityTraining.Encryption.Tests\SecurityTraining.Encryption.Tests.csproj", "{C26494AC-652C-460D-9ED2-F3A21B11906F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{328525DB-2027-49B8-9432-9C67966C8C45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{328525DB-2027-49B8-9432-9C67966C8C45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{328525DB-2027-49B8-9432-9C67966C8C45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{328525DB-2027-49B8-9432-9C67966C8C45}.Release|Any CPU.Build.0 = Release|Any CPU
{E4520FF2-0AE0-43B4-BE9B-DC3487BC8694}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4520FF2-0AE0-43B4-BE9B-DC3487BC8694}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4520FF2-0AE0-43B4-BE9B-DC3487BC8694}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4520FF2-0AE0-43B4-BE9B-DC3487BC8694}.Release|Any CPU.Build.0 = Release|Any CPU
{C26494AC-652C-460D-9ED2-F3A21B11906F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C26494AC-652C-460D-9ED2-F3A21B11906F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C26494AC-652C-460D-9ED2-F3A21B11906F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C26494AC-652C-460D-9ED2-F3A21B11906F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B752A0B5-B459-4BC9-B882-46DC9F537B73}
EndGlobalSection
EndGlobal