Skip to content

Commit

Permalink
Adding SA2ModManager to SA2ModLoader.sln
Browse files Browse the repository at this point in the history
  • Loading branch information
MainMemory committed Dec 20, 2015
1 parent b11e446 commit b2400d9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 22 deletions.
26 changes: 24 additions & 2 deletions SA2ModLoader.sln
@@ -1,22 +1,44 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C++ Express 2010
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SA2ModLoader", "SA2ModLoader\SA2ModLoader.vcxproj", "{3BF5C1B2-E3A4-43E7-9C2A-E445810834DE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SA2ModManager", "SA2ModManager\SA2ModManager.csproj", "{8B980BC2-ED9C-4BBD-930F-28171EC82BA9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x86 = Debug|x86
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3BF5C1B2-E3A4-43E7-9C2A-E445810834DE}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{3BF5C1B2-E3A4-43E7-9C2A-E445810834DE}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{3BF5C1B2-E3A4-43E7-9C2A-E445810834DE}.Debug|Win32.ActiveCfg = Debug|Win32
{3BF5C1B2-E3A4-43E7-9C2A-E445810834DE}.Debug|Win32.Build.0 = Debug|Win32
{3BF5C1B2-E3A4-43E7-9C2A-E445810834DE}.Debug|x86.ActiveCfg = Debug|Win32
{3BF5C1B2-E3A4-43E7-9C2A-E445810834DE}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{3BF5C1B2-E3A4-43E7-9C2A-E445810834DE}.Release|Mixed Platforms.Build.0 = Release|Win32
{3BF5C1B2-E3A4-43E7-9C2A-E445810834DE}.Release|Win32.ActiveCfg = Release|Win32
{3BF5C1B2-E3A4-43E7-9C2A-E445810834DE}.Release|Win32.Build.0 = Release|Win32
{3BF5C1B2-E3A4-43E7-9C2A-E445810834DE}.Release|x86.ActiveCfg = Release|Win32
{8B980BC2-ED9C-4BBD-930F-28171EC82BA9}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{8B980BC2-ED9C-4BBD-930F-28171EC82BA9}.Debug|Mixed Platforms.Build.0 = Debug|x86
{8B980BC2-ED9C-4BBD-930F-28171EC82BA9}.Debug|Win32.ActiveCfg = Debug|x86
{8B980BC2-ED9C-4BBD-930F-28171EC82BA9}.Debug|Win32.Build.0 = Debug|x86
{8B980BC2-ED9C-4BBD-930F-28171EC82BA9}.Debug|x86.ActiveCfg = Debug|x86
{8B980BC2-ED9C-4BBD-930F-28171EC82BA9}.Debug|x86.Build.0 = Debug|x86
{8B980BC2-ED9C-4BBD-930F-28171EC82BA9}.Release|Mixed Platforms.ActiveCfg = Release|x86
{8B980BC2-ED9C-4BBD-930F-28171EC82BA9}.Release|Mixed Platforms.Build.0 = Release|x86
{8B980BC2-ED9C-4BBD-930F-28171EC82BA9}.Release|Win32.ActiveCfg = Release|x86
{8B980BC2-ED9C-4BBD-930F-28171EC82BA9}.Release|Win32.Build.0 = Release|x86
{8B980BC2-ED9C-4BBD-930F-28171EC82BA9}.Release|x86.ActiveCfg = Release|x86
{8B980BC2-ED9C-4BBD-930F-28171EC82BA9}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
20 changes: 0 additions & 20 deletions SA2ModManager.sln

This file was deleted.

0 comments on commit b2400d9

Please sign in to comment.