-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSaveGameCustomizer.sln
25 lines (25 loc) · 1.15 KB
/
SaveGameCustomizer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SaveGameCustomizer", "SaveGameCustomizer\SaveGameCustomizer.csproj", "{42763F38-99BB-498A-9D36-801658110E26}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
BelowZero|Any CPU = BelowZero|Any CPU
Subnautica|Any CPU = Subnautica|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42763F38-99BB-498A-9D36-801658110E26}.BelowZero|Any CPU.ActiveCfg = BelowZero|Any CPU
{42763F38-99BB-498A-9D36-801658110E26}.BelowZero|Any CPU.Build.0 = BelowZero|Any CPU
{42763F38-99BB-498A-9D36-801658110E26}.Subnautica|Any CPU.ActiveCfg = Subnautica|Any CPU
{42763F38-99BB-498A-9D36-801658110E26}.Subnautica|Any CPU.Build.0 = Subnautica|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DE852852-C716-443C-86D7-6E0C82FB23CC}
EndGlobalSection
EndGlobal