Skip to content

Commit

Permalink
Adding mod-loader-common submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
MainMemory committed Mar 30, 2016
1 parent 4319de7 commit 286440f
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 2,331 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "mod-loader-common"]
path = mod-loader-common
url = https://github.com/sonicretro/mod-loader-common.git
17 changes: 16 additions & 1 deletion SKCModLoader.sln
@@ -1,12 +1,17 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
VisualStudioVersion = 12.0.40629.0
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
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -37,6 +42,16 @@ Global
{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
{8AD6CBA4-E931-40F7-A810-3E8D7E05B006}.Release|Win32.ActiveCfg = Release|Any CPU
{EC0293F5-4BCF-46B2-8133-18CAEA141C5B}.Debug|Any CPU.ActiveCfg = Debug|Win32
{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}.Debug|Win32.ActiveCfg = Debug|Win32
{EC0293F5-4BCF-46B2-8133-18CAEA141C5B}.Debug|Win32.Build.0 = Debug|Win32
{EC0293F5-4BCF-46B2-8133-18CAEA141C5B}.Release|Any CPU.ActiveCfg = Release|Win32
{EC0293F5-4BCF-46B2-8133-18CAEA141C5B}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{EC0293F5-4BCF-46B2-8133-18CAEA141C5B}.Release|Mixed Platforms.Build.0 = Release|Win32
{EC0293F5-4BCF-46B2-8133-18CAEA141C5B}.Release|Win32.ActiveCfg = Release|Win32
{EC0293F5-4BCF-46B2-8133-18CAEA141C5B}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 286440f

Please sign in to comment.