-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSubnauticaRandomiser.sln
29 lines (28 loc) · 1.51 KB
/
SubnauticaRandomiser.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SubnauticaRandomiser", "SubnauticaRandomiser\SubnauticaRandomiser.csproj", "{93BA7EA4-5A77-4B98-A535-A6EAF7717A06}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{14E05614-1903-437D-AD80-25E6EE173917}"
ProjectSection(SolutionItems) = preProject
DevNotes.txt = DevNotes.txt
ReadMe-Documentation.txt = ReadMe-Documentation.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{04F771FE-CA90-4C9D-B633-6366DE6855E5}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "HootLib", "HootLib-Subnautica\HootLib\HootLib.shproj", "{A1EF0757-EDA8-41DC-89D4-C41D81427D00}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{93BA7EA4-5A77-4B98-A535-A6EAF7717A06}.Debug|x64.ActiveCfg = Debug|x64
{93BA7EA4-5A77-4B98-A535-A6EAF7717A06}.Debug|x64.Build.0 = Debug|x64
{93BA7EA4-5A77-4B98-A535-A6EAF7717A06}.Release|x64.ActiveCfg = Release|x64
{93BA7EA4-5A77-4B98-A535-A6EAF7717A06}.Release|x64.Build.0 = Release|x64
{04F771FE-CA90-4C9D-B633-6366DE6855E5}.Debug|x64.ActiveCfg = Debug|x64
{04F771FE-CA90-4C9D-B633-6366DE6855E5}.Release|x64.ActiveCfg = Release|x64
EndGlobalSection
EndGlobal