-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSuplex.sln
More file actions
48 lines (48 loc) · 2.79 KB
/
Suplex.sln
File metadata and controls
48 lines (48 loc) · 2.79 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests.Core", "UnitTests.Core\UnitTests.Core.csproj", "{5F184BE8-D7BF-4F12-A292-B9983737045D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tester", "Tester\Tester.csproj", "{484F4C94-2B8A-4F4C-8907-EE07318A5F57}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Suplex.Security.Core", "Suplex.Security.Core\Suplex.Security.Core.csproj", "{2500B108-FF24-44B6-8BEB-D0E37D0ED98E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{D5F7B63E-3446-4044-B8D5-27B31D7DE9F9}"
ProjectSection(SolutionItems) = preProject
scripts\AssemblyInfo.xml = scripts\AssemblyInfo.xml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Suplex.Security.Core.std", "Suplex.Security.Core.std\Suplex.Security.Core.std.csproj", "{6A640641-6720-4171-96DB-3085B7E0AA16}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5F184BE8-D7BF-4F12-A292-B9983737045D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F184BE8-D7BF-4F12-A292-B9983737045D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F184BE8-D7BF-4F12-A292-B9983737045D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F184BE8-D7BF-4F12-A292-B9983737045D}.Release|Any CPU.Build.0 = Release|Any CPU
{484F4C94-2B8A-4F4C-8907-EE07318A5F57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{484F4C94-2B8A-4F4C-8907-EE07318A5F57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{484F4C94-2B8A-4F4C-8907-EE07318A5F57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{484F4C94-2B8A-4F4C-8907-EE07318A5F57}.Release|Any CPU.Build.0 = Release|Any CPU
{2500B108-FF24-44B6-8BEB-D0E37D0ED98E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2500B108-FF24-44B6-8BEB-D0E37D0ED98E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2500B108-FF24-44B6-8BEB-D0E37D0ED98E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2500B108-FF24-44B6-8BEB-D0E37D0ED98E}.Release|Any CPU.Build.0 = Release|Any CPU
{6A640641-6720-4171-96DB-3085B7E0AA16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A640641-6720-4171-96DB-3085B7E0AA16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A640641-6720-4171-96DB-3085B7E0AA16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A640641-6720-4171-96DB-3085B7E0AA16}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {37992B46-A278-44DB-9EC7-00C1E2190DDF}
EndGlobalSection
EndGlobal