|
@@ -1,5 +1,5 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
|
+<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
<Configuration>Debug</Configuration>
|
|
<Configuration>Debug</Configuration>
|
|
@@ -23,30 +23,29 @@
|
|
|
<ProjectGuid>{15CBFEFF-7965-41F5-B4E2-21E8795C9159}</ProjectGuid>
|
|
<ProjectGuid>{15CBFEFF-7965-41F5-B4E2-21E8795C9159}</ProjectGuid>
|
|
|
<RootNamespace>libogg</RootNamespace>
|
|
<RootNamespace>libogg</RootNamespace>
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
- <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
|
|
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
- <PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
|
|
+ <PlatformToolset>v120</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
- <PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
|
|
+ <PlatformToolset>v120</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
- <PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
|
|
+ <PlatformToolset>v120</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
- <PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
|
|
+ <PlatformToolset>v120</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
<ImportGroup Label="ExtensionSettings">
|