-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSKCModLoader.sln
52 lines (52 loc) · 3.36 KB
/
SKCModLoader.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SKCModLoader", "SKCModLoader\SKCModLoader.vcxproj", "{CF2F232B-5AF0-441B-9960-0A6898159F3E}"
ProjectSection(ProjectDependencies) = postProject
{EC0293F5-4BCF-46B2-8133-18CAEA141C5B} = {EC0293F5-4BCF-46B2-8133-18CAEA141C5B}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SKCModManager", "SKCModManager\SKCModManager.csproj", "{8AD6CBA4-E931-40F7-A810-3E8D7E05B006}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ModLoaderCommon", "mod-loader-common\ModLoaderCommon\ModLoaderCommon.vcxproj", "{EC0293F5-4BCF-46B2-8133-18CAEA141C5B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MusicConfigTool", "MusicConfigTool\MusicConfigTool.csproj", "{AFA00064-9605-4476-9530-4CE495D45EED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModManagerCommon", "mod-loader-common\ModManagerCommon\ModManagerCommon.csproj", "{4A480502-79B5-4E1E-8D67-16C514BB13CD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF2F232B-5AF0-441B-9960-0A6898159F3E}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{CF2F232B-5AF0-441B-9960-0A6898159F3E}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{CF2F232B-5AF0-441B-9960-0A6898159F3E}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{CF2F232B-5AF0-441B-9960-0A6898159F3E}.Release|Mixed Platforms.Build.0 = Release|Win32
{8AD6CBA4-E931-40F7-A810-3E8D7E05B006}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{8AD6CBA4-E931-40F7-A810-3E8D7E05B006}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{8AD6CBA4-E931-40F7-A810-3E8D7E05B006}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{8AD6CBA4-E931-40F7-A810-3E8D7E05B006}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{EC0293F5-4BCF-46B2-8133-18CAEA141C5B}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{EC0293F5-4BCF-46B2-8133-18CAEA141C5B}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{EC0293F5-4BCF-46B2-8133-18CAEA141C5B}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{EC0293F5-4BCF-46B2-8133-18CAEA141C5B}.Release|Mixed Platforms.Build.0 = Release|Win32
{AFA00064-9605-4476-9530-4CE495D45EED}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{AFA00064-9605-4476-9530-4CE495D45EED}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{AFA00064-9605-4476-9530-4CE495D45EED}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{AFA00064-9605-4476-9530-4CE495D45EED}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{4A480502-79B5-4E1E-8D67-16C514BB13CD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{4A480502-79B5-4E1E-8D67-16C514BB13CD}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{4A480502-79B5-4E1E-8D67-16C514BB13CD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{4A480502-79B5-4E1E-8D67-16C514BB13CD}.Release|Mixed Platforms.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C870D177-218D-462C-8E8A-3FFDFDDF8B5D}
EndGlobalSection
EndGlobal