-
Notifications
You must be signed in to change notification settings - Fork 1
/
Slede8.sln
51 lines (51 loc) · 2.89 KB
/
Slede8.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30803.129
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "S8Engine", "S8Engine\S8Engine.csproj", "{EE54BC45-46E0-4152-82F1-C079A2F99628}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "S8Console", "S8Console\S8Console.csproj", "{CD733C94-2C64-4548-81E0-702929C08067}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "S8Blazor", "S8Blazor\S8Blazor.csproj", "{D84E17E1-FDBF-4361-8B29-4715F03F0E90}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE54BC45-46E0-4152-82F1-C079A2F99628}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE54BC45-46E0-4152-82F1-C079A2F99628}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE54BC45-46E0-4152-82F1-C079A2F99628}.Debug|x86.ActiveCfg = Debug|x86
{EE54BC45-46E0-4152-82F1-C079A2F99628}.Debug|x86.Build.0 = Debug|x86
{EE54BC45-46E0-4152-82F1-C079A2F99628}.Release|Any CPU.ActiveCfg = Release|x86
{EE54BC45-46E0-4152-82F1-C079A2F99628}.Release|Any CPU.Build.0 = Release|x86
{EE54BC45-46E0-4152-82F1-C079A2F99628}.Release|x86.ActiveCfg = Release|x86
{EE54BC45-46E0-4152-82F1-C079A2F99628}.Release|x86.Build.0 = Release|x86
{CD733C94-2C64-4548-81E0-702929C08067}.Debug|Any CPU.ActiveCfg = Debug|x86
{CD733C94-2C64-4548-81E0-702929C08067}.Debug|Any CPU.Build.0 = Debug|x86
{CD733C94-2C64-4548-81E0-702929C08067}.Debug|x86.ActiveCfg = Debug|x86
{CD733C94-2C64-4548-81E0-702929C08067}.Debug|x86.Build.0 = Debug|x86
{CD733C94-2C64-4548-81E0-702929C08067}.Release|Any CPU.ActiveCfg = Release|x86
{CD733C94-2C64-4548-81E0-702929C08067}.Release|Any CPU.Build.0 = Release|x86
{CD733C94-2C64-4548-81E0-702929C08067}.Release|x86.ActiveCfg = Release|x86
{CD733C94-2C64-4548-81E0-702929C08067}.Release|x86.Build.0 = Release|x86
{D84E17E1-FDBF-4361-8B29-4715F03F0E90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D84E17E1-FDBF-4361-8B29-4715F03F0E90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D84E17E1-FDBF-4361-8B29-4715F03F0E90}.Debug|x86.ActiveCfg = Debug|x86
{D84E17E1-FDBF-4361-8B29-4715F03F0E90}.Debug|x86.Build.0 = Debug|x86
{D84E17E1-FDBF-4361-8B29-4715F03F0E90}.Release|Any CPU.ActiveCfg = Release|x86
{D84E17E1-FDBF-4361-8B29-4715F03F0E90}.Release|Any CPU.Build.0 = Release|x86
{D84E17E1-FDBF-4361-8B29-4715F03F0E90}.Release|x86.ActiveCfg = Release|x86
{D84E17E1-FDBF-4361-8B29-4715F03F0E90}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC577233-F34A-4830-81FB-90B6D08C858E}
EndGlobalSection
EndGlobal