Added SDL2 (2.0.3) as a future dependency

This commit is contained in:
skidau 2015-05-07 05:24:56 +00:00
parent 5a2c4ba1d6
commit 0844ac6bbf
2 changed files with 29 additions and 0 deletions

View File

@ -20,6 +20,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VisualBoyAdvance-M", "VBA-M
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VisualBoyAdvance-M-SDL", "VBA-M-SDL.vcxproj", "{E269FC02-8378-49CB-91F2-A092ACDD0123}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2", "..\..\..\dependencies\sdl2\VisualC\SDL\SDL_VS2010.vcxproj", "{D9599786-125B-4554-8B10-DB472A8BAC48}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2main", "..\..\..\dependencies\sdl2\VisualC\SDLmain\SDLmain_VS2010.vcxproj", "{628BE74B-B3DD-45EF-B820-A239E35CAC4E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@ -62,6 +66,14 @@ Global
{E269FC02-8378-49CB-91F2-A092ACDD0123}.Debug|Win32.Build.0 = Debug|Win32
{E269FC02-8378-49CB-91F2-A092ACDD0123}.Release|Win32.ActiveCfg = Release|Win32
{E269FC02-8378-49CB-91F2-A092ACDD0123}.Release|Win32.Build.0 = Release|Win32
{D9599786-125B-4554-8B10-DB472A8BAC48}.Debug|Win32.ActiveCfg = Debug|Win32
{D9599786-125B-4554-8B10-DB472A8BAC48}.Debug|Win32.Build.0 = Debug|Win32
{D9599786-125B-4554-8B10-DB472A8BAC48}.Release|Win32.ActiveCfg = Release|Win32
{D9599786-125B-4554-8B10-DB472A8BAC48}.Release|Win32.Build.0 = Release|Win32
{628BE74B-B3DD-45EF-B820-A239E35CAC4E}.Debug|Win32.ActiveCfg = Debug|Win32
{628BE74B-B3DD-45EF-B820-A239E35CAC4E}.Debug|Win32.Build.0 = Debug|Win32
{628BE74B-B3DD-45EF-B820-A239E35CAC4E}.Release|Win32.ActiveCfg = Release|Win32
{628BE74B-B3DD-45EF-B820-A239E35CAC4E}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@ -73,5 +85,7 @@ Global
{7AEC599C-7C82-4F00-AA60-411E0A359CB0} = {8B814174-883E-43D0-969E-3A17D8EDE080}
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {8B814174-883E-43D0-969E-3A17D8EDE080}
{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {8B814174-883E-43D0-969E-3A17D8EDE080}
{D9599786-125B-4554-8B10-DB472A8BAC48} = {8B814174-883E-43D0-969E-3A17D8EDE080}
{628BE74B-B3DD-45EF-B820-A239E35CAC4E} = {8B814174-883E-43D0-969E-3A17D8EDE080}
EndGlobalSection
EndGlobal

View File

@ -1,3 +1,4 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
@ -30,6 +31,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL", "..\..\..\dependencie
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDLmain", "..\..\..\dependencies\sdl\vs2013\SDLmain\SDLmain.vcxproj", "{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2", "..\..\..\dependencies\sdl2\VisualC\SDL\SDL_VS2013.vcxproj", "{680B6B6E-D55A-4B7B-AEC8-3838854F1802}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2main", "..\..\..\dependencies\sdl2\VisualC\SDLmain\SDLmain_VS2013.vcxproj", "{6A964F2F-2D24-431E-B4BF-38A9D40E5DE5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@ -72,6 +77,14 @@ Global
{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Debug|Win32.Build.0 = Debug|Win32
{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release|Win32.ActiveCfg = Release|Win32
{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release|Win32.Build.0 = Release|Win32
{680B6B6E-D55A-4B7B-AEC8-3838854F1802}.Debug|Win32.ActiveCfg = Debug|Win32
{680B6B6E-D55A-4B7B-AEC8-3838854F1802}.Debug|Win32.Build.0 = Debug|Win32
{680B6B6E-D55A-4B7B-AEC8-3838854F1802}.Release|Win32.ActiveCfg = Release|Win32
{680B6B6E-D55A-4B7B-AEC8-3838854F1802}.Release|Win32.Build.0 = Release|Win32
{6A964F2F-2D24-431E-B4BF-38A9D40E5DE5}.Debug|Win32.ActiveCfg = Debug|Win32
{6A964F2F-2D24-431E-B4BF-38A9D40E5DE5}.Debug|Win32.Build.0 = Debug|Win32
{6A964F2F-2D24-431E-B4BF-38A9D40E5DE5}.Release|Win32.ActiveCfg = Release|Win32
{6A964F2F-2D24-431E-B4BF-38A9D40E5DE5}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@ -83,5 +96,7 @@ Global
{7AEC599C-7C82-4F00-AA60-411E0A359CB0} = {8B814174-883E-43D0-969E-3A17D8EDE080}
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {8B814174-883E-43D0-969E-3A17D8EDE080}
{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {8B814174-883E-43D0-969E-3A17D8EDE080}
{680B6B6E-D55A-4B7B-AEC8-3838854F1802} = {8B814174-883E-43D0-969E-3A17D8EDE080}
{6A964F2F-2D24-431E-B4BF-38A9D40E5DE5} = {8B814174-883E-43D0-969E-3A17D8EDE080}
EndGlobalSection
EndGlobal