From c819b37d02ee79edccc45d4df93c37620c5a1f83 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 17 Aug 2022 11:11:14 -0700 Subject: [PATCH] Updated Visual Studio projects, and removed old VS2008 project --- VisualC/SDL_net.vcxproj | 16 + VisualC/SDL_net_VS2008.sln | 36 -- VisualC/SDL_net_VS2008.vcproj | 526 ------------------ VisualC/showinterfaces/showinterfaces.vcxproj | 21 + 4 files changed, 37 insertions(+), 562 deletions(-) delete mode 100644 VisualC/SDL_net_VS2008.sln delete mode 100644 VisualC/SDL_net_VS2008.vcproj diff --git a/VisualC/SDL_net.vcxproj b/VisualC/SDL_net.vcxproj index 665c23f..a4c6c96 100644 --- a/VisualC/SDL_net.vcxproj +++ b/VisualC/SDL_net.vcxproj @@ -79,6 +79,22 @@ + + $(SolutionDir)..\..\SDL\include;$(IncludePath) + $(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath) + + + $(SolutionDir)..\..\SDL\include;$(IncludePath) + $(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath) + + + $(SolutionDir)..\..\SDL\include;$(IncludePath) + $(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath) + + + $(SolutionDir)..\..\SDL\include;$(IncludePath) + $(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath) + _DEBUG;%(PreprocessorDefinitions) diff --git a/VisualC/SDL_net_VS2008.sln b/VisualC/SDL_net_VS2008.sln deleted file mode 100644 index ed06beb..0000000 --- a/VisualC/SDL_net_VS2008.sln +++ /dev/null @@ -1,36 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2_net", "SDL_net_VS2008.vcproj", "{8AB3504F-5E58-4910-AFE8-7A1E595AC3F4}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "showinterfaces", "showinterfaces\showinterfaces_VS2008.vcproj", "{7B1F60CD-2A09-4514-937C-D9DD044428FB}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {8AB3504F-5E58-4910-AFE8-7A1E595AC3F4}.Debug|Win32.ActiveCfg = Debug|Win32 - {8AB3504F-5E58-4910-AFE8-7A1E595AC3F4}.Debug|Win32.Build.0 = Debug|Win32 - {8AB3504F-5E58-4910-AFE8-7A1E595AC3F4}.Debug|x64.ActiveCfg = Debug|x64 - {8AB3504F-5E58-4910-AFE8-7A1E595AC3F4}.Debug|x64.Build.0 = Debug|x64 - {8AB3504F-5E58-4910-AFE8-7A1E595AC3F4}.Release|Win32.ActiveCfg = Release|Win32 - {8AB3504F-5E58-4910-AFE8-7A1E595AC3F4}.Release|Win32.Build.0 = Release|Win32 - {8AB3504F-5E58-4910-AFE8-7A1E595AC3F4}.Release|x64.ActiveCfg = Release|x64 - {8AB3504F-5E58-4910-AFE8-7A1E595AC3F4}.Release|x64.Build.0 = Release|x64 - {7B1F60CD-2A09-4514-937C-D9DD044428FB}.Debug|Win32.ActiveCfg = Debug|Win32 - {7B1F60CD-2A09-4514-937C-D9DD044428FB}.Debug|Win32.Build.0 = Debug|Win32 - {7B1F60CD-2A09-4514-937C-D9DD044428FB}.Debug|x64.ActiveCfg = Debug|x64 - {7B1F60CD-2A09-4514-937C-D9DD044428FB}.Debug|x64.Build.0 = Debug|x64 - {7B1F60CD-2A09-4514-937C-D9DD044428FB}.Release|Win32.ActiveCfg = Release|Win32 - {7B1F60CD-2A09-4514-937C-D9DD044428FB}.Release|Win32.Build.0 = Release|Win32 - {7B1F60CD-2A09-4514-937C-D9DD044428FB}.Release|x64.ActiveCfg = Release|x64 - {7B1F60CD-2A09-4514-937C-D9DD044428FB}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/VisualC/SDL_net_VS2008.vcproj b/VisualC/SDL_net_VS2008.vcproj deleted file mode 100644 index aca38df..0000000 --- a/VisualC/SDL_net_VS2008.vcproj +++ /dev/null @@ -1,526 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/VisualC/showinterfaces/showinterfaces.vcxproj b/VisualC/showinterfaces/showinterfaces.vcxproj index 5bc718d..f59517a 100644 --- a/VisualC/showinterfaces/showinterfaces.vcxproj +++ b/VisualC/showinterfaces/showinterfaces.vcxproj @@ -78,6 +78,22 @@ + + $(SolutionDir)..\..\SDL\include;$(IncludePath) + $(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath) + + + $(SolutionDir)..\..\SDL\include;$(IncludePath) + $(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath) + + + $(SolutionDir)..\..\SDL\include;$(IncludePath) + $(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath) + + + $(SolutionDir)..\..\SDL\include;$(IncludePath) + $(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath) + NDEBUG;%(PreprocessorDefinitions) @@ -207,6 +223,11 @@ + + + {8ab3504f-5e58-4910-afe8-7a1e595ac3f4} + +