This repository was archived by the owner on Feb 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPlanetbaseSaveGameEditor.sln
More file actions
72 lines (72 loc) · 4.69 KB
/
PlanetbaseSaveGameEditor.sln
File metadata and controls
72 lines (72 loc) · 4.69 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlanetbaseSaveGameEditor.Core", "PlanetbaseSaveGameEditor.Core\PlanetbaseSaveGameEditor.Core.csproj", "{A0AB9545-F0F0-43FE-B9EE-08CE7A993E5B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlanetbaseSaveGameEditor.TestConsole", "PlanetbaseSaveGameEditor.TestConsole\PlanetbaseSaveGameEditor.TestConsole.csproj", "{B4754FE7-8566-4290-86FD-85A9921FC0B4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A8555466-BF94-402E-9B62-5C91E9D3ECA9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SaveGame Samples", "SaveGame Samples", "{F48230BF-C8B0-4644-8B56-1D18084AB856}"
ProjectSection(SolutionItems) = preProject
Solution Items\SaveGame Samples\auto1.sav = Solution Items\SaveGame Samples\auto1.sav
Solution Items\SaveGame Samples\quick2.sav = Solution Items\SaveGame Samples\quick2.sav
Solution Items\SaveGame Samples\quick3.sav = Solution Items\SaveGame Samples\quick3.sav
Solution Items\SaveGame Samples\save17.sav = Solution Items\SaveGame Samples\save17.sav
Solution Items\SaveGame Samples\save2.sav = Solution Items\SaveGame Samples\save2.sav
Solution Items\SaveGame Samples\save9.sav = Solution Items\SaveGame Samples\save9.sav
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Object Samples", "Object Samples", "{770D5D13-84F0-46B8-BA7B-8F40BF1B0964}"
ProjectSection(SolutionItems) = preProject
Character-Samples.xml = Character-Samples.xml
MilestonesAndTech-Samples.xml = MilestonesAndTech-Samples.xml
Resources-Samples.xml = Resources-Samples.xml
Solution Items\Object Samples\Ship-Samples.xml = Solution Items\Object Samples\Ship-Samples.xml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlanetbaseSaveGameEditor.TestWinForm", "PlanetbaseSaveGameEditor.TestWinForm\PlanetbaseSaveGameEditor.TestWinForm.csproj", "{7F4BB907-3699-46D0-8C07-AF0F82B4732B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlanetbaseSaveGameEditor", "PlanetbaseSaveGameEditor\PlanetbaseSaveGameEditor.csproj", "{A05C6564-0D20-410F-8672-A84F468FC2CF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{8B4FAF86-8E49-451D-8E47-6ED0AC383DC6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{93B3336B-4954-41A7-8B60-33A4928FD517}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A0AB9545-F0F0-43FE-B9EE-08CE7A993E5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0AB9545-F0F0-43FE-B9EE-08CE7A993E5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0AB9545-F0F0-43FE-B9EE-08CE7A993E5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0AB9545-F0F0-43FE-B9EE-08CE7A993E5B}.Release|Any CPU.Build.0 = Release|Any CPU
{B4754FE7-8566-4290-86FD-85A9921FC0B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4754FE7-8566-4290-86FD-85A9921FC0B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4754FE7-8566-4290-86FD-85A9921FC0B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4754FE7-8566-4290-86FD-85A9921FC0B4}.Release|Any CPU.Build.0 = Release|Any CPU
{7F4BB907-3699-46D0-8C07-AF0F82B4732B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F4BB907-3699-46D0-8C07-AF0F82B4732B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F4BB907-3699-46D0-8C07-AF0F82B4732B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F4BB907-3699-46D0-8C07-AF0F82B4732B}.Release|Any CPU.Build.0 = Release|Any CPU
{A05C6564-0D20-410F-8672-A84F468FC2CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A05C6564-0D20-410F-8672-A84F468FC2CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A05C6564-0D20-410F-8672-A84F468FC2CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A05C6564-0D20-410F-8672-A84F468FC2CF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A0AB9545-F0F0-43FE-B9EE-08CE7A993E5B} = {8B4FAF86-8E49-451D-8E47-6ED0AC383DC6}
{B4754FE7-8566-4290-86FD-85A9921FC0B4} = {93B3336B-4954-41A7-8B60-33A4928FD517}
{F48230BF-C8B0-4644-8B56-1D18084AB856} = {A8555466-BF94-402E-9B62-5C91E9D3ECA9}
{770D5D13-84F0-46B8-BA7B-8F40BF1B0964} = {A8555466-BF94-402E-9B62-5C91E9D3ECA9}
{7F4BB907-3699-46D0-8C07-AF0F82B4732B} = {93B3336B-4954-41A7-8B60-33A4928FD517}
{A05C6564-0D20-410F-8672-A84F468FC2CF} = {8B4FAF86-8E49-451D-8E47-6ED0AC383DC6}
EndGlobalSection
EndGlobal