From 7d9c1b524b041165b0e39adb90605b09a9581c8c Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Sat, 11 Feb 2017 21:44:43 +0100 Subject: [PATCH] Remove obsolete MSVS stuff --- packages.config | 9 -- planetblupi.sln | 38 ----- planetblupi.vcxproj | 299 ------------------------------------ planetblupi.vcxproj.filters | 214 -------------------------- 4 files changed, 560 deletions(-) delete mode 100644 packages.config delete mode 100644 planetblupi.sln delete mode 100644 planetblupi.vcxproj delete mode 100644 planetblupi.vcxproj.filters diff --git a/packages.config b/packages.config deleted file mode 100644 index edb41c5..0000000 --- a/packages.config +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/planetblupi.sln b/planetblupi.sln deleted file mode 100644 index da8857e..0000000 --- a/planetblupi.sln +++ /dev/null @@ -1,38 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "planetblupi", "planetblupi.vcxproj", "{E892DD4F-D6B7-4A19-8EC3-AB2625A8A523}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL_kitchensink", "SDL_kitchensink\SDL_kitchensink.vcxproj", "{23BA27F4-B0D3-4B2E-8E4A-3CAD408BFC94}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E892DD4F-D6B7-4A19-8EC3-AB2625A8A523}.Debug|x64.ActiveCfg = Debug|x64 - {E892DD4F-D6B7-4A19-8EC3-AB2625A8A523}.Debug|x64.Build.0 = Debug|x64 - {E892DD4F-D6B7-4A19-8EC3-AB2625A8A523}.Debug|x86.ActiveCfg = Debug|Win32 - {E892DD4F-D6B7-4A19-8EC3-AB2625A8A523}.Debug|x86.Build.0 = Debug|Win32 - {E892DD4F-D6B7-4A19-8EC3-AB2625A8A523}.Release|x64.ActiveCfg = Release|x64 - {E892DD4F-D6B7-4A19-8EC3-AB2625A8A523}.Release|x64.Build.0 = Release|x64 - {E892DD4F-D6B7-4A19-8EC3-AB2625A8A523}.Release|x86.ActiveCfg = Release|Win32 - {E892DD4F-D6B7-4A19-8EC3-AB2625A8A523}.Release|x86.Build.0 = Release|Win32 - {23BA27F4-B0D3-4B2E-8E4A-3CAD408BFC94}.Debug|x64.ActiveCfg = Debug|x64 - {23BA27F4-B0D3-4B2E-8E4A-3CAD408BFC94}.Debug|x64.Build.0 = Debug|x64 - {23BA27F4-B0D3-4B2E-8E4A-3CAD408BFC94}.Debug|x86.ActiveCfg = Debug|Win32 - {23BA27F4-B0D3-4B2E-8E4A-3CAD408BFC94}.Debug|x86.Build.0 = Debug|Win32 - {23BA27F4-B0D3-4B2E-8E4A-3CAD408BFC94}.Release|x64.ActiveCfg = Release|x64 - {23BA27F4-B0D3-4B2E-8E4A-3CAD408BFC94}.Release|x64.Build.0 = Release|x64 - {23BA27F4-B0D3-4B2E-8E4A-3CAD408BFC94}.Release|x86.ActiveCfg = Release|Win32 - {23BA27F4-B0D3-4B2E-8E4A-3CAD408BFC94}.Release|x86.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/planetblupi.vcxproj b/planetblupi.vcxproj deleted file mode 100644 index 5b00712..0000000 --- a/planetblupi.vcxproj +++ /dev/null @@ -1,299 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - {E892DD4F-D6B7-4A19-8EC3-AB2625A8A523} - Win32Proj - planetblupi - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - false - v140 - true - MultiByte - - - Application - true - v140 - MultiByte - - - Application - false - v140 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - true - .\SDL_kitchensink\include;.\SDL2_mixer-2.0.1\include;$(IncludePath) - .\SDL2_mixer-2.0.1\lib\x86;$(LibraryPath) - - - true - .\SDL_kitchensink\include;.\SDL2_mixer-2.0.1\include;$(IncludePath) - .\SDL2_mixer-2.0.1\lib\x64;$(LibraryPath) - - - false - .\SDL_kitchensink\include;.\SDL2_mixer-2.0.1\include;$(IncludePath) - .\SDL2_mixer-2.0.1\lib\x86;$(LibraryPath) - - - false - .\SDL_kitchensink\include;.\SDL2_mixer-2.0.1\include;$(IncludePath) - .\SDL2_mixer-2.0.1\lib\x64;$(LibraryPath) - - - - - - Level3 - Disabled - _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - true - true - false - MultiThreadedDebug - - - Windows - true - SDL2_mixer.lib;%(AdditionalDependencies) - false - - - xcopy /Y SDL2_mixer-2.0.1\lib\x86\*.dll $(SolutionDir)\$(Configuration)\ -xcopy /Y ffmpeg-3.2.2-win32-shared\bin\*.dll $(SolutionDir)\$(Configuration)\ - - - - - - - Level3 - Disabled - _CRT_SECURE_NO_WARNINGS;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - true - true - false - MultiThreadedDebug - - - Windows - true - SDL2_mixer.lib;%(AdditionalDependencies) - false - - - xcopy /Y SDL2_mixer-2.0.1\lib\x64\*.dll $(SolutionDir)$(Platform)\$(Configuration)\ - - - - - Level3 - - - MaxSpeed - true - true - _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - true - true - MultiThreaded - Speed - - - Windows - true - true - true - SDL2_mixer.lib;%(AdditionalDependencies) - false - - - xcopy /Y SDL2_mixer-2.0.1\lib\x86\*.dll $(SolutionDir)\$(Configuration)\ -xcopy /Y ffmpeg-3.2.2-win32-shared\bin\*.dll $(SolutionDir)\$(Configuration)\ - - - - - Level3 - - - MaxSpeed - true - true - _CRT_SECURE_NO_WARNINGS;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - true - true - MultiThreaded - Speed - - - Windows - true - true - true - SDL2_mixer.lib;%(AdditionalDependencies) - false - - - xcopy /Y SDL2_mixer-2.0.1\lib\x64\*.dll $(SolutionDir)$(Platform)\$(Configuration)\ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - true - true - - - true - true - true - true - - - - - - - - - {23ba27f4-b0d3-4b2e-8e4a-3cad408bfc94} - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - - - - \ No newline at end of file diff --git a/planetblupi.vcxproj.filters b/planetblupi.vcxproj.filters deleted file mode 100644 index d438448..0000000 --- a/planetblupi.vcxproj.filters +++ /dev/null @@ -1,214 +0,0 @@ - - - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {7afac595-449b-49eb-b3fd-d4a7328dbbc0} - - - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - Sources - - - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Data - - - - - - - Resource Files - - - Resource Files - - - Resource Files - - - - - Resource Files - - - \ No newline at end of file