Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Ogg
Commits
92af72df
Commit
92af72df
authored
Apr 22, 2019
by
Eugene Opalev
Committed by
Ralph Giles
Aug 30, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tidy up solutions and projects
parent
733fded8
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
50 additions
and
64 deletions
+50
-64
win32/VS2015/libogg.sln
win32/VS2015/libogg.sln
+0
-2
win32/VS2015/libogg.vcxproj
win32/VS2015/libogg.vcxproj
+5
-5
win32/VS2017/libogg.sln
win32/VS2017/libogg.sln
+17
-22
win32/VS2017/libogg.vcxproj
win32/VS2017/libogg.vcxproj
+6
-7
win32/VS2019/libogg.sln
win32/VS2019/libogg.sln
+17
-22
win32/VS2019/libogg.vcxproj
win32/VS2019/libogg.vcxproj
+5
-6
No files found.
win32/VS2015/libogg.sln
View file @
92af72df
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
...
...
win32/VS2015/libogg.vcxproj
View file @
92af72df
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"14.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDLL|Win32"
>
<Configuration>
DebugDLL
</Configuration>
...
...
@@ -148,8 +148,8 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<OmitDefaultLibName>
true
</OmitDefaultLibName>
<Optimization>
Disabled
</Optimization>
<WarningLevel>
Level4
</WarningLevel>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDLL|Win32'"
>
...
...
@@ -177,8 +177,8 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<OmitDefaultLibName>
true
</OmitDefaultLibName>
<Optimization>
Disabled
</Optimization>
<WarningLevel>
Level4
</WarningLevel>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDLL|x64'"
>
...
...
@@ -209,8 +209,8 @@
<OmitDefaultLibName>
true
</OmitDefaultLibName>
<Optimization>
MaxSpeed
</Optimization>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<WarningLevel>
Level4
</WarningLevel>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
</ClCompile>
<Link>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
...
...
@@ -250,8 +250,8 @@
<OmitDefaultLibName>
true
</OmitDefaultLibName>
<Optimization>
MaxSpeed
</Optimization>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<WarningLevel>
Level4
</WarningLevel>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
</ClCompile>
<Link>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
...
...
win32/VS2017/libogg.sln
View file @
92af72df
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
-4
0
44
-975F-80859064BE5
7}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libogg", "libogg.vcxproj", "{
AFF27A26-C088
-444
B-BC2A-0BA94A02AFA
7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
...
...
@@ -17,27 +15,24 @@ Global
ReleaseDLL|x86 = ReleaseDLL|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{
D55171D6-645F
-4
0
44
-975F-80859064BE5
7}.Debug|x64.ActiveCfg = Debug|x64
{
D55171D6-645F
-4
0
44
-975F-80859064BE5
7}.Debug|x64.Build.0 = Debug|x64
{
D55171D6-645F
-4
0
44
-975F-80859064BE5
7}.Debug|x86.ActiveCfg = Debug|Win32
{
D55171D6-645F
-4
0
44
-975F-80859064BE5
7}.Debug|x86.Build.0 = Debug|Win32
{
D55171D6-645F
-4
0
44
-975F-80859064BE5
7}.DebugDLL|x64.ActiveCfg = DebugDLL|x64
{
D55171D6-645F
-4
0
44
-975F-80859064BE5
7}.DebugDLL|x64.Build.0 = DebugDLL|x64
{
D55171D6-645F
-4
0
44
-975F-80859064BE5
7}.DebugDLL|x86.ActiveCfg = DebugDLL|Win32
{
D55171D6-645F
-4
0
44
-975F-80859064BE5
7}.DebugDLL|x86.Build.0 = DebugDLL|Win32
{
D55171D6-645F
-4
0
44
-975F-80859064BE5
7}.Release|x64.ActiveCfg = Release|x64
{
D55171D6-645F
-4
0
44
-975F-80859064BE5
7}.Release|x64.Build.0 = Release|x64
{
D55171D6-645F
-4
0
44
-975F-80859064BE5
7}.Release|x86.ActiveCfg = Release|Win32
{
D55171D6-645F
-4
0
44
-975F-80859064BE5
7}.Release|x86.Build.0 = Release|Win32
{
D55171D6-645F
-4
0
44
-975F-80859064BE5
7}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64
{
D55171D6-645F
-4
0
44
-975F-80859064BE5
7}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64
{
D55171D6-645F
-4
0
44
-975F-80859064BE5
7}.ReleaseDLL|x86.ActiveCfg = ReleaseDLL|Win32
{
D55171D6-645F
-4
0
44
-975F-80859064BE5
7}.ReleaseDLL|x86.Build.0 = ReleaseDLL|Win32
{
AFF27A26-C088
-444
B-BC2A-0BA94A02AFA
7}.Debug|x64.ActiveCfg = Debug|x64
{
AFF27A26-C088
-444
B-BC2A-0BA94A02AFA
7}.Debug|x64.Build.0 = Debug|x64
{
AFF27A26-C088
-444
B-BC2A-0BA94A02AFA
7}.Debug|x86.ActiveCfg = Debug|Win32
{
AFF27A26-C088
-444
B-BC2A-0BA94A02AFA
7}.Debug|x86.Build.0 = Debug|Win32
{
AFF27A26-C088
-444
B-BC2A-0BA94A02AFA
7}.DebugDLL|x64.ActiveCfg = DebugDLL|x64
{
AFF27A26-C088
-444
B-BC2A-0BA94A02AFA
7}.DebugDLL|x64.Build.0 = DebugDLL|x64
{
AFF27A26-C088
-444
B-BC2A-0BA94A02AFA
7}.DebugDLL|x86.ActiveCfg = DebugDLL|Win32
{
AFF27A26-C088
-444
B-BC2A-0BA94A02AFA
7}.DebugDLL|x86.Build.0 = DebugDLL|Win32
{
AFF27A26-C088
-444
B-BC2A-0BA94A02AFA
7}.Release|x64.ActiveCfg = Release|x64
{
AFF27A26-C088
-444
B-BC2A-0BA94A02AFA
7}.Release|x64.Build.0 = Release|x64
{
AFF27A26-C088
-444
B-BC2A-0BA94A02AFA
7}.Release|x86.ActiveCfg = Release|Win32
{
AFF27A26-C088
-444
B-BC2A-0BA94A02AFA
7}.Release|x86.Build.0 = Release|Win32
{
AFF27A26-C088
-444
B-BC2A-0BA94A02AFA
7}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64
{
AFF27A26-C088
-444
B-BC2A-0BA94A02AFA
7}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64
{
AFF27A26-C088
-444
B-BC2A-0BA94A02AFA
7}.ReleaseDLL|x86.ActiveCfg = ReleaseDLL|Win32
{
AFF27A26-C088
-444
B-BC2A-0BA94A02AFA
7}.ReleaseDLL|x86.Build.0 = ReleaseDLL|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E268B15E-DCF8-45E0-8EAC-8DD75BC0C041}
EndGlobalSection
EndGlobal
win32/VS2017/libogg.vcxproj
View file @
92af72df
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"15.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"DebugDLL|Win32"
>
<Configuration>
DebugDLL
</Configuration>
...
...
@@ -35,8 +35,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<VCProjectVersion>
15.0
</VCProjectVersion>
<ProjectGuid>
{D55171D6-645F-4044-975F-80859064BE57}
</ProjectGuid>
<ProjectGuid>
{AFF27A26-C088-444B-BC2A-0BA94A02AFA7}
</ProjectGuid>
<RootNamespace>
libogg
</RootNamespace>
<WindowsTargetPlatformVersion>
10.0.17763.0
</WindowsTargetPlatformVersion>
</PropertyGroup>
...
...
@@ -148,8 +147,8 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<OmitDefaultLibName>
true
</OmitDefaultLibName>
<Optimization>
Disabled
</Optimization>
<WarningLevel>
Level4
</WarningLevel>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDLL|Win32'"
>
...
...
@@ -175,8 +174,8 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<OmitDefaultLibName>
true
</OmitDefaultLibName>
<Optimization>
Disabled
</Optimization>
<WarningLevel>
Level4
</WarningLevel>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDLL|x64'"
>
...
...
@@ -205,8 +204,8 @@
<OmitDefaultLibName>
true
</OmitDefaultLibName>
<Optimization>
MaxSpeed
</Optimization>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<WarningLevel>
Level4
</WarningLevel>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
</ClCompile>
<Link>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
...
...
@@ -244,8 +243,8 @@
<OmitDefaultLibName>
true
</OmitDefaultLibName>
<Optimization>
MaxSpeed
</Optimization>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<WarningLevel>
Level4
</WarningLevel>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
</ClCompile>
<Link>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
...
...
win32/VS2019/libogg.sln
View file @
92af72df
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
win32/VS2019/libogg.vcxproj
View file @
92af72df
...
...
@@ -35,8 +35,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<VCProjectVersion>
16.0
</VCProjectVersion>
<ProjectGuid>
{C8F644C8-2046-4551-AAF0-A991C6B5636A}
</ProjectGuid>
<ProjectGuid>
{AFF27A26-C088-444B-BC2A-0BA94A02AFA7}
</ProjectGuid>
<RootNamespace>
libogg
</RootNamespace>
<WindowsTargetPlatformVersion>
10.0
</WindowsTargetPlatformVersion>
</PropertyGroup>
...
...
@@ -148,8 +147,8 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<OmitDefaultLibName>
true
</OmitDefaultLibName>
<Optimization>
Disabled
</Optimization>
<WarningLevel>
Level4
</WarningLevel>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDLL|Win32'"
>
...
...
@@ -175,8 +174,8 @@
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
<OmitDefaultLibName>
true
</OmitDefaultLibName>
<Optimization>
Disabled
</Optimization>
<WarningLevel>
Level4
</WarningLevel>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='DebugDLL|x64'"
>
...
...
@@ -205,8 +204,8 @@
<OmitDefaultLibName>
true
</OmitDefaultLibName>
<Optimization>
MaxSpeed
</Optimization>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<WarningLevel>
Level4
</WarningLevel>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
</ClCompile>
<Link>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
...
...
@@ -244,8 +243,8 @@
<OmitDefaultLibName>
true
</OmitDefaultLibName>
<Optimization>
MaxSpeed
</Optimization>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<WarningLevel>
Level4
</WarningLevel>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
</ClCompile>
<Link>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment