-
Notifications
You must be signed in to change notification settings - Fork 2
/
BeyondAbyss.sln
31 lines (31 loc) · 1.55 KB
/
BeyondAbyss.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeyondAbyss", "BeyondAbyss\BeyondAbyss.csproj", "{CB46245F-3769-4E74-8F99-B6BBE8668A23}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Winch", "Winch\Winch\Winch.csproj", "{38F8694D-178E-4AB0-B0F8-F2D19C81C021}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB46245F-3769-4E74-8F99-B6BBE8668A23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB46245F-3769-4E74-8F99-B6BBE8668A23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB46245F-3769-4E74-8F99-B6BBE8668A23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB46245F-3769-4E74-8F99-B6BBE8668A23}.Release|Any CPU.Build.0 = Release|Any CPU
{38F8694D-178E-4AB0-B0F8-F2D19C81C021}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38F8694D-178E-4AB0-B0F8-F2D19C81C021}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38F8694D-178E-4AB0-B0F8-F2D19C81C021}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38F8694D-178E-4AB0-B0F8-F2D19C81C021}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E752DD15-7426-4087-8480-78E5A3BC436A}
EndGlobalSection
EndGlobal