-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathHabKit.sln
More file actions
37 lines (37 loc) · 2.04 KB
/
HabKit.sln
File metadata and controls
37 lines (37 loc) · 2.04 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HabKit", "HabKit\HabKit.csproj", "{31661213-78A2-4CED-AC85-0257F7615F0B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sulakore", "Submodules\Sulakore\Sulakore\Sulakore.csproj", "{831A3C84-5441-4AC1-9B1F-4C628982D4E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flazzy", "Submodules\Sulakore\Submodules\Flazzy\Flazzy\Flazzy.csproj", "{19209916-BEFF-4449-9751-198AD64C5CB8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{31661213-78A2-4CED-AC85-0257F7615F0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31661213-78A2-4CED-AC85-0257F7615F0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31661213-78A2-4CED-AC85-0257F7615F0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31661213-78A2-4CED-AC85-0257F7615F0B}.Release|Any CPU.Build.0 = Release|Any CPU
{831A3C84-5441-4AC1-9B1F-4C628982D4E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{831A3C84-5441-4AC1-9B1F-4C628982D4E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{831A3C84-5441-4AC1-9B1F-4C628982D4E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{831A3C84-5441-4AC1-9B1F-4C628982D4E0}.Release|Any CPU.Build.0 = Release|Any CPU
{19209916-BEFF-4449-9751-198AD64C5CB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19209916-BEFF-4449-9751-198AD64C5CB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19209916-BEFF-4449-9751-198AD64C5CB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19209916-BEFF-4449-9751-198AD64C5CB8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C6DDEEF7-9B31-4968-86FD-C259DA888D0A}
EndGlobalSection
EndGlobal