-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSLThree.sln
43 lines (43 loc) · 2.48 KB
/
SLThree.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestSuite", "TestSuite\TestSuite.csproj", "{7BE11ACC-9E66-467C-A787-985B1B956149}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SLThree.HTMLCreator", "SLThree.HTMLCreator\SLThree.HTMLCreator.csproj", "{5F8424E0-25DB-4B10-A0A9-1B6F52E6585B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SLThree", "SLThree\SLThree.csproj", "{3C06071B-C261-4D2B-92B1-A47431D7B0E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "slt", "slt\slt.csproj", "{3698ACCD-491A-446D-9206-C60BA3C5CD0C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7BE11ACC-9E66-467C-A787-985B1B956149}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BE11ACC-9E66-467C-A787-985B1B956149}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BE11ACC-9E66-467C-A787-985B1B956149}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BE11ACC-9E66-467C-A787-985B1B956149}.Release|Any CPU.Build.0 = Release|Any CPU
{5F8424E0-25DB-4B10-A0A9-1B6F52E6585B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F8424E0-25DB-4B10-A0A9-1B6F52E6585B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F8424E0-25DB-4B10-A0A9-1B6F52E6585B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F8424E0-25DB-4B10-A0A9-1B6F52E6585B}.Release|Any CPU.Build.0 = Release|Any CPU
{3C06071B-C261-4D2B-92B1-A47431D7B0E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C06071B-C261-4D2B-92B1-A47431D7B0E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C06071B-C261-4D2B-92B1-A47431D7B0E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C06071B-C261-4D2B-92B1-A47431D7B0E4}.Release|Any CPU.Build.0 = Release|Any CPU
{3698ACCD-491A-446D-9206-C60BA3C5CD0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3698ACCD-491A-446D-9206-C60BA3C5CD0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3698ACCD-491A-446D-9206-C60BA3C5CD0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3698ACCD-491A-446D-9206-C60BA3C5CD0C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4240CEBA-61DB-4DB8-8CB7-8ABAEB0924A5}
EndGlobalSection
EndGlobal