From 92af72dfc93a3bdb9002d7b2160ffc62ff626368 Mon Sep 17 00:00:00 2001 From: Eugene Opalev Date: Mon, 22 Apr 2019 15:01:07 +0500 Subject: Tidy up solutions and projects --- win32/VS2015/libogg.sln | 2 -- win32/VS2015/libogg.vcxproj | 10 +++++----- win32/VS2017/libogg.sln | 39 +++++++++++++++++---------------------- win32/VS2017/libogg.vcxproj | 13 ++++++------- win32/VS2019/libogg.sln | 39 +++++++++++++++++---------------------- win32/VS2019/libogg.vcxproj | 11 +++++------ 6 files changed, 50 insertions(+), 64 deletions(-) diff --git a/win32/VS2015/libogg.sln b/win32/VS2015/libogg.sln index fbf31f4..7e2984b 100644 --- a/win32/VS2015/libogg.sln +++ b/win32/VS2015/libogg.sln @@ -1,7 +1,5 @@  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}") = "libogg", "libogg.vcxproj", "{AFF27A26-C088-444B-BC2A-0BA94A02AFA7}" EndProject diff --git a/win32/VS2015/libogg.vcxproj b/win32/VS2015/libogg.vcxproj index b1eddc9..27c1c0d 100644 --- a/win32/VS2015/libogg.vcxproj +++ b/win32/VS2015/libogg.vcxproj @@ -1,5 +1,5 @@  - + DebugDLL @@ -148,8 +148,8 @@ true true Disabled - Level4 MultiThreadedDebug + Level4 @@ -177,8 +177,8 @@ true true Disabled - Level4 MultiThreadedDebug + Level4 @@ -209,8 +209,8 @@ true MaxSpeed NDEBUG;%(PreprocessorDefinitions) - Level4 MultiThreaded + Level4 true @@ -250,8 +250,8 @@ true MaxSpeed NDEBUG;%(PreprocessorDefinitions) - Level4 MultiThreaded + Level4 true diff --git a/win32/VS2017/libogg.sln b/win32/VS2017/libogg.sln index a32bc1f..7e2984b 100644 --- a/win32/VS2017/libogg.sln +++ b/win32/VS2017/libogg.sln @@ -1,9 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28307.489 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libogg", "libogg.vcxproj", "{D55171D6-645F-4044-975F-80859064BE57}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libogg", "libogg.vcxproj", "{AFF27A26-C088-444B-BC2A-0BA94A02AFA7}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -17,27 +15,24 @@ Global ReleaseDLL|x86 = ReleaseDLL|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {D55171D6-645F-4044-975F-80859064BE57}.Debug|x64.ActiveCfg = Debug|x64 - {D55171D6-645F-4044-975F-80859064BE57}.Debug|x64.Build.0 = Debug|x64 - {D55171D6-645F-4044-975F-80859064BE57}.Debug|x86.ActiveCfg = Debug|Win32 - {D55171D6-645F-4044-975F-80859064BE57}.Debug|x86.Build.0 = Debug|Win32 - {D55171D6-645F-4044-975F-80859064BE57}.DebugDLL|x64.ActiveCfg = DebugDLL|x64 - {D55171D6-645F-4044-975F-80859064BE57}.DebugDLL|x64.Build.0 = DebugDLL|x64 - {D55171D6-645F-4044-975F-80859064BE57}.DebugDLL|x86.ActiveCfg = DebugDLL|Win32 - {D55171D6-645F-4044-975F-80859064BE57}.DebugDLL|x86.Build.0 = DebugDLL|Win32 - {D55171D6-645F-4044-975F-80859064BE57}.Release|x64.ActiveCfg = Release|x64 - {D55171D6-645F-4044-975F-80859064BE57}.Release|x64.Build.0 = Release|x64 - {D55171D6-645F-4044-975F-80859064BE57}.Release|x86.ActiveCfg = Release|Win32 - {D55171D6-645F-4044-975F-80859064BE57}.Release|x86.Build.0 = Release|Win32 - {D55171D6-645F-4044-975F-80859064BE57}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64 - {D55171D6-645F-4044-975F-80859064BE57}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64 - {D55171D6-645F-4044-975F-80859064BE57}.ReleaseDLL|x86.ActiveCfg = ReleaseDLL|Win32 - {D55171D6-645F-4044-975F-80859064BE57}.ReleaseDLL|x86.Build.0 = ReleaseDLL|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Debug|x64.ActiveCfg = Debug|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Debug|x64.Build.0 = Debug|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Debug|x86.ActiveCfg = Debug|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Debug|x86.Build.0 = Debug|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.DebugDLL|x64.ActiveCfg = DebugDLL|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.DebugDLL|x64.Build.0 = DebugDLL|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.DebugDLL|x86.ActiveCfg = DebugDLL|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.DebugDLL|x86.Build.0 = DebugDLL|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Release|x64.ActiveCfg = Release|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Release|x64.Build.0 = Release|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Release|x86.ActiveCfg = Release|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Release|x86.Build.0 = Release|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.ReleaseDLL|x86.ActiveCfg = ReleaseDLL|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.ReleaseDLL|x86.Build.0 = ReleaseDLL|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {E268B15E-DCF8-45E0-8EAC-8DD75BC0C041} - EndGlobalSection EndGlobal diff --git a/win32/VS2017/libogg.vcxproj b/win32/VS2017/libogg.vcxproj index 42e0ab4..f63e98a 100644 --- a/win32/VS2017/libogg.vcxproj +++ b/win32/VS2017/libogg.vcxproj @@ -1,5 +1,5 @@ - + DebugDLL @@ -35,8 +35,7 @@ - 15.0 - {D55171D6-645F-4044-975F-80859064BE57} + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7} libogg 10.0.17763.0 @@ -148,8 +147,8 @@ true true Disabled - Level4 MultiThreadedDebug + Level4 @@ -175,8 +174,8 @@ true true Disabled - Level4 MultiThreadedDebug + Level4 @@ -205,8 +204,8 @@ true MaxSpeed NDEBUG;%(PreprocessorDefinitions) - Level4 MultiThreaded + Level4 true @@ -244,8 +243,8 @@ true MaxSpeed NDEBUG;%(PreprocessorDefinitions) - Level4 MultiThreaded + Level4 true diff --git a/win32/VS2019/libogg.sln b/win32/VS2019/libogg.sln index 2e99fd2..7e2984b 100644 --- a/win32/VS2019/libogg.sln +++ b/win32/VS2019/libogg.sln @@ -1,9 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.28729.10 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libogg", "libogg.vcxproj", "{C8F644C8-2046-4551-AAF0-A991C6B5636A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libogg", "libogg.vcxproj", "{AFF27A26-C088-444B-BC2A-0BA94A02AFA7}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -17,27 +15,24 @@ Global ReleaseDLL|x86 = ReleaseDLL|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {C8F644C8-2046-4551-AAF0-A991C6B5636A}.Debug|x64.ActiveCfg = Debug|x64 - {C8F644C8-2046-4551-AAF0-A991C6B5636A}.Debug|x64.Build.0 = Debug|x64 - {C8F644C8-2046-4551-AAF0-A991C6B5636A}.Debug|x86.ActiveCfg = Debug|Win32 - {C8F644C8-2046-4551-AAF0-A991C6B5636A}.Debug|x86.Build.0 = Debug|Win32 - {C8F644C8-2046-4551-AAF0-A991C6B5636A}.DebugDLL|x64.ActiveCfg = DebugDLL|x64 - {C8F644C8-2046-4551-AAF0-A991C6B5636A}.DebugDLL|x64.Build.0 = DebugDLL|x64 - {C8F644C8-2046-4551-AAF0-A991C6B5636A}.DebugDLL|x86.ActiveCfg = DebugDLL|Win32 - {C8F644C8-2046-4551-AAF0-A991C6B5636A}.DebugDLL|x86.Build.0 = DebugDLL|Win32 - {C8F644C8-2046-4551-AAF0-A991C6B5636A}.Release|x64.ActiveCfg = Release|x64 - {C8F644C8-2046-4551-AAF0-A991C6B5636A}.Release|x64.Build.0 = Release|x64 - {C8F644C8-2046-4551-AAF0-A991C6B5636A}.Release|x86.ActiveCfg = Release|Win32 - {C8F644C8-2046-4551-AAF0-A991C6B5636A}.Release|x86.Build.0 = Release|Win32 - {C8F644C8-2046-4551-AAF0-A991C6B5636A}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64 - {C8F644C8-2046-4551-AAF0-A991C6B5636A}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64 - {C8F644C8-2046-4551-AAF0-A991C6B5636A}.ReleaseDLL|x86.ActiveCfg = ReleaseDLL|Win32 - {C8F644C8-2046-4551-AAF0-A991C6B5636A}.ReleaseDLL|x86.Build.0 = ReleaseDLL|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Debug|x64.ActiveCfg = Debug|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Debug|x64.Build.0 = Debug|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Debug|x86.ActiveCfg = Debug|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Debug|x86.Build.0 = Debug|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.DebugDLL|x64.ActiveCfg = DebugDLL|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.DebugDLL|x64.Build.0 = DebugDLL|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.DebugDLL|x86.ActiveCfg = DebugDLL|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.DebugDLL|x86.Build.0 = DebugDLL|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Release|x64.ActiveCfg = Release|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Release|x64.Build.0 = Release|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Release|x86.ActiveCfg = Release|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.Release|x86.Build.0 = Release|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.ReleaseDLL|x86.ActiveCfg = ReleaseDLL|Win32 + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7}.ReleaseDLL|x86.Build.0 = ReleaseDLL|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {88692399-3691-4740-939B-1A339B331BE8} - EndGlobalSection EndGlobal diff --git a/win32/VS2019/libogg.vcxproj b/win32/VS2019/libogg.vcxproj index 07601e4..d2edcc3 100644 --- a/win32/VS2019/libogg.vcxproj +++ b/win32/VS2019/libogg.vcxproj @@ -35,8 +35,7 @@ - 16.0 - {C8F644C8-2046-4551-AAF0-A991C6B5636A} + {AFF27A26-C088-444B-BC2A-0BA94A02AFA7} libogg 10.0 @@ -148,8 +147,8 @@ true true Disabled - Level4 MultiThreadedDebug + Level4 @@ -175,8 +174,8 @@ true true Disabled - Level4 MultiThreadedDebug + Level4 @@ -205,8 +204,8 @@ true MaxSpeed NDEBUG;%(PreprocessorDefinitions) - Level4 MultiThreaded + Level4 true @@ -244,8 +243,8 @@ true MaxSpeed NDEBUG;%(PreprocessorDefinitions) - Level4 MultiThreaded + Level4 true -- cgit v1.2.1