forked from Ewanderer/CobaltCoreModLoader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCobaltCoreModLoader.sln
61 lines (61 loc) · 3.92 KB
/
CobaltCoreModLoader.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CobaltCoreModLoader", "CobaltCoreModLoader\CobaltCoreModLoader.csproj", "{6C8AE2F2-8172-492B-811E-EF52107B2E56}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SingleFileExtractor.Core", "SingleFileExtractor\src\SingleFileExtractor.Core\SingleFileExtractor.Core.csproj", "{1465D284-FEF2-44F6-90F5-3F96A8CB029E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CobaltCoreModding.Definitions", "CobaltCoreModding.Definitions\CobaltCoreModding.Definitions.csproj", "{FF855EB2-EE7D-45F0-A683-D71D60148DF3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CobaltCoreModLoaderApp", "CobaltCoreModLoaderApp\CobaltCoreModLoaderApp.csproj", "{337C792F-56B0-4883-97B0-325225692110}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C8AE2F2-8172-492B-811E-EF52107B2E56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C8AE2F2-8172-492B-811E-EF52107B2E56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C8AE2F2-8172-492B-811E-EF52107B2E56}.Debug|x64.ActiveCfg = Debug|x64
{6C8AE2F2-8172-492B-811E-EF52107B2E56}.Debug|x64.Build.0 = Debug|x64
{6C8AE2F2-8172-492B-811E-EF52107B2E56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C8AE2F2-8172-492B-811E-EF52107B2E56}.Release|Any CPU.Build.0 = Release|Any CPU
{6C8AE2F2-8172-492B-811E-EF52107B2E56}.Release|x64.ActiveCfg = Release|x64
{6C8AE2F2-8172-492B-811E-EF52107B2E56}.Release|x64.Build.0 = Release|x64
{1465D284-FEF2-44F6-90F5-3F96A8CB029E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1465D284-FEF2-44F6-90F5-3F96A8CB029E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1465D284-FEF2-44F6-90F5-3F96A8CB029E}.Debug|x64.ActiveCfg = Debug|Any CPU
{1465D284-FEF2-44F6-90F5-3F96A8CB029E}.Debug|x64.Build.0 = Debug|Any CPU
{1465D284-FEF2-44F6-90F5-3F96A8CB029E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1465D284-FEF2-44F6-90F5-3F96A8CB029E}.Release|Any CPU.Build.0 = Release|Any CPU
{1465D284-FEF2-44F6-90F5-3F96A8CB029E}.Release|x64.ActiveCfg = Release|Any CPU
{1465D284-FEF2-44F6-90F5-3F96A8CB029E}.Release|x64.Build.0 = Release|Any CPU
{FF855EB2-EE7D-45F0-A683-D71D60148DF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF855EB2-EE7D-45F0-A683-D71D60148DF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF855EB2-EE7D-45F0-A683-D71D60148DF3}.Debug|x64.ActiveCfg = Debug|Any CPU
{FF855EB2-EE7D-45F0-A683-D71D60148DF3}.Debug|x64.Build.0 = Debug|Any CPU
{FF855EB2-EE7D-45F0-A683-D71D60148DF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF855EB2-EE7D-45F0-A683-D71D60148DF3}.Release|Any CPU.Build.0 = Release|Any CPU
{FF855EB2-EE7D-45F0-A683-D71D60148DF3}.Release|x64.ActiveCfg = Release|Any CPU
{FF855EB2-EE7D-45F0-A683-D71D60148DF3}.Release|x64.Build.0 = Release|Any CPU
{337C792F-56B0-4883-97B0-325225692110}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{337C792F-56B0-4883-97B0-325225692110}.Debug|Any CPU.Build.0 = Debug|Any CPU
{337C792F-56B0-4883-97B0-325225692110}.Debug|x64.ActiveCfg = Debug|Any CPU
{337C792F-56B0-4883-97B0-325225692110}.Debug|x64.Build.0 = Debug|Any CPU
{337C792F-56B0-4883-97B0-325225692110}.Release|Any CPU.ActiveCfg = Release|Any CPU
{337C792F-56B0-4883-97B0-325225692110}.Release|Any CPU.Build.0 = Release|Any CPU
{337C792F-56B0-4883-97B0-325225692110}.Release|x64.ActiveCfg = Release|Any CPU
{337C792F-56B0-4883-97B0-325225692110}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB86932F-B261-4ADD-92A6-E21275896663}
EndGlobalSection
EndGlobal