-
Notifications
You must be signed in to change notification settings - Fork 2
/
ArkSaveVisualiser.sln
43 lines (43 loc) · 2.6 KB
/
ArkSaveVisualiser.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ASVPack", "ASVToolkit\ASVPack\ASVPack.csproj", "{144D3950-C91C-4AC1-AAF0-BD64AACE49E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SavegameToolkit", "ASVToolkit\ArkSavegameToolkit\SavegameToolkit\SavegameToolkit.csproj", "{D0F221EB-CFBC-4058-8A61-93B63549BEB4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SavegameToolkitAdditions", "ASVToolkit\ArkSavegameToolkit\SavegameToolkitAdditions\SavegameToolkitAdditions.csproj", "{181C87D1-13E8-410C-B707-458A46D5D7DB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ARKViewer", "ARKViewer\ARKViewer.csproj", "{2694464B-92D2-4DF6-9717-C187442F49C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{144D3950-C91C-4AC1-AAF0-BD64AACE49E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{144D3950-C91C-4AC1-AAF0-BD64AACE49E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{144D3950-C91C-4AC1-AAF0-BD64AACE49E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{144D3950-C91C-4AC1-AAF0-BD64AACE49E5}.Release|Any CPU.Build.0 = Release|Any CPU
{D0F221EB-CFBC-4058-8A61-93B63549BEB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0F221EB-CFBC-4058-8A61-93B63549BEB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0F221EB-CFBC-4058-8A61-93B63549BEB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0F221EB-CFBC-4058-8A61-93B63549BEB4}.Release|Any CPU.Build.0 = Release|Any CPU
{181C87D1-13E8-410C-B707-458A46D5D7DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{181C87D1-13E8-410C-B707-458A46D5D7DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{181C87D1-13E8-410C-B707-458A46D5D7DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{181C87D1-13E8-410C-B707-458A46D5D7DB}.Release|Any CPU.Build.0 = Release|Any CPU
{2694464B-92D2-4DF6-9717-C187442F49C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2694464B-92D2-4DF6-9717-C187442F49C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2694464B-92D2-4DF6-9717-C187442F49C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2694464B-92D2-4DF6-9717-C187442F49C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E1CB576A-6E8B-4D6C-BB06-15AEAC690884}
EndGlobalSection
EndGlobal