This repository was archived by the owner on Dec 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRocket.Eco.sln
More file actions
38 lines (38 loc) · 2.13 KB
/
Rocket.Eco.sln
File metadata and controls
38 lines (38 loc) · 2.13 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rocket.Eco", "Rocket.Eco\Rocket.Eco.csproj", "{A4344501-4C40-4222-ACD2-255200D78C59}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rocket.Eco.Launcher", "Rocket.Eco.Launcher\Rocket.Eco.Launcher.csproj", "{45552E32-FE23-405F-A683-AAC820637C9B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rocket.Patching", "Rocket.Patching\Rocket.Patching.csproj", "{A279BC59-4D69-410C-A6A1-D87CDF070376}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A4344501-4C40-4222-ACD2-255200D78C59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4344501-4C40-4222-ACD2-255200D78C59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4344501-4C40-4222-ACD2-255200D78C59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4344501-4C40-4222-ACD2-255200D78C59}.Release|Any CPU.Build.0 = Release|Any CPU
{45552E32-FE23-405F-A683-AAC820637C9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45552E32-FE23-405F-A683-AAC820637C9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45552E32-FE23-405F-A683-AAC820637C9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45552E32-FE23-405F-A683-AAC820637C9B}.Release|Any CPU.Build.0 = Release|Any CPU
{A279BC59-4D69-410C-A6A1-D87CDF070376}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A279BC59-4D69-410C-A6A1-D87CDF070376}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A279BC59-4D69-410C-A6A1-D87CDF070376}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A279BC59-4D69-410C-A6A1-D87CDF070376}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9E720FE4-4AF4-459B-BB72-75D868C322C1}
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35
EndGlobalSection
EndGlobal