This repository has been archived by the owner on Feb 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CosmicLoader.sln
43 lines (43 loc) · 2.52 KB
/
CosmicLoader.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 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CosmicLoader", "CosmicLoader\CosmicLoader.csproj", "{00863163-44D2-4291-BA6A-A2FB93A52F0C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CosmicLoader.Installer", "CosmicLoader.Installer\CosmicLoader.Installer.csproj", "{59741121-DFEE-4E4F-92BD-327F7A5BFD66}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UMM_Compat", "UMM_Compat\UMM_Compat.csproj", "{0488C873-AD00-464B-A644-F37C4EC9B23D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HarmonyEx", "HarmonyEx\HarmonyEx.csproj", "{DF229D00-DEE0-468A-A8AC-E18936AE0CD9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00863163-44D2-4291-BA6A-A2FB93A52F0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00863163-44D2-4291-BA6A-A2FB93A52F0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00863163-44D2-4291-BA6A-A2FB93A52F0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00863163-44D2-4291-BA6A-A2FB93A52F0C}.Release|Any CPU.Build.0 = Release|Any CPU
{59741121-DFEE-4E4F-92BD-327F7A5BFD66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59741121-DFEE-4E4F-92BD-327F7A5BFD66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59741121-DFEE-4E4F-92BD-327F7A5BFD66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59741121-DFEE-4E4F-92BD-327F7A5BFD66}.Release|Any CPU.Build.0 = Release|Any CPU
{0488C873-AD00-464B-A644-F37C4EC9B23D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0488C873-AD00-464B-A644-F37C4EC9B23D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0488C873-AD00-464B-A644-F37C4EC9B23D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0488C873-AD00-464B-A644-F37C4EC9B23D}.Release|Any CPU.Build.0 = Release|Any CPU
{DF229D00-DEE0-468A-A8AC-E18936AE0CD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF229D00-DEE0-468A-A8AC-E18936AE0CD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF229D00-DEE0-468A-A8AC-E18936AE0CD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF229D00-DEE0-468A-A8AC-E18936AE0CD9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {90C59F86-2715-4CD8-A15B-AD096444C84C}
EndGlobalSection
EndGlobal