summaryrefslogtreecommitdiff
path: root/win32/VS2015/libogg.vcxproj
diff options
context:
space:
mode:
authorEugene Opalev <eugeneopalev@gmail.com>2019-04-22 15:01:07 +0500
committerRalph Giles <giles@thaumas.net>2019-08-30 12:36:21 -0700
commit92af72dfc93a3bdb9002d7b2160ffc62ff626368 (patch)
treea2146d005c04120ed9f697ecc34a74fa0ed3005b /win32/VS2015/libogg.vcxproj
parent733fded86532cbb45e4707413ee42f40e2df2c4c (diff)
downloadogg-git-92af72dfc93a3bdb9002d7b2160ffc62ff626368.tar.gz
Tidy up solutions and projects
Diffstat (limited to 'win32/VS2015/libogg.vcxproj')
-rw-r--r--win32/VS2015/libogg.vcxproj10
1 files changed, 5 insertions, 5 deletions
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 @@
<?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>